Revert "chore(release): publish"

This reverts commit caf63b8da38680a60e07e5a17fe698e6e79a1d32.
This commit is contained in:
erezrokah
2020-07-27 19:06:34 +02:00
parent caf63b8da3
commit 118d50a7a7
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.55 (2020-07-27)
### Bug Fixes
* **widget-markdown:** properly check for selection when inserting links ([#4075](https://github.com/netlify/netlify-cms/issues/4075)) ([a4b7481](https://github.com/netlify/netlify-cms/commit/a4b7481a99f58b9abe85ab5712d27593cde20096))
## [2.10.54](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.53...netlify-cms@2.10.54) (2020-07-16)
**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.55",
"version": "2.10.54",
"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.19",
"netlify-cms-media-library-cloudinary": "^1.3.5",
"netlify-cms-media-library-uploadcare": "^0.5.6",
"netlify-cms-app": "^2.12.18",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},