Revert "chore(release): publish"

This reverts commit c538d07254509bcb82dde3204f78ac591b642283.
This commit is contained in:
Shawn Erquhart 2020-08-20 15:07:49 -04:00
parent c538d07254
commit c97907424a
68 changed files with 64 additions and 438 deletions

View File

@ -3,17 +3,6 @@
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.20 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.12.19 (2020-07-27) ## 2.12.19 (2020-07-27)

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.12.20", "version": "2.12.19",
"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",
@ -32,32 +32,32 @@
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"moment": "^2.24.0", "moment": "^2.24.0",
"netlify-cms-backend-bitbucket": "^2.12.2", "netlify-cms-backend-bitbucket": "^2.12.1",
"netlify-cms-backend-git-gateway": "^2.11.2", "netlify-cms-backend-git-gateway": "^2.11.1",
"netlify-cms-backend-github": "^2.11.3", "netlify-cms-backend-github": "^2.11.2",
"netlify-cms-backend-gitlab": "^2.9.2", "netlify-cms-backend-gitlab": "^2.9.1",
"netlify-cms-backend-test": "^2.10.2", "netlify-cms-backend-test": "^2.10.1",
"netlify-cms-core": "^2.30.4", "netlify-cms-core": "^2.30.3",
"netlify-cms-editor-component-image": "^2.6.4", "netlify-cms-editor-component-image": "^2.6.3",
"netlify-cms-lib-auth": "^2.2.10", "netlify-cms-lib-auth": "^2.2.9",
"netlify-cms-lib-util": "^2.11.2", "netlify-cms-lib-util": "^2.11.1",
"netlify-cms-locales": "^1.17.2", "netlify-cms-locales": "^1.17.1",
"netlify-cms-ui-default": "^2.11.3", "netlify-cms-ui-default": "^2.11.2",
"netlify-cms-widget-boolean": "^2.3.2", "netlify-cms-widget-boolean": "^2.3.1",
"netlify-cms-widget-code": "^1.2.2", "netlify-cms-widget-code": "^1.2.1",
"netlify-cms-widget-date": "^2.5.3", "netlify-cms-widget-date": "^2.5.2",
"netlify-cms-widget-datetime": "^2.6.2", "netlify-cms-widget-datetime": "^2.6.1",
"netlify-cms-widget-file": "^2.7.2", "netlify-cms-widget-file": "^2.7.1",
"netlify-cms-widget-image": "^2.7.2", "netlify-cms-widget-image": "^2.7.1",
"netlify-cms-widget-list": "^2.6.3", "netlify-cms-widget-list": "^2.6.2",
"netlify-cms-widget-map": "^1.4.2", "netlify-cms-widget-map": "^1.4.1",
"netlify-cms-widget-markdown": "^2.12.3", "netlify-cms-widget-markdown": "^2.12.2",
"netlify-cms-widget-number": "^2.4.3", "netlify-cms-widget-number": "^2.4.2",
"netlify-cms-widget-object": "^2.5.3", "netlify-cms-widget-object": "^2.5.2",
"netlify-cms-widget-relation": "^2.8.4", "netlify-cms-widget-relation": "^2.8.3",
"netlify-cms-widget-select": "^2.6.2", "netlify-cms-widget-select": "^2.6.1",
"netlify-cms-widget-string": "^2.2.5", "netlify-cms-widget-string": "^2.2.4",
"netlify-cms-widget-text": "^2.3.2", "netlify-cms-widget-text": "^2.3.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-immutable-proptypes": "^2.1.0", "react-immutable-proptypes": "^2.1.0",
"uuid": "^3.3.2" "uuid": "^3.3.2"

View File

@ -3,17 +3,6 @@
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.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.12.1 (2020-07-27) ## 2.12.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-backend-bitbucket", "name": "netlify-cms-backend-bitbucket",
"description": "Bitbucket backend for Netlify CMS", "description": "Bitbucket backend for Netlify CMS",
"version": "2.12.2", "version": "2.12.1",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket",
"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,17 +3,6 @@
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.11.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.11.1 (2020-07-27) ## 2.11.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-backend-git-gateway", "name": "netlify-cms-backend-git-gateway",
"description": "Git Gateway backend for Netlify CMS", "description": "Git Gateway backend for Netlify CMS",
"version": "2.11.2", "version": "2.11.1",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway",
"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,17 +3,6 @@
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.11.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.11.2 (2020-07-27) ## 2.11.2 (2020-07-27)

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.3", "version": "2.11.2",
"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,17 +3,6 @@
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.9.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.9.1 (2020-07-27) ## 2.9.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.1.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.1.1 (2020-07-27) ## 1.1.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.10.1 (2020-07-27) ## 2.10.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.30.4 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.30.3 (2020-07-27) ## 2.30.3 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-core", "name": "netlify-cms-core",
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.", "description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
"version": "2.30.4", "version": "2.30.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
"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,17 +3,6 @@
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.3.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-default-exports/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.3.1 (2020-07-27) ## 2.3.1 (2020-07-27)

View File

@ -1,6 +1,6 @@
{ {
"name": "netlify-cms-default-exports", "name": "netlify-cms-default-exports",
"version": "2.3.2", "version": "2.3.1",
"description": "NetlifyCMS default exports", "description": "NetlifyCMS default exports",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-default-exports", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-default-exports",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.6.4 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.6.3 (2020-07-27) ## 2.6.3 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-editor-component-image", "name": "netlify-cms-editor-component-image",
"description": "Image component for Netlify CMS editor widget", "description": "Image component for Netlify CMS editor widget",
"version": "2.6.4", "version": "2.6.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image",
"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,17 +3,6 @@
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.2.10 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.2.9 (2020-07-27) ## 2.2.9 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-lib-auth", "name": "netlify-cms-lib-auth",
"description": "Shared authentication functionality for Netlify CMS.", "description": "Shared authentication functionality for Netlify CMS.",
"version": "2.2.10", "version": "2.2.9",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth",
"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,17 +3,6 @@
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.11.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.11.1 (2020-07-27) ## 2.11.1 (2020-07-27)

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.11.2", "version": "2.11.1",
"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,17 +3,6 @@
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.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.3.2 (2020-07-27) ## 1.3.2 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-lib-widgets", "name": "netlify-cms-lib-widgets",
"description": "Shared utilities for Netlify CMS.", "description": "Shared utilities for Netlify CMS.",
"version": "1.3.3", "version": "1.3.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets",
"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,17 +3,6 @@
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.17.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.17.1 (2020-07-27) ## 1.17.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.6 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.3.5 (2020-07-27) ## 1.3.5 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-media-library-cloudinary", "name": "netlify-cms-media-library-cloudinary",
"description": "Cloudinary integration for Netlify CMS", "description": "Cloudinary integration for Netlify CMS",
"version": "1.3.6", "version": "1.3.5",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary",
"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,17 +3,6 @@
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.
## 0.5.7 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 0.5.6 (2020-07-27) ## 0.5.6 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-media-library-uploadcare", "name": "netlify-cms-media-library-uploadcare",
"description": "Uploadcare integration for Netlify CMS", "description": "Uploadcare integration for Netlify CMS",
"version": "0.5.7", "version": "0.5.6",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare",
"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,17 +3,6 @@
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.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.3.1 (2020-07-27) ## 1.3.1 (2020-07-27)

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.2", "version": "1.3.1",
"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",
@ -40,7 +40,7 @@
"@types/node": "^13.1.7", "@types/node": "^13.1.7",
"@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.11.2", "netlify-cms-lib-util": "^2.11.1",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"ts-jest": "^24.3.0", "ts-jest": "^24.3.0",
"ts-loader": "^6.2.1", "ts-loader": "^6.2.1",

View File

@ -3,17 +3,6 @@
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.11.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.11.2 (2020-07-27) ## 2.11.2 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-ui-default", "name": "netlify-cms-ui-default",
"description": "Default UI components for Netlify CMS.", "description": "Default UI components for Netlify CMS.",
"version": "2.11.3", "version": "2.11.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT", "license": "MIT",

View File

@ -3,17 +3,6 @@
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.3.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.3.1 (2020-07-27) ## 2.3.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-boolean", "name": "netlify-cms-widget-boolean",
"description": "Widget for editing boolean values in Netlify CMS.", "description": "Widget for editing boolean values in Netlify CMS.",
"version": "2.3.2", "version": "2.3.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#boolean", "homepage": "https://www.netlifycms.org/docs/widgets/#boolean",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.2.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-code/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.2.1 (2020-07-27) ## 1.2.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.5.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.5.2 (2020-07-27) ## 2.5.2 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.6.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.6.1 (2020-07-27) ## 2.6.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-datetime", "name": "netlify-cms-widget-datetime",
"description": "Widget for editing dates and times in Netlify CMS.", "description": "Widget for editing dates and times in Netlify CMS.",
"version": "2.6.2", "version": "2.6.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#datetime", "homepage": "https://www.netlifycms.org/docs/widgets/#datetime",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.7.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.7.1 (2020-07-27) ## 2.7.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.7.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.7.1 (2020-07-27) ## 2.7.1 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.6.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.6.2 (2020-07-27) ## 2.6.2 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-list", "name": "netlify-cms-widget-list",
"description": "Widget for editing lists in Netlify CMS.", "description": "Widget for editing lists in Netlify CMS.",
"version": "2.6.3", "version": "2.6.2",
"homepage": "https://www.netlifycms.org/docs/widgets/#list", "homepage": "https://www.netlifycms.org/docs/widgets/#list",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.4.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 1.4.1 (2020-07-27) ## 1.4.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-map", "name": "netlify-cms-widget-map",
"description": "Widget for editing spatial data in Netlify CMS.", "description": "Widget for editing spatial data in Netlify CMS.",
"version": "1.4.2", "version": "1.4.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#map", "homepage": "https://www.netlifycms.org/docs/widgets/#map",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.12.2 (2020-07-27) ## 2.12.2 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.4.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.4.2 (2020-07-27) ## 2.4.2 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-number", "name": "netlify-cms-widget-number",
"description": "Widget for editing numberic values in Netlify CMS.", "description": "Widget for editing numberic values in Netlify CMS.",
"version": "2.4.3", "version": "2.4.2",
"homepage": "https://www.netlifycms.org/docs/widgets/#number", "homepage": "https://www.netlifycms.org/docs/widgets/#number",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.5.3 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.5.2 (2020-07-27) ## 2.5.2 (2020-07-27)

View File

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

View File

@ -3,17 +3,6 @@
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.8.4 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.8.3 (2020-07-27) ## 2.8.3 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-relation", "name": "netlify-cms-widget-relation",
"description": "Widget for linking related entries in Netlify CMS.", "description": "Widget for linking related entries in Netlify CMS.",
"version": "2.8.4", "version": "2.8.3",
"homepage": "https://www.netlifycms.org/docs/widgets/#relation", "homepage": "https://www.netlifycms.org/docs/widgets/#relation",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.6.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.6.1 (2020-07-27) ## 2.6.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-select", "name": "netlify-cms-widget-select",
"description": "Selectable values widget for Netlify CMS.", "description": "Selectable values widget for Netlify CMS.",
"version": "2.6.2", "version": "2.6.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#select", "homepage": "https://www.netlifycms.org/docs/widgets/#select",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.2.5 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.2.4 (2020-07-27) ## 2.2.4 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-string", "name": "netlify-cms-widget-string",
"description": "Widget for editing plain string values in Netlify CMS.", "description": "Widget for editing plain string values in Netlify CMS.",
"version": "2.2.5", "version": "2.2.4",
"homepage": "https://www.netlifycms.org/docs/widgets/#string", "homepage": "https://www.netlifycms.org/docs/widgets/#string",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.3.2 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.3.1 (2020-07-27) ## 2.3.1 (2020-07-27)

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-widget-text", "name": "netlify-cms-widget-text",
"description": "Widget for editing multiline plain string values in Netlify CMS.", "description": "Widget for editing multiline plain string values in Netlify CMS.",
"version": "2.3.2", "version": "2.3.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#text", "homepage": "https://www.netlifycms.org/docs/widgets/#text",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,17 +3,6 @@
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.56 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([18f2e33](https://github.com/netlify/netlify-cms/commit/18f2e33854e17abf3fd879dfa2e7d0957f13836d))
## 2.10.55 (2020-07-27) ## 2.10.55 (2020-07-27)

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.56", "version": "2.10.55",
"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,9 +22,9 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"codemirror": "^5.46.0", "codemirror": "^5.46.0",
"netlify-cms-app": "^2.12.20", "netlify-cms-app": "^2.12.19",
"netlify-cms-media-library-cloudinary": "^1.3.6", "netlify-cms-media-library-cloudinary": "^1.3.5",
"netlify-cms-media-library-uploadcare": "^0.5.7", "netlify-cms-media-library-uploadcare": "^0.5.6",
"react": "^16.8.4", "react": "^16.8.4",
"react-dom": "^16.8.4" "react-dom": "^16.8.4"
}, },