chore(release): publish

- netlify-cms-app@2.13.1
 - netlify-cms@2.10.66
This commit is contained in:
erezrokah 2020-10-26 11:44:50 +01:00
parent a0d108e240
commit 42047c20b6
No known key found for this signature in database
GPG Key ID: B51CA2E23622ABB2
4 changed files with 22 additions and 3 deletions

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.13.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.13.0...netlify-cms-app@2.13.1) (2020-10-26)
### Bug Fixes
* **deps:** update color widget dependecy ([#4512](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/issues/4512)) ([a0176e4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/commit/a0176e457223da65dddf983707704dd4441553a0))
# [2.13.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.28...netlify-cms-app@2.13.0) (2020-10-25)

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.13.0",
"version": "2.13.1",
"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",

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.66](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.65...netlify-cms@2.10.66) (2020-10-26)
**Note:** Version bump only for package netlify-cms
## [2.10.65](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.64...netlify-cms@2.10.65) (2020-10-25)
**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.65",
"version": "2.10.66",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"codemirror": "^5.46.0",
"netlify-cms-app": "^2.13.0",
"netlify-cms-app": "^2.13.1",
"netlify-cms-media-library-cloudinary": "^1.3.8",
"netlify-cms-media-library-uploadcare": "^0.5.9",
"react": "^16.8.4",