chore(release): publish

- netlify-cms-app@2.11.10
 - netlify-cms-proxy-server@1.0.4
 - netlify-cms-widget-file@2.5.2
 - netlify-cms@2.10.13
This commit is contained in:
Shawn Erquhart 2020-01-26 13:40:41 -05:00
parent b1026c980c
commit 31b0cb6aaa
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.10](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.9...netlify-cms-app@2.11.10) (2020-01-26)
**Note:** Version bump only for package netlify-cms-app
## [2.11.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.8...netlify-cms-app@2.11.9) (2020-01-24)
**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.9",
"version": "2.11.10",
"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",
@ -46,7 +46,7 @@
"netlify-cms-widget-code": "^1.1.2",
"netlify-cms-widget-date": "^2.4.0",
"netlify-cms-widget-datetime": "^2.2.5",
"netlify-cms-widget-file": "^2.5.1",
"netlify-cms-widget-file": "^2.5.2",
"netlify-cms-widget-image": "^2.5.0",
"netlify-cms-widget-list": "^2.4.1",
"netlify-cms-widget-map": "^1.3.3",

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.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.3...netlify-cms-proxy-server@1.0.4) (2020-01-26)
**Note:** Version bump only for package netlify-cms-proxy-server
## [1.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.2...netlify-cms-proxy-server@1.0.3) (2020-01-24)
**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.3",
"version": "1.0.4",
"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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.5.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.5.1...netlify-cms-widget-file@2.5.2) (2020-01-26)
### Bug Fixes
* **media-library:** pass correct value to Asset component ([#3140](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/issues/3140)) ([b1026c9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/commit/b1026c980c70f0b45b47cbe555f4984aa9eea310))
## [2.5.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.5.0...netlify-cms-widget-file@2.5.1) (2020-01-23)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-file",
"description": "Widget for uploading files in Netlify CMS.",
"version": "2.5.1",
"version": "2.5.2",
"homepage": "https://www.netlifycms.org/docs/widgets/#file",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file",
"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.13](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.12...netlify-cms@2.10.13) (2020-01-26)
**Note:** Version bump only for package netlify-cms
## [2.10.12](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.11...netlify-cms@2.10.12) (2020-01-24)
**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.12",
"version": "2.10.13",
"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.9",
"netlify-cms-app": "^2.11.10",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",