Revert "chore(release): publish"

This reverts commit 63ed302c23220996dc8f0b1a19ea8042cf7a438e.
This commit is contained in:
Shawn Erquhart
2020-08-20 16:23:03 -04:00
parent 63ed302c23
commit 82624879cc
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" ([93009cc](https://github.com/netlify/netlify-cms/commit/93009cc6612f6e635ba76c0b4fcdf988e8a8b40d))
## 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"
},