Revert "chore(release): publish"

This reverts commit 92fe2f331219068f0c92024278f9e803d2f7dc62.
This commit is contained in:
erezrokah
2020-08-20 19:16:59 +02:00
parent 92fe2f3312
commit 18f2e33854
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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.10.56 (2020-08-20)
### Reverts
* Revert "chore(release): publish" ([c31b7bb](https://github.com/netlify/netlify-cms/commit/c31b7bb322d534e98b4f46a7391d629389ff395c))
## 2.10.55 (2020-07-27)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms",
"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",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -22,9 +22,9 @@
"license": "MIT",
"dependencies": {
"codemirror": "^5.46.0",
"netlify-cms-app": "^2.12.20",
"netlify-cms-media-library-cloudinary": "^1.3.6",
"netlify-cms-media-library-uploadcare": "^0.5.7",
"netlify-cms-app": "^2.12.19",
"netlify-cms-media-library-cloudinary": "^1.3.5",
"netlify-cms-media-library-uploadcare": "^0.5.6",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},