chore(release): publish

- netlify-cms-app@2.15.53
 - netlify-cms-backend-azure@1.3.0
 - netlify-cms-backend-bitbucket@2.14.0
 - netlify-cms-backend-github@2.14.0
 - netlify-cms-backend-gitlab@2.12.0
 - netlify-cms-core@2.52.0
 - netlify-cms-lib-util@2.14.0
 - netlify-cms-proxy-server@1.3.21
 - netlify-cms@2.10.173
This commit is contained in:
erezrokah 2021-10-18 17:38:24 +02:00
parent 3f607e41d9
commit b13a087e30
No known key found for this signature in database
GPG Key ID: B51CA2E23622ABB2
18 changed files with 107 additions and 17 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.15.53](https://github.com/netlify/netlify-cms/compare/netlify-cms-app@2.15.52...netlify-cms-app@2.15.53) (2021-10-18)
**Note:** Version bump only for package netlify-cms-app
## [2.15.52](https://github.com/netlify/netlify-cms/compare/netlify-cms-app@2.15.51...netlify-cms-app@2.15.52) (2021-10-15)
**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.15.52",
"version": "2.15.53",
"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,17 +33,17 @@
"immutable": "^3.7.6",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"netlify-cms-backend-azure": "^1.2.2",
"netlify-cms-backend-bitbucket": "^2.13.3",
"netlify-cms-backend-azure": "^1.3.0",
"netlify-cms-backend-bitbucket": "^2.14.0",
"netlify-cms-backend-git-gateway": "^2.12.2",
"netlify-cms-backend-github": "^2.13.5",
"netlify-cms-backend-gitlab": "^2.11.4",
"netlify-cms-backend-github": "^2.14.0",
"netlify-cms-backend-gitlab": "^2.12.0",
"netlify-cms-backend-proxy": "^1.2.3",
"netlify-cms-backend-test": "^2.11.3",
"netlify-cms-core": "^2.51.1",
"netlify-cms-core": "^2.52.0",
"netlify-cms-editor-component-image": "^2.7.0",
"netlify-cms-lib-auth": "^2.4.2",
"netlify-cms-lib-util": "^2.13.3",
"netlify-cms-lib-util": "^2.14.0",
"netlify-cms-lib-widgets": "^1.7.0",
"netlify-cms-locales": "^1.36.2",
"netlify-cms-ui-default": "^2.15.3",

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.3.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-backend-azure@1.2.2...netlify-cms-backend-azure@1.3.0) (2021-10-18)
### Features
* display author of changes in workflow tab ([#5780](https://github.com/netlify/netlify-cms/issues/5780)) ([3f607e4](https://github.com/netlify/netlify-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
## [1.2.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-azure/compare/netlify-cms-backend-azure@1.2.1...netlify-cms-backend-azure@1.2.2) (2021-06-01)
**Note:** Version bump only for package netlify-cms-backend-azure

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-azure",
"description": "Azure DevOps backend for Netlify CMS",
"version": "1.2.2",
"version": "1.3.0",
"license": "MIT",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-azure",
"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.14.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-backend-bitbucket@2.13.3...netlify-cms-backend-bitbucket@2.14.0) (2021-10-18)
### Features
* display author of changes in workflow tab ([#5780](https://github.com/netlify/netlify-cms/issues/5780)) ([3f607e4](https://github.com/netlify/netlify-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
## [2.13.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.13.2...netlify-cms-backend-bitbucket@2.13.3) (2021-06-01)
**Note:** Version bump only for package netlify-cms-backend-bitbucket

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-bitbucket",
"description": "Bitbucket backend for Netlify CMS",
"version": "2.13.3",
"version": "2.14.0",
"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.14.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-backend-github@2.13.5...netlify-cms-backend-github@2.14.0) (2021-10-18)
### Features
* display author of changes in workflow tab ([#5780](https://github.com/netlify/netlify-cms/issues/5780)) ([3f607e4](https://github.com/netlify/netlify-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
## [2.13.5](https://github.com/netlify/netlify-cms/compare/netlify-cms-backend-github@2.13.4...netlify-cms-backend-github@2.13.5) (2021-10-15)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS",
"version": "2.13.5",
"version": "2.14.0",
"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.12.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-backend-gitlab@2.11.4...netlify-cms-backend-gitlab@2.12.0) (2021-10-18)
### Features
* display author of changes in workflow tab ([#5780](https://github.com/netlify/netlify-cms/issues/5780)) ([3f607e4](https://github.com/netlify/netlify-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
## [2.11.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.11.3...netlify-cms-backend-gitlab@2.11.4) (2021-06-01)
**Note:** Version bump only for package netlify-cms-backend-gitlab

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-gitlab",
"description": "GitLab backend for Netlify CMS",
"version": "2.11.4",
"version": "2.12.0",
"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.
# [2.52.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-core@2.51.1...netlify-cms-core@2.52.0) (2021-10-18)
### Features
* display author of changes in workflow tab ([#5780](https://github.com/netlify/netlify-cms/issues/5780)) ([3f607e4](https://github.com/netlify/netlify-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
## [2.51.1](https://github.com/netlify/netlify-cms/compare/netlify-cms-core@2.51.0...netlify-cms-core@2.51.1) (2021-10-08)

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.51.1",
"version": "2.52.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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.14.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-lib-util@2.13.3...netlify-cms-lib-util@2.14.0) (2021-10-18)
### Features
* display author of changes in workflow tab ([#5780](https://github.com/netlify/netlify-cms/issues/5780)) ([3f607e4](https://github.com/netlify/netlify-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
## [2.13.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.13.2...netlify-cms-lib-util@2.13.3) (2021-06-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.13.3",
"version": "2.14.0",
"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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.21](https://github.com/netlify/netlify-cms/compare/netlify-cms-proxy-server@1.3.20...netlify-cms-proxy-server@1.3.21) (2021-10-18)
**Note:** Version bump only for package netlify-cms-proxy-server
## [1.3.20](https://github.com/netlify/netlify-cms/compare/netlify-cms-proxy-server@1.3.19...netlify-cms-proxy-server@1.3.20) (2021-08-17)
**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.3.20",
"version": "1.3.21",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
@ -41,7 +41,7 @@
"@types/node": "^14.0.0",
"@types/vfile-message": "^2.0.0",
"jest": "^27.0.0",
"netlify-cms-lib-util": "^2.13.3",
"netlify-cms-lib-util": "^2.14.0",
"nodemon": "^2.0.2",
"ts-jest": "^27.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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.10.173](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.172...netlify-cms@2.10.173) (2021-10-18)
**Note:** Version bump only for package netlify-cms
## [2.10.172](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.171...netlify-cms@2.10.172) (2021-10-15)
**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.172",
"version": "2.10.173",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -23,7 +23,7 @@
"dependencies": {
"codemirror": "^5.46.0",
"create-react-class": "^15.7.0",
"netlify-cms-app": "^2.15.52",
"netlify-cms-app": "^2.15.53",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"react": "^16.8.4",