chore(release): publish

- netlify-cms-app@2.11.14
 - netlify-cms-backend-bitbucket@2.8.1
 - netlify-cms-backend-github@2.6.6
 - netlify-cms-backend-gitlab@2.5.3
 - netlify-cms-backend-proxy@1.0.3
 - netlify-cms-backend-test@2.7.2
 - netlify-cms-core@2.17.0
 - netlify-cms-locales@1.9.0
 - netlify-cms-proxy-server@1.0.7
 - netlify-cms-widget-file@2.5.3
 - netlify-cms-widget-markdown@2.8.4
 - netlify-cms-widget-select@2.5.1
 - netlify-cms@2.10.17
This commit is contained in:
Shawn Erquhart 2020-02-05 19:11:58 -05:00
parent 614f1aea63
commit 746e5956bc
26 changed files with 173 additions and 23 deletions

View File

@ -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.14](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.13...netlify-cms-app@2.11.14) (2020-02-06)
**Note:** Version bump only for package netlify-cms-app
## [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

View File

@ -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.13",
"version": "2.11.14",
"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",
@ -31,30 +31,30 @@
"immutable": "^3.7.6",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"netlify-cms-backend-bitbucket": "^2.8.0",
"netlify-cms-backend-bitbucket": "^2.8.1",
"netlify-cms-backend-git-gateway": "^2.7.1",
"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.16.0",
"netlify-cms-backend-github": "^2.6.6",
"netlify-cms-backend-gitlab": "^2.5.3",
"netlify-cms-backend-test": "^2.7.2",
"netlify-cms-core": "^2.17.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.8.0",
"netlify-cms-locales": "^1.9.0",
"netlify-cms-ui-default": "^2.8.0",
"netlify-cms-widget-boolean": "^2.3.0",
"netlify-cms-widget-code": "^1.1.3",
"netlify-cms-widget-date": "^2.4.0",
"netlify-cms-widget-datetime": "^2.2.5",
"netlify-cms-widget-file": "^2.5.2",
"netlify-cms-widget-file": "^2.5.3",
"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.3",
"netlify-cms-widget-markdown": "^2.8.4",
"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.5.0",
"netlify-cms-widget-select": "^2.5.1",
"netlify-cms-widget-string": "^2.2.3",
"netlify-cms-widget-text": "^2.3.0",
"prop-types": "^15.7.2",

View File

@ -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.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.8.0...netlify-cms-backend-bitbucket@2.8.1) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
# [2.8.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.7.2...netlify-cms-backend-bitbucket@2.8.0) (2020-01-21)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-bitbucket",
"description": "Bitbucket backend for Netlify CMS",
"version": "2.8.0",
"version": "2.8.1",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js",

View File

@ -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.6.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.6.5...netlify-cms-backend-github@2.6.6) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
## [2.6.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.6.4...netlify-cms-backend-github@2.6.5) (2020-01-24)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS",
"version": "2.6.5",
"version": "2.6.6",
"license": "MIT",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
"bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -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.5.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.5.2...netlify-cms-backend-gitlab@2.5.3) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
## [2.5.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.5.1...netlify-cms-backend-gitlab@2.5.2) (2020-01-21)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-gitlab",
"description": "GitLab backend for Netlify CMS",
"version": "2.5.2",
"version": "2.5.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

View File

@ -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.
## [1.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/compare/netlify-cms-backend-proxy@1.0.2...netlify-cms-backend-proxy@1.0.3) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
## 1.0.2 (2020-01-22)
**Note:** Version bump only for package netlify-cms-backend-proxy

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-proxy",
"description": "Proxy backend for Netlify CMS",
"version": "1.0.2",
"version": "1.0.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

View File

@ -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.7.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.7.1...netlify-cms-backend-test@2.7.2) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
## [2.7.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.7.0...netlify-cms-backend-test@2.7.1) (2020-01-14)
**Note:** Version bump only for package netlify-cms-backend-test

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-test",
"description": "Development testing backend for Netlify CMS",
"version": "2.7.1",
"version": "2.7.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

View File

@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.17.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.16.0...netlify-cms-core@2.17.0) (2020-02-06)
### Bug Fixes
* **core:** strip closing separators in yaml files ([#3198](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3198)) ([60ecc72](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/60ecc72dfab660eea795fb1307df8596d65cd78b))
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
* load missing assets when retrieving backup ([#3192](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3192)) ([7d792f3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/7d792f3005b1092c393c39ced90e2408fb43236b))
* media library on reload ([#3174](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3174)) ([4f55442](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/4f5544287fbd13be03794ec15bcfe992588290ed))
### Features
* **core:** auto detect proxy server on load ([#3195](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3195)) ([614f1ae](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/614f1aea63de672a89dc55d485ad0302bc1f1bf2))
* add preUnpublish, postUnpublish events ([#3196](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3196)) ([18e284e](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/18e284ece83fb6ae07a953dbdefe347bc48d4acc))
# [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)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-core",
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
"version": "2.16.0",
"version": "2.17.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",

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.9.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.8.0...netlify-cms-locales@1.9.0) (2020-02-06)
### Bug Fixes
* **locale:** add missing german translations ([#3179](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3179)) ([e6deab0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/e6deab03b9e255d968b4a5e40956712e96eb336e))
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
### Features
* **dutch:** add missing dutch translations ([#3200](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3200)) ([2043c0b](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/2043c0b7829dff018fa8835bead55b4b78f0f6d6))
* **polish:** add missing polish translations ([#3197](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3197)) ([4525936](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/4525936136dd0d9d9c9f3ea3e338dfbd0775348f))
# [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)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-locales",
"description": "Locales for Netlify CMS.",
"version": "1.8.0",
"version": "1.9.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

View File

@ -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.
## [1.0.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.6...netlify-cms-proxy-server@1.0.7) (2020-02-06)
**Note:** Version bump only for package netlify-cms-proxy-server
## [1.0.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.5...netlify-cms-proxy-server@1.0.6) (2020-01-30)
**Note:** Version bump only for package netlify-cms-proxy-server

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-proxy-server",
"description": "Proxy server to be used with Netlify CMS proxy backend",
"version": "1.0.6",
"version": "1.0.7",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

View File

@ -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.5.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.5.2...netlify-cms-widget-file@2.5.3) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
## [2.5.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.5.1...netlify-cms-widget-file@2.5.2) (2020-01-26)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-file",
"description": "Widget for uploading files in Netlify CMS.",
"version": "2.5.2",
"version": "2.5.3",
"homepage": "https://www.netlifycms.org/docs/widgets/#file",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file",
"bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -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.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.8.3...netlify-cms-widget-markdown@2.8.4) (2020-02-06)
### Bug Fixes
* **locale:** remove hard coded strings ([#3193](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3193)) ([fc91bf8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
## [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)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.",
"version": "2.8.3",
"version": "2.8.4",
"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",

View File

@ -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.5.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.5.0...netlify-cms-widget-select@2.5.1) (2020-02-06)
### Bug Fixes
* **widget-select:** fix exactCount error message ([#3177](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/issues/3177)) ([46f7763](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/commit/46f7763ccd1445b758006770252cc911b12de15d))
# [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)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-select",
"description": "Selectable values widget for Netlify CMS.",
"version": "2.5.0",
"version": "2.5.1",
"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",

View File

@ -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.17](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.16...netlify-cms@2.10.17) (2020-02-06)
**Note:** Version bump only for package netlify-cms
## [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

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "2.10.16",
"version": "2.10.17",
"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.13",
"netlify-cms-app": "^2.11.14",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",