chore(release): publish

- netlify-cms-app@2.12.2
 - netlify-cms-backend-github@2.10.3
 - netlify-cms-core@2.23.2
 - netlify-cms-lib-util@2.9.2
 - netlify-cms-proxy-server@1.2.4
 - netlify-cms@2.10.38
This commit is contained in:
Shawn Erquhart 2020-04-01 09:23:37 -04:00
parent cc0515e314
commit a8678559b2
12 changed files with 72 additions and 11 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.12.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.1...netlify-cms-app@2.12.2) (2020-04-01)
**Note:** Version bump only for package netlify-cms-app
## [2.12.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.0...netlify-cms-app@2.12.1) (2020-04-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.12.1",
"version": "2.12.2",
"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",
@ -33,13 +33,13 @@
"moment": "^2.24.0",
"netlify-cms-backend-bitbucket": "^2.11.3",
"netlify-cms-backend-git-gateway": "^2.10.2",
"netlify-cms-backend-github": "^2.10.2",
"netlify-cms-backend-github": "^2.10.3",
"netlify-cms-backend-gitlab": "^2.8.3",
"netlify-cms-backend-test": "^2.8.1",
"netlify-cms-core": "^2.23.1",
"netlify-cms-core": "^2.23.2",
"netlify-cms-editor-component-image": "^2.6.2",
"netlify-cms-lib-auth": "^2.2.8",
"netlify-cms-lib-util": "^2.9.1",
"netlify-cms-lib-util": "^2.9.2",
"netlify-cms-locales": "^1.10.2",
"netlify-cms-ui-default": "^2.9.5",
"netlify-cms-widget-boolean": "^2.3.0",

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.10.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.10.2...netlify-cms-backend-github@2.10.3) (2020-04-01)
### Bug Fixes
* **open-authoring:** properly delete open authoring branches ([#3512](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/3512)) ([cc89aa5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/cc89aa5c430a6bee51483cda91d0f92e7437f29e))
## [2.10.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.10.1...netlify-cms-backend-github@2.10.2) (2020-04-01)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS",
"version": "2.10.2",
"version": "2.10.3",
"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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.23.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.23.1...netlify-cms-core@2.23.2) (2020-04-01)
### Bug Fixes
* don't override empty public folder ([#3513](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3513)) ([a1bf86e](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/a1bf86e8566dfad123926339b16d9a16a4bfd77a))
* use resolveBackend instead of currentBackend ([#3514](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3514)) ([ea41b98](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/ea41b98324c61891d639df93cbf26148d6a93db6))
## [2.23.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.23.0...netlify-cms-core@2.23.1) (2020-04-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.23.1",
"version": "2.23.2",
"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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.9.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.9.1...netlify-cms-lib-util@2.9.2) (2020-04-01)
### Bug Fixes
* move common api functions to a separate file ([#3511](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/3511)) ([49098de](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/49098de27f053e51aa3d936d09adae3a7186c6ae))
## [2.9.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.9.0...netlify-cms-lib-util@2.9.1) (2020-04-01)
**Note:** Version bump only for package netlify-cms-lib-util

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.9.1",
"version": "2.9.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"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.
## [1.2.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.2.3...netlify-cms-proxy-server@1.2.4) (2020-04-01)
### Bug Fixes
* move common api functions to a separate file ([#3511](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/issues/3511)) ([49098de](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/commit/49098de27f053e51aa3d936d09adae3a7186c6ae))
## [1.2.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.2.2...netlify-cms-proxy-server@1.2.3) (2020-04-01)
**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.2.3",
"version": "1.2.4",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
@ -38,7 +38,7 @@
"@types/node": "^13.1.7",
"@types/vfile-message": "^2.0.0",
"jest": "^24.9.0",
"netlify-cms-lib-util": "^2.9.1",
"netlify-cms-lib-util": "^2.9.2",
"nodemon": "^2.0.2",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.1",

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.38](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.37...netlify-cms@2.10.38) (2020-04-01)
**Note:** Version bump only for package netlify-cms
## [2.10.37](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.36...netlify-cms@2.10.37) (2020-04-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.37",
"version": "2.10.38",
"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.12.1",
"netlify-cms-app": "^2.12.2",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",