chore(release): publish

- netlify-cms-app@2.11.2
 - netlify-cms-backend-github@2.6.2
 - netlify-cms-core@2.15.0
 - netlify-cms-locales@1.5.0
 - netlify-cms-widget-markdown@2.8.1
 - netlify-cms@2.10.5
This commit is contained in:
Shawn Erquhart 2020-01-14 13:25:26 -05:00
parent fde0c5a9a7
commit 4ff5bc2ee0
12 changed files with 79 additions and 11 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.11.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.1...netlify-cms-app@2.11.2) (2020-01-14)
**Note:** Version bump only for package netlify-cms-app
## [2.11.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.0...netlify-cms-app@2.11.1) (2020-01-09)
**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.11.1",
"version": "2.11.2",
"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",
@ -33,14 +33,14 @@
"moment": "^2.24.0",
"netlify-cms-backend-bitbucket": "^2.7.1",
"netlify-cms-backend-git-gateway": "^2.6.0",
"netlify-cms-backend-github": "^2.6.1",
"netlify-cms-backend-github": "^2.6.2",
"netlify-cms-backend-gitlab": "^2.5.0",
"netlify-cms-backend-test": "^2.7.0",
"netlify-cms-core": "^2.14.1",
"netlify-cms-core": "^2.15.0",
"netlify-cms-editor-component-image": "^2.5.0",
"netlify-cms-lib-auth": "^2.2.6",
"netlify-cms-lib-util": "^2.5.0",
"netlify-cms-locales": "^1.4.1",
"netlify-cms-locales": "^1.5.0",
"netlify-cms-ui-default": "^2.8.0",
"netlify-cms-widget-boolean": "^2.3.0",
"netlify-cms-widget-code": "^1.1.2",
@ -50,7 +50,7 @@
"netlify-cms-widget-image": "^2.5.0",
"netlify-cms-widget-list": "^2.4.1",
"netlify-cms-widget-map": "^1.3.3",
"netlify-cms-widget-markdown": "^2.8.0",
"netlify-cms-widget-markdown": "^2.8.1",
"netlify-cms-widget-number": "^2.3.5",
"netlify-cms-widget-object": "^2.3.1",
"netlify-cms-widget-relation": "^2.5.0",

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.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.6.1...netlify-cms-backend-github@2.6.2) (2020-01-14)
### Bug Fixes
* **backend-github-graphql:** return empty array on non existent folder ([#3079](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/3079)) ([69b130a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/69b130a3f239590f828f0e4f6f6c0a872b17548b))
## [2.6.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.6.0...netlify-cms-backend-github@2.6.1) (2020-01-09)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS",
"version": "2.6.1",
"version": "2.6.2",
"license": "MIT",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
"bugs": "https://github.com/netlify/netlify-cms/issues",

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.15.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.14.1...netlify-cms-core@2.15.0) (2020-01-14)
### Bug Fixes
* **core:** force multiline flag for editor component patterns ([#3082](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3082)) ([476f450](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/476f45096efa1723936a73f2e2e04d5c7ccd293f))
### Features
* support per collection public_folder ([#3069](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3069)) ([0a50efd](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/0a50efda8e5a9e5cc99291890e3eab2307266c56))
## [2.14.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.14.0...netlify-cms-core@2.14.1) (2020-01-09)

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.14.1",
"version": "2.15.0",
"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.
# [1.5.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.4.1...netlify-cms-locales@1.5.0) (2020-01-14)
### Features
* **lang:** add 'zh_Hant' locale ([#3068](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/3068)) ([857a414](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/857a414e3d87e7bb707a8eab2469aa80dfcd35df))
## [1.4.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.4.0...netlify-cms-locales@1.4.1) (2020-01-09)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-locales",
"description": "Locales for Netlify CMS.",
"version": "1.4.1",
"version": "1.5.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.8.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.8.0...netlify-cms-widget-markdown@2.8.1) (2020-01-14)
### Bug Fixes
* **core:** force multiline flag for editor component patterns ([#3082](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3082)) ([476f450](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/476f45096efa1723936a73f2e2e04d5c7ccd293f))
* **widget-markdown:** allow multiline shortcodes ([#3066](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3066)) ([2929909](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/29299097cff0c280d2e97d37fe3b9888a3067554))
* **widget-markdown:** ensure remarkToSlate result matches slate schema ([#3085](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3085)) ([fde0c5a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/fde0c5a9a776dc814bbe3a483aa286f46f45d98d))
* **widget-markdown:** stop double pasting in raw editor ([#3083](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/3083)) ([09564bf](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/09564bf8b64b2e431faf2421576b4010f05d516d))
# [2.8.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.8.0-beta.0...netlify-cms-widget-markdown@2.8.0) (2020-01-07)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.",
"version": "2.8.0",
"version": "2.8.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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.10.5](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.4...netlify-cms@2.10.5) (2020-01-14)
**Note:** Version bump only for package netlify-cms
## [2.10.4](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.3...netlify-cms@2.10.4) (2020-01-09)
**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.4",
"version": "2.10.5",
"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.11.1",
"netlify-cms-app": "^2.11.2",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",