- netlify-cms-core@2.1.1
 - netlify-cms@2.1.3
This commit is contained in:
Shawn Erquhart 2018-10-09 13:57:04 -04:00
parent d06c663778
commit a187d5afc8
4 changed files with 22 additions and 3 deletions

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.
<a name="2.1.1"></a>
## [2.1.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.1.0...netlify-cms-core@2.1.1) (2018-10-09)
### Bug Fixes
* **config:** stop throwing on config.yml 404, fix manual init ([#1801](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1801)) ([d06c663](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/d06c663))
<a name="2.1.0"></a>
# [2.1.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.0.9...netlify-cms-core@2.1.0) (2018-09-06)

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.1.0",
"version": "2.1.1",
"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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="2.1.3"></a>
## [2.1.3](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.1.2...netlify-cms@2.1.3) (2018-10-09)
**Note:** Version bump only for package netlify-cms
<a name="2.1.2"></a>
## [2.1.2](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.1.1...netlify-cms@2.1.2) (2018-09-17)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "2.1.2",
"version": "2.1.3",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -27,7 +27,7 @@
"netlify-cms-backend-github": "^2.0.9",
"netlify-cms-backend-gitlab": "^2.0.6",
"netlify-cms-backend-test": "^2.0.6",
"netlify-cms-core": "^2.1.0",
"netlify-cms-core": "^2.1.1",
"netlify-cms-editor-component-image": "^2.0.4",
"netlify-cms-media-library-uploadcare": "^0.2.0",
"netlify-cms-widget-boolean": "^2.0.4",