chore(release): publish
- netlify-cms-app@2.15.54 - netlify-cms-core@2.53.0 - netlify-cms-widget-relation@2.11.0 - netlify-cms@2.10.174
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.
|
||||
|
||||
# [2.11.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-widget-relation@2.10.4...netlify-cms-widget-relation@2.11.0) (2021-10-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **relation-widget:** enable reordering for relation controls ([#5873](https://github.com/netlify/netlify-cms/issues/5873)) ([a77a355](https://github.com/netlify/netlify-cms/commit/a77a355bac376758a6c9f9948e258bd32ccd4302))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.10.4](https://github.com/netlify/netlify-cms/compare/netlify-cms-widget-relation@2.10.3...netlify-cms-widget-relation@2.10.4) (2021-09-13)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-relation",
|
||||
"description": "Widget for linking related entries in Netlify CMS.",
|
||||
"version": "2.10.4",
|
||||
"version": "2.11.0",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#relation",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -23,8 +23,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react-select": "^4.0.0",
|
||||
"react-window": "^1.8.5",
|
||||
"react-sortable-hoc": "^2.0.0"
|
||||
"react-sortable-hoc": "^2.0.0",
|
||||
"react-window": "^1.8.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/core": "^10.0.35",
|
||||
|
Reference in New Issue
Block a user