chore(release): publish

- netlify-cms-app@2.14.36
 - netlify-cms@2.10.106
This commit is contained in:
erezrokah 2021-04-04 14:56:53 +04:00
parent 9b1546f131
commit 89b3d7a099
No known key found for this signature in database
GPG Key ID: B51CA2E23622ABB2
4 changed files with 25 additions and 3 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.14.36](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.35...netlify-cms-app@2.14.36) (2021-04-04)
### Bug Fixes
* generate esm correctly ([#5087](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/issues/5087)) ([9b1546f](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/commit/9b1546f131772185b3d39d18b6e57dc41ff5c7ca))
## [2.14.35](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.34...netlify-cms-app@2.14.35) (2021-04-01) ## [2.14.35](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.34...netlify-cms-app@2.14.35) (2021-04-01)
**Note:** Version bump only for package netlify-cms-app **Note:** Version bump only for package netlify-cms-app

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms-app", "name": "netlify-cms-app",
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.", "description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
"version": "2.14.35", "version": "2.14.36",
"homepage": "https://www.netlifycms.org", "homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.10.106](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.105...netlify-cms@2.10.106) (2021-04-04)
### Bug Fixes
* generate esm correctly ([#5087](https://github.com/netlify/netlify-cms/issues/5087)) ([9b1546f](https://github.com/netlify/netlify-cms/commit/9b1546f131772185b3d39d18b6e57dc41ff5c7ca))
## [2.10.105](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.104...netlify-cms@2.10.105) (2021-04-01) ## [2.10.105](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.104...netlify-cms@2.10.105) (2021-04-01)
**Note:** Version bump only for package netlify-cms **Note:** Version bump only for package netlify-cms

View File

@ -1,7 +1,7 @@
{ {
"name": "netlify-cms", "name": "netlify-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.", "description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "2.10.105", "version": "2.10.106",
"homepage": "https://www.netlifycms.org", "homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms", "repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues", "bugs": "https://github.com/netlify/netlify-cms/issues",
@ -23,7 +23,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"codemirror": "^5.46.0", "codemirror": "^5.46.0",
"netlify-cms-app": "^2.14.35", "netlify-cms-app": "^2.14.36",
"netlify-cms-media-library-cloudinary": "^1.3.10", "netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10", "netlify-cms-media-library-uploadcare": "^0.5.10",
"react": "^16.8.4", "react": "^16.8.4",