chore(release): publish

- netlify-cms-app@2.14.37
 - netlify-cms-backend-github@2.12.0
 - netlify-cms-lib-util@2.13.0
 - netlify-cms-proxy-server@1.3.12
 - netlify-cms@2.10.108
This commit is contained in:
erezrokah 2021-04-04 17:57:56 +04:00
parent 7b19e30dd2
commit dada37396b
No known key found for this signature in database
GPG Key ID: B51CA2E23622ABB2
10 changed files with 55 additions and 9 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.14.37](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.36...netlify-cms-app@2.14.37) (2021-04-04)
**Note:** Version bump only for package netlify-cms-app
## [2.14.36](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.35...netlify-cms-app@2.14.36) (2021-04-04) ## [2.14.36](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.35...netlify-cms-app@2.14.36) (2021-04-04)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-app", "name": "netlify-cms-app",
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.", "description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
"version": "2.14.36", "version": "2.14.37",
"homepage": "https://www.netlifycms.org", "homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",
@ -36,13 +36,13 @@
"netlify-cms-backend-azure": "^1.1.2", "netlify-cms-backend-azure": "^1.1.2",
"netlify-cms-backend-bitbucket": "^2.12.8", "netlify-cms-backend-bitbucket": "^2.12.8",
"netlify-cms-backend-git-gateway": "^2.11.11", "netlify-cms-backend-git-gateway": "^2.11.11",
"netlify-cms-backend-github": "^2.11.9", "netlify-cms-backend-github": "^2.12.0",
"netlify-cms-backend-gitlab": "^2.9.9", "netlify-cms-backend-gitlab": "^2.9.9",
"netlify-cms-backend-test": "^2.10.7", "netlify-cms-backend-test": "^2.10.7",
"netlify-cms-core": "^2.39.1", "netlify-cms-core": "^2.39.1",
"netlify-cms-editor-component-image": "^2.6.7", "netlify-cms-editor-component-image": "^2.6.7",
"netlify-cms-lib-auth": "^2.3.0", "netlify-cms-lib-auth": "^2.3.0",
"netlify-cms-lib-util": "^2.12.3", "netlify-cms-lib-util": "^2.13.0",
"netlify-cms-locales": "^1.29.1", "netlify-cms-locales": "^1.29.1",
"netlify-cms-ui-default": "^2.12.2", "netlify-cms-ui-default": "^2.12.2",
"netlify-cms-widget-boolean": "^2.3.6", "netlify-cms-widget-boolean": "^2.3.6",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.12.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.11.9...netlify-cms-backend-github@2.12.0) (2021-04-04)
### Features
* **open-authoring:** add alwaysFork option ([#5204](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/5204)) ([7b19e30](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/7b19e30dd2a310dbc20ccb6fcca45d5cbde1014b))
## [2.11.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.11.8...netlify-cms-backend-github@2.11.9) (2021-02-23) ## [2.11.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.11.8...netlify-cms-backend-github@2.11.9) (2021-02-23)
**Note:** Version bump only for package netlify-cms-backend-github **Note:** Version bump only for package netlify-cms-backend-github

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-backend-github", "name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS", "description": "GitHub backend for Netlify CMS",
"version": "2.11.9", "version": "2.12.0",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
"bugs": "https://github.com/netlify/netlify-cms/issues", "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. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.13.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.12.3...netlify-cms-lib-util@2.13.0) (2021-04-04)
### Features
* **open-authoring:** add alwaysFork option ([#5204](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/5204)) ([7b19e30](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/7b19e30dd2a310dbc20ccb6fcca45d5cbde1014b))
## [2.12.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.12.2...netlify-cms-lib-util@2.12.3) (2021-02-10) ## [2.12.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.12.2...netlify-cms-lib-util@2.12.3) (2021-02-10)
**Note:** Version bump only for package netlify-cms-lib-util **Note:** Version bump only for package netlify-cms-lib-util

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-lib-util", "name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.", "description": "Shared utilities for Netlify CMS.",
"version": "2.12.3", "version": "2.13.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.12](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.3.11...netlify-cms-proxy-server@1.3.12) (2021-04-04)
**Note:** Version bump only for package netlify-cms-proxy-server
## [1.3.11](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.3.10...netlify-cms-proxy-server@1.3.11) (2021-02-15) ## [1.3.11](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.3.10...netlify-cms-proxy-server@1.3.11) (2021-02-15)
**Note:** Version bump only for package netlify-cms-proxy-server **Note:** Version bump only for package netlify-cms-proxy-server

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-proxy-server", "name": "netlify-cms-proxy-server",
"description": "Proxy server to be used with Netlify CMS proxy backend", "description": "Proxy server to be used with Netlify CMS proxy backend",
"version": "1.3.11", "version": "1.3.12",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT", "license": "MIT",
@ -41,7 +41,7 @@
"@types/node": "^13.13.16", "@types/node": "^13.13.16",
"@types/vfile-message": "^2.0.0", "@types/vfile-message": "^2.0.0",
"jest": "^26.1.0", "jest": "^26.1.0",
"netlify-cms-lib-util": "^2.12.3", "netlify-cms-lib-util": "^2.13.0",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"ts-jest": "^26.0.0", "ts-jest": "^26.0.0",
"ts-loader": "^8.0.0", "ts-loader": "^8.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.10.108](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.107...netlify-cms@2.10.108) (2021-04-04)
**Note:** Version bump only for package netlify-cms
## [2.10.107](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.106...netlify-cms@2.10.107) (2021-04-04) ## [2.10.107](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.106...netlify-cms@2.10.107) (2021-04-04)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms", "name": "netlify-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.", "description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "2.10.107", "version": "2.10.108",
"homepage": "https://www.netlifycms.org", "homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms", "repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",
@ -22,7 +22,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"codemirror": "^5.46.0", "codemirror": "^5.46.0",
"netlify-cms-app": "^2.14.36", "netlify-cms-app": "^2.14.37",
"netlify-cms-media-library-cloudinary": "^1.3.10", "netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10", "netlify-cms-media-library-uploadcare": "^0.5.10",
"react": "^16.8.4", "react": "^16.8.4",