Publish
- netlify-cms-backend-git-gateway@2.0.2 - netlify-cms-core@2.0.3 - netlify-cms@2.0.5
This commit is contained in:
parent
4c5436a83d
commit
32f192d6ac
@ -3,6 +3,32 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="2.0.2"></a>
|
||||
## 2.0.2 (2018-07-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **git-gateway:** pass options through git-gateway backend ([#1532](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/issues/1532)) ([4c5436a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/commit/4c5436a))
|
||||
|
||||
|
||||
|
||||
<a name="2.0.1"></a>
|
||||
## 2.0.1 (2018-07-26)
|
||||
|
||||
|
||||
|
||||
<a name="2.0.0"></a>
|
||||
# 2.0.0 (2018-07-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **bitbucket:** fix rebasing mistakes in bitbucket backend and deps ([#1522](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/issues/1522)) ([bdfd944](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/commit/bdfd944))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.0.1"></a>
|
||||
## 2.0.1 (2018-07-26)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-backend-git-gateway",
|
||||
"description": "Git Gateway backend for Netlify CMS",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"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",
|
||||
|
@ -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.0.3"></a>
|
||||
## [2.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.0.2...netlify-cms-core@2.0.3) (2018-07-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* log accurate version by distribution ([#1531](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1531)) ([95a76ad](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/95a76ad))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.0.2"></a>
|
||||
## 2.0.2 (2018-07-27)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"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",
|
||||
|
@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="2.0.5"></a>
|
||||
## [2.0.5](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.0.4...netlify-cms@2.0.5) (2018-07-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix netlify-cms webpack plugins ([5af0586](https://github.com/netlify/netlify-cms/commit/5af0586))
|
||||
* log accurate version by distribution ([#1531](https://github.com/netlify/netlify-cms/issues/1531)) ([95a76ad](https://github.com/netlify/netlify-cms/commit/95a76ad))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.0.4"></a>
|
||||
## [2.0.4](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.0.3...netlify-cms@2.0.4) (2018-07-27)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms",
|
||||
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"homepage": "https://www.netlifycms.org",
|
||||
"repository": "https://github.com/netlify/netlify-cms",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -20,11 +20,11 @@
|
||||
"dependencies": {
|
||||
"emotion": "^9.2.6",
|
||||
"netlify-cms-backend-bitbucket": "^2.0.1",
|
||||
"netlify-cms-backend-git-gateway": "^2.0.1",
|
||||
"netlify-cms-backend-git-gateway": "^2.0.2",
|
||||
"netlify-cms-backend-github": "^2.0.1",
|
||||
"netlify-cms-backend-gitlab": "^2.0.1",
|
||||
"netlify-cms-backend-test": "^2.0.1",
|
||||
"netlify-cms-core": "^2.0.2",
|
||||
"netlify-cms-core": "^2.0.3",
|
||||
"netlify-cms-editor-component-image": "^2.0.1",
|
||||
"netlify-cms-widget-boolean": "^2.0.1",
|
||||
"netlify-cms-widget-date": "^2.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user