chore(release): publish
- netlify-cms-app@2.11.8 - netlify-cms-widget-file@2.5.1 - netlify-cms@2.10.11
This commit is contained in:
parent
db2cbb6f5d
commit
3123d95863
@ -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.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.7...netlify-cms-app@2.11.8) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
@ -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.7",
|
||||
"version": "2.11.8",
|
||||
"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.0",
|
||||
"netlify-cms-widget-file": "^2.5.1",
|
||||
"netlify-cms-widget-image": "^2.5.0",
|
||||
"netlify-cms-widget-list": "^2.4.1",
|
||||
"netlify-cms-widget-map": "^1.3.3",
|
||||
|
@ -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.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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **widget-image:** hide image overflow in widget control ([#3131](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/issues/3131)) ([db2cbb6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/commit/db2cbb6f5d4136cc7fadba1c2d8977b0fd813c9b))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.5.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.5.0-beta.0...netlify-cms-widget-file@2.5.0) (2020-01-07)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-widget-file
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-file",
|
||||
"description": "Widget for uploading files in Netlify CMS.",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"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",
|
||||
|
@ -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.11](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.10...netlify-cms@2.10.11) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms",
|
||||
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
||||
"version": "2.10.10",
|
||||
"version": "2.10.11",
|
||||
"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.7",
|
||||
"netlify-cms-app": "^2.11.8",
|
||||
"netlify-cms-media-library-cloudinary": "^1.3.4",
|
||||
"netlify-cms-media-library-uploadcare": "^0.5.5",
|
||||
"react": "^16.8.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user