- netlify-cms-backend-bitbucket@2.1.2
 - netlify-cms-backend-git-gateway@2.2.3
 - netlify-cms-backend-github@2.2.2
 - netlify-cms-backend-gitlab@2.1.3
 - netlify-cms-core@2.8.0
 - netlify-cms-widget-markdown@2.2.0
 - netlify-cms-widget-relation@2.1.1
 - netlify-cms@2.6.0
This commit is contained in:
Shawn Erquhart 2019-03-07 21:39:43 -05:00
parent a419f05ff2
commit f4b6e8dc15
16 changed files with 92 additions and 15 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.1.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.1.1...netlify-cms-backend-bitbucket@2.1.2) (2019-03-08)
**Note:** Version bump only for package netlify-cms-backend-bitbucket
## [2.1.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.1.0...netlify-cms-backend-bitbucket@2.1.1) (2019-02-26)
**Note:** Version bump only for package netlify-cms-backend-bitbucket

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-bitbucket",
"description": "Bitbucket backend for Netlify CMS",
"version": "2.1.1",
"version": "2.1.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-backend-bitbucket.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.2.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.2.2...netlify-cms-backend-git-gateway@2.2.3) (2019-03-08)
**Note:** Version bump only for package netlify-cms-backend-git-gateway
## [2.2.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.2.1...netlify-cms-backend-git-gateway@2.2.2) (2019-02-28)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-git-gateway",
"description": "Git Gateway backend for Netlify CMS",
"version": "2.2.2",
"version": "2.2.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-backend-git-gateway.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.2.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.2.1...netlify-cms-backend-github@2.2.2) (2019-03-08)
**Note:** Version bump only for package netlify-cms-backend-github
## [2.2.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.2.0...netlify-cms-backend-github@2.2.1) (2019-02-26)
**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.2.1",
"version": "2.2.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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.1.2...netlify-cms-backend-gitlab@2.1.3) (2019-03-08)
**Note:** Version bump only for package netlify-cms-backend-gitlab
## [2.1.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.1.1...netlify-cms-backend-gitlab@2.1.2) (2019-02-26)
**Note:** Version bump only for package netlify-cms-backend-gitlab

View File

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

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.8.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.7.0...netlify-cms-core@2.8.0) (2019-03-08)
### Bug Fixes
* **config:** strip leading slashes from collection location config ([#2131](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2131)) ([efa650c](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/efa650c))
* **core:** allow updates through error boundary ([#2136](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2136)) ([3d98b72](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/3d98b72))
* **core:** number type slug template ([#2119](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2119)) ([7577443](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/7577443))
### Features
* **core:** recover entry after unexpected quit ([#2129](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2129)) ([686504a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/686504a))
# [2.7.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.6.0...netlify-cms-core@2.7.0) (2019-02-26)

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.7.0",
"version": "2.8.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-core.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.2.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.1.1...netlify-cms-widget-markdown@2.2.0) (2019-03-08)
### Features
* **core:** recover entry after unexpected quit ([#2129](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/2129)) ([686504a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/686504a))
## [2.1.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.1.0...netlify-cms-widget-markdown@2.1.1) (2019-02-08)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.",
"version": "2.1.1",
"version": "2.2.0",
"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.1.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.1.0...netlify-cms-widget-relation@2.1.1) (2019-03-08)
**Note:** Version bump only for package netlify-cms-widget-relation
# [2.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.0.6...netlify-cms-widget-relation@2.1.0) (2019-02-26)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-relation",
"description": "Widget for linking related entries in Netlify CMS.",
"version": "2.1.0",
"version": "2.1.1",
"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.6.0](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.5.1...netlify-cms@2.6.0) (2019-03-08)
**Note:** Version bump only for package netlify-cms
## [2.5.1](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.5.0...netlify-cms@2.5.1) (2019-02-28)
**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.5.1",
"version": "2.6.0",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -23,12 +23,12 @@
"dependencies": {
"create-react-class": "^15.6.0",
"emotion": "^9.2.6",
"netlify-cms-backend-bitbucket": "^2.1.1",
"netlify-cms-backend-git-gateway": "^2.2.2",
"netlify-cms-backend-github": "^2.2.1",
"netlify-cms-backend-gitlab": "^2.1.2",
"netlify-cms-backend-bitbucket": "^2.1.2",
"netlify-cms-backend-git-gateway": "^2.2.3",
"netlify-cms-backend-github": "^2.2.2",
"netlify-cms-backend-gitlab": "^2.1.3",
"netlify-cms-backend-test": "^2.0.6",
"netlify-cms-core": "^2.7.0",
"netlify-cms-core": "^2.8.0",
"netlify-cms-editor-component-image": "^2.2.0",
"netlify-cms-media-library-uploadcare": "^0.3.4",
"netlify-cms-widget-boolean": "^2.0.5",
@ -38,10 +38,10 @@
"netlify-cms-widget-image": "^2.1.1",
"netlify-cms-widget-list": "^2.1.1",
"netlify-cms-widget-map": "^1.1.0",
"netlify-cms-widget-markdown": "^2.1.1",
"netlify-cms-widget-markdown": "^2.2.0",
"netlify-cms-widget-number": "^2.1.1",
"netlify-cms-widget-object": "^2.0.6",
"netlify-cms-widget-relation": "^2.1.0",
"netlify-cms-widget-relation": "^2.1.1",
"netlify-cms-widget-select": "^2.2.0",
"netlify-cms-widget-string": "^2.0.4",
"netlify-cms-widget-text": "^2.0.6"