chore(release): publish

- netlify-cms-app@2.12.9
 - netlify-cms-core@2.24.4
 - netlify-cms-widget-markdown@2.11.1
 - netlify-cms-widget-object@2.4.0
 - netlify-cms@2.10.45
This commit is contained in:
Shawn Erquhart 2020-04-16 16:22:22 -04:00
parent cae9a570ab
commit b06f4cf64f
10 changed files with 58 additions and 9 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.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.8...netlify-cms-app@2.12.9) (2020-04-16)
**Note:** Version bump only for package netlify-cms-app
## [2.12.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.12.7...netlify-cms-app@2.12.8) (2020-04-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.8",
"version": "2.12.9",
"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",
@ -36,7 +36,7 @@
"netlify-cms-backend-github": "^2.10.4",
"netlify-cms-backend-gitlab": "^2.8.3",
"netlify-cms-backend-test": "^2.8.1",
"netlify-cms-core": "^2.24.3",
"netlify-cms-core": "^2.24.4",
"netlify-cms-editor-component-image": "^2.6.2",
"netlify-cms-lib-auth": "^2.2.8",
"netlify-cms-lib-util": "^2.9.2",
@ -50,9 +50,9 @@
"netlify-cms-widget-image": "^2.6.2",
"netlify-cms-widget-list": "^2.4.3",
"netlify-cms-widget-map": "^1.3.3",
"netlify-cms-widget-markdown": "^2.11.0",
"netlify-cms-widget-markdown": "^2.11.1",
"netlify-cms-widget-number": "^2.3.5",
"netlify-cms-widget-object": "^2.3.1",
"netlify-cms-widget-object": "^2.4.0",
"netlify-cms-widget-relation": "^2.5.2",
"netlify-cms-widget-select": "^2.5.1",
"netlify-cms-widget-string": "^2.2.3",

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.24.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.24.3...netlify-cms-core@2.24.4) (2020-04-16)
### Bug Fixes
* redirect to default path after login success if url has prev error ([#3599](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3599)) ([bb0a7e9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/bb0a7e96d82d950735eafce3017460caf0fd6d0c))
## [2.24.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.24.2...netlify-cms-core@2.24.3) (2020-04-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.24.3",
"version": "2.24.4",
"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.11.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.11.0...netlify-cms-widget-markdown@2.11.1) (2020-04-16)
### Bug Fixes
* **markdown widget:** adds keyboard shortcuts ([#3005](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3005)) ([#3582](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3582)) ([99071c1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/99071c14e4a03d9897b21f1a43a5104510521dda))
# [2.11.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.10.2...netlify-cms-widget-markdown@2.11.0) (2020-04-07)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.",
"version": "2.11.0",
"version": "2.11.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.4.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/compare/netlify-cms-widget-object@2.3.1...netlify-cms-widget-object@2.4.0) (2020-04-16)
### Features
* **widget-object:** add collapsed option to collapse object by default ([#3606](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/issues/3606)) ([9f17363](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/commit/9f17363beee718ac6102cecfa965d631e4675090))
## [2.3.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/compare/netlify-cms-widget-object@2.3.0...netlify-cms-widget-object@2.3.1) (2020-01-07)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-object",
"description": "Widget for displaying an object of fields for Netlify CMS.",
"version": "2.3.1",
"version": "2.4.0",
"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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.10.45](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.44...netlify-cms@2.10.45) (2020-04-16)
**Note:** Version bump only for package netlify-cms
## [2.10.44](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.43...netlify-cms@2.10.44) (2020-04-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.44",
"version": "2.10.45",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"codemirror": "^5.46.0",
"netlify-cms-app": "^2.12.8",
"netlify-cms-app": "^2.12.9",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",