- netlify-cms-backend-bitbucket@2.1.1
 - netlify-cms-backend-git-gateway@2.2.1
 - netlify-cms-backend-github@2.2.1
 - netlify-cms-backend-gitlab@2.1.2
 - netlify-cms-core@2.7.0
 - netlify-cms-lib-util@2.1.2
 - netlify-cms-media-library-uploadcare@0.3.4
 - netlify-cms-ui-default@2.4.0
 - netlify-cms-widget-relation@2.1.0
 - netlify-cms-widget-select@2.2.0
 - netlify-cms@2.5.0
This commit is contained in:
Shawn Erquhart
2019-02-26 13:14:09 -05:00
parent da2249c651
commit 7f5f5df01f
22 changed files with 128 additions and 23 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.7.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.6.0...netlify-cms-core@2.7.0) (2019-02-26)
### Bug Fixes
* **widget-relation:** fix initial relation widget preview ([#2090](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2090)) ([aff9c1a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/aff9c1a))
### Features
* **netlify-cms-widget-relation:** use react-select and add support for multiple entries ([#1936](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1936)) ([518f6fb](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/518f6fb))
# [2.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.5.1...netlify-cms-core@2.6.0) (2019-02-12)

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.6.0",
"version": "2.7.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",
@ -35,8 +35,8 @@
"moment": "^2.11.2",
"netlify-cms-editor-component-image": "^2.2.0",
"netlify-cms-lib-auth": "^2.0.5",
"netlify-cms-lib-util": "^2.1.1",
"netlify-cms-ui-default": "^2.3.0",
"netlify-cms-lib-util": "^2.1.2",
"netlify-cms-ui-default": "^2.4.0",
"node-polyglot": "^2.3.0",
"prop-types": "^15.5.10",
"react": "^16.8.1",