chore(release): publish

- netlify-cms-app@2.11.5
 - netlify-cms-backend-git-gateway@2.6.2
 - netlify-cms-backend-github@2.6.4
 - netlify-cms-lib-util@2.5.2
 - netlify-cms@2.10.8
This commit is contained in:
Shawn Erquhart 2020-01-16 10:18:51 -05:00
parent bc80804066
commit 6a977ae867
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.11.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.4...netlify-cms-app@2.11.5) (2020-01-16)
**Note:** Version bump only for package netlify-cms-app
## [2.11.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.3...netlify-cms-app@2.11.4) (2020-01-15)
**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.4",
"version": "2.11.5",
"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",
@ -32,14 +32,14 @@
"lodash": "^4.17.11",
"moment": "^2.24.0",
"netlify-cms-backend-bitbucket": "^2.7.2",
"netlify-cms-backend-git-gateway": "^2.6.1",
"netlify-cms-backend-github": "^2.6.3",
"netlify-cms-backend-git-gateway": "^2.6.2",
"netlify-cms-backend-github": "^2.6.4",
"netlify-cms-backend-gitlab": "^2.5.1",
"netlify-cms-backend-test": "^2.7.1",
"netlify-cms-core": "^2.15.2",
"netlify-cms-editor-component-image": "^2.5.0",
"netlify-cms-lib-auth": "^2.2.7",
"netlify-cms-lib-util": "^2.5.1",
"netlify-cms-lib-util": "^2.5.2",
"netlify-cms-locales": "^1.5.0",
"netlify-cms-ui-default": "^2.8.0",
"netlify-cms-widget-boolean": "^2.3.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-git-gateway/compare/netlify-cms-backend-git-gateway@2.6.1...netlify-cms-backend-git-gateway@2.6.2) (2020-01-16)
### Bug Fixes
* don't fail on malformed pointer files ([#3095](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/issues/3095)) ([9210843](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/commit/92108431f0c3df3e99b5aa7f462006ec3fa7777e))
## [2.6.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.6.0...netlify-cms-backend-git-gateway@2.6.1) (2020-01-14)
**Note:** Version bump only for package netlify-cms-backend-git-gateway

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-git-gateway",
"description": "Git Gateway backend for Netlify CMS",
"version": "2.6.1",
"version": "2.6.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway",
"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.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.6.3...netlify-cms-backend-github@2.6.4) (2020-01-16)
### Bug Fixes
* **backend-github-graphql:** handle trailing paths in collection folder ([#3099](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/3099)) ([bc80804](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/bc808040661d345e65d49d64693cd6da3b6816fb))
## [2.6.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.6.2...netlify-cms-backend-github@2.6.3) (2020-01-14)
**Note:** Version bump only for package netlify-cms-backend-github

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS",
"version": "2.6.3",
"version": "2.6.4",
"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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.5.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.5.1...netlify-cms-lib-util@2.5.2) (2020-01-16)
### Bug Fixes
* use string endsWith to filter by extension ([#3097](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/3097)) ([6a13a85](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/6a13a85e269c8f299f71b3f5ee45fc5d34f75822))
## [2.5.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.5.0...netlify-cms-lib-util@2.5.1) (2020-01-14)
**Note:** Version bump only for package netlify-cms-lib-util

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.5.1",
"version": "2.5.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js",

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.8](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.7...netlify-cms@2.10.8) (2020-01-16)
**Note:** Version bump only for package netlify-cms
## [2.10.7](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.6...netlify-cms@2.10.7) (2020-01-15)
**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.7",
"version": "2.10.8",
"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.4",
"netlify-cms-app": "^2.11.5",
"netlify-cms-media-library-cloudinary": "^1.3.4",
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",