chore(release): publish
- netlify-cms-app@2.11.13 - netlify-cms-core@2.16.0 - netlify-cms-locales@1.8.0 - netlify-cms-widget-markdown@2.8.3 - netlify-cms-widget-select@2.5.0 - netlify-cms@2.10.16
This commit is contained in:
parent
fc524e6c0f
commit
98efd88539
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.11.13](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.12...netlify-cms-app@2.11.13) (2020-02-01)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.11.12](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.11...netlify-cms-app@2.11.12) (2020-01-30)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-app",
|
||||
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
|
||||
"version": "2.11.12",
|
||||
"version": "2.11.13",
|
||||
"homepage": "https://www.netlifycms.org",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -36,11 +36,11 @@
|
||||
"netlify-cms-backend-github": "^2.6.5",
|
||||
"netlify-cms-backend-gitlab": "^2.5.2",
|
||||
"netlify-cms-backend-test": "^2.7.1",
|
||||
"netlify-cms-core": "^2.15.5",
|
||||
"netlify-cms-core": "^2.16.0",
|
||||
"netlify-cms-editor-component-image": "^2.5.0",
|
||||
"netlify-cms-lib-auth": "^2.2.7",
|
||||
"netlify-cms-lib-util": "^2.6.2",
|
||||
"netlify-cms-locales": "^1.7.0",
|
||||
"netlify-cms-locales": "^1.8.0",
|
||||
"netlify-cms-ui-default": "^2.8.0",
|
||||
"netlify-cms-widget-boolean": "^2.3.0",
|
||||
"netlify-cms-widget-code": "^1.1.3",
|
||||
@ -50,11 +50,11 @@
|
||||
"netlify-cms-widget-image": "^2.5.0",
|
||||
"netlify-cms-widget-list": "^2.4.1",
|
||||
"netlify-cms-widget-map": "^1.3.3",
|
||||
"netlify-cms-widget-markdown": "^2.8.2",
|
||||
"netlify-cms-widget-markdown": "^2.8.3",
|
||||
"netlify-cms-widget-number": "^2.3.5",
|
||||
"netlify-cms-widget-object": "^2.3.1",
|
||||
"netlify-cms-widget-relation": "^2.5.0",
|
||||
"netlify-cms-widget-select": "^2.4.3",
|
||||
"netlify-cms-widget-select": "^2.5.0",
|
||||
"netlify-cms-widget-string": "^2.2.3",
|
||||
"netlify-cms-widget-text": "^2.3.0",
|
||||
"prop-types": "^15.7.2",
|
||||
|
@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.16.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.15.5...netlify-cms-core@2.16.0) (2020-02-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add prePublish,postPublish events ([#3172](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3172)) ([0d7e36b](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/0d7e36ba7952b1353b5a5bc4417994d45596a9a1))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.15.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.15.4...netlify-cms-core@2.15.5) (2020-01-30)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.15.5",
|
||||
"version": "2.16.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"module": "dist/esm/index.js",
|
||||
|
@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.8.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.7.0...netlify-cms-locales@1.8.0) (2020-02-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **locale-pt:** typo fix for `backCollection` pt ([#3170](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3170)) ([67e5fd2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/67e5fd2aaf74ccbcfa088c7f33d41e7f7edf816f))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **select-widget:** add min/max validation ([#3171](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3171)) ([fd9e2c8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/fd9e2c89f23d73aa08dbfa4412c4c0bae318125b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.7.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.6.0...netlify-cms-locales@1.7.0) (2020-01-29)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-locales",
|
||||
"description": "Locales for Netlify CMS.",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"license": "MIT",
|
||||
|
@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.8.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.8.2...netlify-cms-widget-markdown@2.8.3) (2020-02-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** merge adjacent text nodes with same marks ([#3173](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3173)) ([b4c5fc7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/b4c5fc77839a7459fd2733f105514a86c8c43c22))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.8.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.8.1...netlify-cms-widget-markdown@2.8.2) (2020-01-15)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-markdown",
|
||||
"description": "Widget for editing markdown in Netlify CMS.",
|
||||
"version": "2.8.2",
|
||||
"version": "2.8.3",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#markdown",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
|
@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.5.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.4.3...netlify-cms-widget-select@2.5.0) (2020-02-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **widget-select:** allow optional field to use min/max ([#3175](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/issues/3175)) ([fc524e6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/commit/fc524e6c0fc0174294b42cd90d9eb23e96d15d53))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **select-widget:** add min/max validation ([#3171](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/issues/3171)) ([fd9e2c8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/commit/fd9e2c89f23d73aa08dbfa4412c4c0bae318125b))
|
||||
* commit media with post ([#2851](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/issues/2851)) ([6515dee](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/commit/6515dee8715d8571ea19484a7dfab7cfd0cc40be))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.4.2...netlify-cms-widget-select@2.4.3) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-widget-select
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-select",
|
||||
"description": "Selectable values widget for Netlify CMS.",
|
||||
"version": "2.4.3",
|
||||
"version": "2.5.0",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#select",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.10.16](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.15...netlify-cms@2.10.16) (2020-02-01)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.10.15](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.14...netlify-cms@2.10.15) (2020-01-30)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms",
|
||||
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
||||
"version": "2.10.15",
|
||||
"version": "2.10.16",
|
||||
"homepage": "https://www.netlifycms.org",
|
||||
"repository": "https://github.com/netlify/netlify-cms",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -21,7 +21,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"codemirror": "^5.46.0",
|
||||
"netlify-cms-app": "^2.11.12",
|
||||
"netlify-cms-app": "^2.11.13",
|
||||
"netlify-cms-media-library-cloudinary": "^1.3.4",
|
||||
"netlify-cms-media-library-uploadcare": "^0.5.5",
|
||||
"react": "^16.8.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user