chore(release): publish

- netlify-cms-app@2.14.43
 - netlify-cms@2.10.114
This commit is contained in:
erezrokah 2021-04-13 21:46:50 +04:00
parent a4352fe47e
commit 1669d07abe
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.14.43](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.42...netlify-cms-app@2.14.43) (2021-04-13)
### Bug Fixes
* add missing code codemirror deps ([#5267](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/issues/5267)) ([0aa7766](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/commit/0aa7766ad6584961e09805825d46551aebfab6a2))
## [2.14.42](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.41...netlify-cms-app@2.14.42) (2021-04-13)

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.14.42",
"version": "2.14.43",
"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.114](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.113...netlify-cms@2.10.114) (2021-04-13)
**Note:** Version bump only for package netlify-cms
## [2.10.113](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.112...netlify-cms@2.10.113) (2021-04-13)
**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.113",
"version": "2.10.114",
"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.14.42",
"netlify-cms-app": "^2.14.43",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"react": "^16.8.4",