Publish
- netlify-cms-backend-bitbucket@2.0.7 - netlify-cms-backend-git-gateway@2.0.8 - netlify-cms-backend-github@2.0.8 - netlify-cms-core@2.1.0 - netlify-cms-lib-util@2.1.0 - netlify-cms-media-library-uploadcare@0.2.0 - netlify-cms-widget-file@2.1.0 - netlify-cms-widget-image@2.1.0 - netlify-cms-widget-markdown@2.0.8 - netlify-cms@2.1.0
This commit is contained in:
@ -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.
|
||||
|
||||
<a name="2.1.0"></a>
|
||||
# [2.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.0.9...netlify-cms-core@2.1.0) (2018-09-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **media:** add external media library support, Uploadcare integration ([#1602](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1602)) ([0596904](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/0596904))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.0.9"></a>
|
||||
## [2.0.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.0.8...netlify-cms-core@2.0.9) (2018-08-27)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.0.9",
|
||||
"version": "2.1.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",
|
||||
@ -36,7 +36,7 @@
|
||||
"moment": "^2.11.2",
|
||||
"netlify-cms-editor-component-image": "^2.0.4",
|
||||
"netlify-cms-lib-auth": "^2.0.4",
|
||||
"netlify-cms-lib-util": "^2.0.5",
|
||||
"netlify-cms-lib-util": "^2.1.0",
|
||||
"netlify-cms-ui-default": "^2.0.6",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^16.4.1",
|
||||
|
Reference in New Issue
Block a user