chore(release): publish

- netlify-cms-app@2.11.7
 - netlify-cms-backend-proxy@1.0.2
 - netlify-cms-core@2.15.3
 - netlify-cms-lib-util@2.6.1
 - netlify-cms-proxy-server@1.0.2
 - netlify-cms@2.10.10
This commit is contained in:
Shawn Erquhart 2020-01-22 16:55:18 -05:00
parent 7e8084be87
commit 06b50ba829
12 changed files with 58 additions and 10 deletions

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.11.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.6...netlify-cms-app@2.11.7) (2020-01-22)
**Note:** Version bump only for package netlify-cms-app
## [2.11.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.5...netlify-cms-app@2.11.6) (2020-01-21)
**Note:** Version bump only for package netlify-cms-app

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.11.6",
"version": "2.11.7",
"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",
@ -36,10 +36,10 @@
"netlify-cms-backend-github": "^2.6.4",
"netlify-cms-backend-gitlab": "^2.5.2",
"netlify-cms-backend-test": "^2.7.1",
"netlify-cms-core": "^2.15.2",
"netlify-cms-core": "^2.15.3",
"netlify-cms-editor-component-image": "^2.5.0",
"netlify-cms-lib-auth": "^2.2.7",
"netlify-cms-lib-util": "^2.6.0",
"netlify-cms-lib-util": "^2.6.1",
"netlify-cms-locales": "^1.6.0",
"netlify-cms-ui-default": "^2.8.0",
"netlify-cms-widget-boolean": "^2.3.0",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.2 (2020-01-22)
**Note:** Version bump only for package netlify-cms-backend-proxy

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-proxy",
"description": "Proxy backend for Netlify CMS",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

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.15.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.15.2...netlify-cms-core@2.15.3) (2020-01-22)
**Note:** Version bump only for package netlify-cms-core
## [2.15.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.15.1...netlify-cms-core@2.15.2) (2020-01-15)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-core",
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
"version": "2.15.2",
"version": "2.15.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js",

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.6.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.6.0...netlify-cms-lib-util@2.6.1) (2020-01-22)
**Note:** Version bump only for package netlify-cms-lib-util
# [2.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.5.2...netlify-cms-lib-util@2.6.0) (2020-01-21)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.6.0",
"version": "2.6.1",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js",

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.2 (2020-01-22)
**Note:** Version bump only for package netlify-cms-proxy-server

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-proxy-server",
"description": "Proxy server to be used with Netlify CMS proxy backend",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
@ -28,7 +28,7 @@
"express": "^4.17.1",
"joi": "^14.3.1",
"morgan": "^1.9.1",
"netlify-cms-lib-util": "^2.3.0",
"netlify-cms-lib-util": "^2.6.1",
"simple-git": "^1.129.0"
},
"devDependencies": {

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.10](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.9...netlify-cms@2.10.10) (2020-01-22)
**Note:** Version bump only for package netlify-cms
## [2.10.9](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.8...netlify-cms@2.10.9) (2020-01-21)
**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.9",
"version": "2.10.10",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"codemirror": "^5.46.0",
"netlify-cms-app": "^2.11.6",
"netlify-cms-app": "^2.11.7",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",