Publish
- netlify-cms-core@2.3.0 - netlify-cms-editor-component-image@2.1.0 - netlify-cms-media-library-cloudinary@1.1.0 - netlify-cms-media-library-uploadcare@0.3.0 - netlify-cms-widget-file@2.2.0 - netlify-cms-widget-image@2.1.1 - netlify-cms-widget-select@2.1.0 - netlify-cms@2.3.0
This commit is contained in:
parent
1fc2f50499
commit
a892ab16a1
@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.3.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.2.1...netlify-cms-core@2.3.0) (2018-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **netlify-cms-core:** duplicate key warning ([#1930](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1930)) ([9662eb2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/9662eb2))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **netlify-cms-widget-select:** add support for multiple selection ([#1901](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1901)) ([88bf287](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/88bf287))
|
||||
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/1fc2f50))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.2.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.2.0...netlify-cms-core@2.2.1) (2018-11-29)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"main": "dist/netlify-cms-core.js",
|
||||
@ -33,7 +33,7 @@
|
||||
"jwt-decode": "^2.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"moment": "^2.11.2",
|
||||
"netlify-cms-editor-component-image": "^2.0.4",
|
||||
"netlify-cms-editor-component-image": "^2.1.0",
|
||||
"netlify-cms-lib-auth": "^2.0.5",
|
||||
"netlify-cms-lib-util": "^2.1.1",
|
||||
"netlify-cms-ui-default": "^2.1.1",
|
||||
|
@ -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.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/compare/netlify-cms-editor-component-image@2.0.4...netlify-cms-editor-component-image@2.1.0) (2018-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/commit/1fc2f50))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.0.4"></a>
|
||||
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/compare/netlify-cms-editor-component-image@2.0.3...netlify-cms-editor-component-image@2.0.4) (2018-08-24)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-editor-component-image",
|
||||
"description": "Image component for Netlify CMS editor widget",
|
||||
"version": "2.0.4",
|
||||
"version": "2.1.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"main": "dist/netlify-cms-editor-component-image.js",
|
||||
|
11
packages/netlify-cms-media-library-cloudinary/CHANGELOG.md
Normal file
11
packages/netlify-cms-media-library-cloudinary/CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# 1.1.0 (2018-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/commit/1fc2f50))
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-media-library-cloudinary",
|
||||
"description": "Cloudinary integration for Netlify CMS",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"main": "dist/netlify-cms-media-library-cloudinary.js",
|
||||
@ -30,6 +30,5 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"netlify-cms-lib-util": "^2.0.4"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
||||
|
||||
# [0.3.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/compare/netlify-cms-media-library-uploadcare@0.2.1...netlify-cms-media-library-uploadcare@0.3.0) (2018-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/commit/1fc2f50))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/compare/netlify-cms-media-library-uploadcare@0.2.0...netlify-cms-media-library-uploadcare@0.2.1) (2018-11-12)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-media-library-uploadcare",
|
||||
"description": "Uploadcare integration for Netlify CMS",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"main": "dist/netlify-cms-media-library-uploadcare.js",
|
||||
|
@ -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.2.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.1.0...netlify-cms-widget-file@2.2.0) (2018-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/commit/1fc2f50))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.1.0"></a>
|
||||
# [2.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.0.5...netlify-cms-widget-file@2.1.0) (2018-09-06)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-file",
|
||||
"description": "Widget for uploading files in Netlify CMS.",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"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.1.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.1.0...netlify-cms-widget-image@2.1.1) (2018-12-04)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-widget-image
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.1.0"></a>
|
||||
# [2.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.0.5...netlify-cms-widget-image@2.1.0) (2018-09-06)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-image",
|
||||
"description": "Widget for uploading images in Netlify CMS.",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#image",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -22,7 +22,7 @@
|
||||
"build": "cross-env NODE_ENV=production webpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"netlify-cms-widget-file": "^2.1.0"
|
||||
"netlify-cms-widget-file": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.0",
|
||||
|
@ -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.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.0.5...netlify-cms-widget-select@2.1.0) (2018-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **netlify-cms-widget-select:** add support for multiple selection ([#1901](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/issues/1901)) ([88bf287](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/commit/88bf287))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.0.4...netlify-cms-widget-select@2.0.5) (2018-11-29)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-select",
|
||||
"description": "Selectable values widget for Netlify CMS.",
|
||||
"version": "2.0.5",
|
||||
"version": "2.1.0",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#select",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
|
@ -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.3.0](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.2.1...netlify-cms@2.3.0) (2018-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/commit/1fc2f50))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.2.1](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.2.0...netlify-cms@2.2.1) (2018-11-29)
|
||||
|
||||
**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.2.1",
|
||||
"version": "2.3.0",
|
||||
"homepage": "https://www.netlifycms.org",
|
||||
"repository": "https://github.com/netlify/netlify-cms",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -28,20 +28,20 @@
|
||||
"netlify-cms-backend-github": "^2.1.0",
|
||||
"netlify-cms-backend-gitlab": "^2.1.0",
|
||||
"netlify-cms-backend-test": "^2.0.6",
|
||||
"netlify-cms-core": "^2.2.1",
|
||||
"netlify-cms-editor-component-image": "^2.0.4",
|
||||
"netlify-cms-media-library-uploadcare": "^0.2.1",
|
||||
"netlify-cms-core": "^2.3.0",
|
||||
"netlify-cms-editor-component-image": "^2.1.0",
|
||||
"netlify-cms-media-library-uploadcare": "^0.3.0",
|
||||
"netlify-cms-widget-boolean": "^2.0.5",
|
||||
"netlify-cms-widget-date": "^2.1.0",
|
||||
"netlify-cms-widget-datetime": "^2.0.7",
|
||||
"netlify-cms-widget-file": "^2.1.0",
|
||||
"netlify-cms-widget-image": "^2.1.0",
|
||||
"netlify-cms-widget-file": "^2.2.0",
|
||||
"netlify-cms-widget-image": "^2.1.1",
|
||||
"netlify-cms-widget-list": "^2.0.7",
|
||||
"netlify-cms-widget-markdown": "^2.0.10",
|
||||
"netlify-cms-widget-number": "^2.0.5",
|
||||
"netlify-cms-widget-object": "^2.0.5",
|
||||
"netlify-cms-widget-relation": "^2.0.5",
|
||||
"netlify-cms-widget-select": "^2.0.5",
|
||||
"netlify-cms-widget-select": "^2.1.0",
|
||||
"netlify-cms-widget-string": "^2.0.4",
|
||||
"netlify-cms-widget-text": "^2.0.6"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user