chore(release): publish

- netlify-cms-app@2.11.12
 - netlify-cms-core@2.15.5
 - netlify-cms-proxy-server@1.0.6
 - netlify-cms@2.10.15
This commit is contained in:
Shawn Erquhart 2020-01-30 11:53:05 -08:00
parent deaaf9f00c
commit 2acfabb32e
8 changed files with 41 additions and 6 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.12](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.11...netlify-cms-app@2.11.12) (2020-01-30)
**Note:** Version bump only for package netlify-cms-app
## [2.11.11](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.10...netlify-cms-app@2.11.11) (2020-01-29)
**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.11",
"version": "2.11.12",
"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,7 +36,7 @@
"netlify-cms-backend-github": "^2.6.5",
"netlify-cms-backend-gitlab": "^2.5.2",
"netlify-cms-backend-test": "^2.7.1",
"netlify-cms-core": "^2.15.4",
"netlify-cms-core": "^2.15.5",
"netlify-cms-editor-component-image": "^2.5.0",
"netlify-cms-lib-auth": "^2.2.7",
"netlify-cms-lib-util": "^2.6.2",

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.15.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.15.4...netlify-cms-core@2.15.5) (2020-01-30)
### Bug Fixes
* media file path ([#3166](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3166)) ([d1179e3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/d1179e3999cba5a022981042262c8e44e26c53d1))
## [2.15.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.15.3...netlify-cms-core@2.15.4) (2020-01-29)

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.4",
"version": "2.15.5",
"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.
## [1.0.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.5...netlify-cms-proxy-server@1.0.6) (2020-01-30)
**Note:** Version bump only for package netlify-cms-proxy-server
## [1.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.4...netlify-cms-proxy-server@1.0.5) (2020-01-29)

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.5",
"version": "1.0.6",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"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.10.15](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.14...netlify-cms@2.10.15) (2020-01-30)
**Note:** Version bump only for package netlify-cms
## [2.10.14](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.13...netlify-cms@2.10.14) (2020-01-29)
**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.14",
"version": "2.10.15",
"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.11",
"netlify-cms-app": "^2.11.12",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",