chore(release): publish

- netlify-cms-app@2.12.18
 - netlify-cms-core@2.30.2
 - netlify-cms-widget-list@2.6.1
 - netlify-cms-widget-markdown@2.12.1
 - netlify-cms-widget-object@2.5.1
 - netlify-cms-widget-relation@2.8.2
 - netlify-cms@2.10.54
This commit is contained in:
Shawn Erquhart 2020-07-16 10:32:19 -04:00
parent 6a44e0b449
commit 26808479f1
14 changed files with 85 additions and 13 deletions

View File

@ -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.12.18](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.17...netlify-cms-app@2.12.18) (2020-07-16)
**Note:** Version bump only for package netlify-cms-app
## [2.12.17](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.16...netlify-cms-app@2.12.17) (2020-07-14)
**Note:** Version bump only for package netlify-cms-app

View File

@ -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.12.17",
"version": "2.12.18",
"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",
@ -37,7 +37,7 @@
"netlify-cms-backend-github": "^2.11.1",
"netlify-cms-backend-gitlab": "^2.9.0",
"netlify-cms-backend-test": "^2.10.0",
"netlify-cms-core": "^2.30.1",
"netlify-cms-core": "^2.30.2",
"netlify-cms-editor-component-image": "^2.6.2",
"netlify-cms-lib-auth": "^2.2.8",
"netlify-cms-lib-util": "^2.11.0",
@ -49,12 +49,12 @@
"netlify-cms-widget-datetime": "^2.6.0",
"netlify-cms-widget-file": "^2.7.0",
"netlify-cms-widget-image": "^2.7.0",
"netlify-cms-widget-list": "^2.6.0",
"netlify-cms-widget-list": "^2.6.1",
"netlify-cms-widget-map": "^1.4.0",
"netlify-cms-widget-markdown": "^2.12.0",
"netlify-cms-widget-markdown": "^2.12.1",
"netlify-cms-widget-number": "^2.4.1",
"netlify-cms-widget-object": "^2.5.0",
"netlify-cms-widget-relation": "^2.8.1",
"netlify-cms-widget-object": "^2.5.1",
"netlify-cms-widget-relation": "^2.8.2",
"netlify-cms-widget-select": "^2.6.0",
"netlify-cms-widget-string": "^2.2.3",
"netlify-cms-widget-text": "^2.3.0",

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.30.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.30.1...netlify-cms-core@2.30.2) (2020-07-16)
### Bug Fixes
* **entries-pagination:** keep loading pages until entries are available ([#4021](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/4021)) ([9119011](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/9119011c8fd304742db7490027de7faf9cec5ee0))
* **prop-types:** check for react components via PropTypes.elementType ([#4025](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/4025)) ([d3831b1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/d3831b1ed44fcff51a63f6645a5aa68332467dab))
## [2.30.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.30.0...netlify-cms-core@2.30.1) (2020-07-14)

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.30.1",
"version": "2.30.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js",

View File

@ -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.6.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.6.0...netlify-cms-widget-list@2.6.1) (2020-07-16)
### Bug Fixes
* **prop-types:** check for react components via PropTypes.elementType ([#4025](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/issues/4025)) ([d3831b1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/commit/d3831b1ed44fcff51a63f6645a5aa68332467dab))
# [2.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.5.1...netlify-cms-widget-list@2.6.0) (2020-06-18)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-list",
"description": "Widget for editing lists in Netlify CMS.",
"version": "2.6.0",
"version": "2.6.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#list",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
"bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -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.12.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.12.0...netlify-cms-widget-markdown@2.12.1) (2020-07-16)
### Bug Fixes
* **prop-types:** check for react components via PropTypes.elementType ([#4025](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/4025)) ([d3831b1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/d3831b1ed44fcff51a63f6645a5aa68332467dab))
# [2.12.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.11.3...netlify-cms-widget-markdown@2.12.0) (2020-06-18)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.",
"version": "2.12.0",
"version": "2.12.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#markdown",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown",
"bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -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-object/compare/netlify-cms-widget-object@2.5.0...netlify-cms-widget-object@2.5.1) (2020-07-16)
### Bug Fixes
* **prop-types:** check for react components via PropTypes.elementType ([#4025](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/issues/4025)) ([d3831b1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/commit/d3831b1ed44fcff51a63f6645a5aa68332467dab))
# [2.5.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/compare/netlify-cms-widget-object@2.4.2...netlify-cms-widget-object@2.5.0) (2020-06-18)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-object",
"description": "Widget for displaying an object of fields for Netlify CMS.",
"version": "2.5.0",
"version": "2.5.1",
"homepage": "https://www.netlifycms.org/docs/widgets/#object",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object",
"bugs": "https://github.com/netlify/netlify-cms/issues",

View File

@ -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.8.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.8.1...netlify-cms-widget-relation@2.8.2) (2020-07-16)
### Bug Fixes
* **widget-relation:** append initial value search to options ([#4026](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/issues/4026)) ([12c388e](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/commit/12c388eff3795bf1f4475b1d7c3b61f8569c3b31))
## [2.8.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.8.0...netlify-cms-widget-relation@2.8.1) (2020-07-14)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-relation",
"description": "Widget for linking related entries in Netlify CMS.",
"version": "2.8.1",
"version": "2.8.2",
"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",

View File

@ -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.54](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.53...netlify-cms@2.10.54) (2020-07-16)
**Note:** Version bump only for package netlify-cms
## [2.10.53](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.52...netlify-cms@2.10.53) (2020-07-14)
**Note:** Version bump only for package netlify-cms

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "2.10.53",
"version": "2.10.54",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"codemirror": "^5.46.0",
"netlify-cms-app": "^2.12.17",
"netlify-cms-app": "^2.12.18",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",