Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - netlify-cms-backend-bitbucket@2.0.5
 - netlify-cms-backend-git-gateway@2.0.6
 - netlify-cms-backend-github@2.0.6
 - netlify-cms-backend-gitlab@2.0.5
 - netlify-cms-backend-test@2.0.6
 - netlify-cms-core@2.0.8
 - netlify-cms-editor-component-image@2.0.4
 - netlify-cms-lib-auth@2.0.4
 - netlify-cms-lib-util@2.0.5
 - netlify-cms-ui-default@2.0.5
 - netlify-cms-widget-boolean@2.0.4
 - netlify-cms-widget-date@2.0.5
 - netlify-cms-widget-datetime@2.0.5
 - netlify-cms-widget-file@2.0.5
 - netlify-cms-widget-image@2.0.5
 - netlify-cms-widget-list@2.0.5
 - netlify-cms-widget-markdown@2.0.6
 - netlify-cms-widget-number@2.0.4
 - netlify-cms-widget-object@2.0.5
 - netlify-cms-widget-relation@2.0.5
 - netlify-cms-widget-select@2.0.4
 - netlify-cms-widget-string@2.0.4
 - netlify-cms-widget-text@2.0.5
 - netlify-cms@2.0.10
  • Loading branch information
erquhart committed Aug 24, 2018
1 parent d0f4821 commit cad676d
Show file tree
Hide file tree
Showing 48 changed files with 263 additions and 51 deletions.
11 changes: 11 additions & 0 deletions packages/netlify-cms-backend-bitbucket/CHANGELOG.md
Expand Up @@ -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.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.0.4...netlify-cms-backend-bitbucket@2.0.5) (2018-08-24)


### Bug Fixes

* **gitlab:** fetch media library images through API ([#1433](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/issues/1433)) ([83d2adc](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/commit/83d2adc))




<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.0.3...netlify-cms-backend-bitbucket@2.0.4) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-backend-bitbucket/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-bitbucket",
"description": "Bitbucket backend for Netlify CMS",
"version": "2.0.4",
"version": "2.0.5",
"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",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-backend-git-gateway/CHANGELOG.md
Expand Up @@ -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.0.6"></a>
## [2.0.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.0.5...netlify-cms-backend-git-gateway@2.0.6) (2018-08-24)




**Note:** Version bump only for package netlify-cms-backend-git-gateway

<a name="2.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.0.4...netlify-cms-backend-git-gateway@2.0.5) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-backend-git-gateway/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-git-gateway",
"description": "Git Gateway backend for Netlify CMS",
"version": "2.0.5",
"version": "2.0.6",
"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",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-backend-github/CHANGELOG.md
Expand Up @@ -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.0.6"></a>
## [2.0.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.0.5...netlify-cms-backend-github@2.0.6) (2018-08-24)




**Note:** Version bump only for package netlify-cms-backend-github

<a name="2.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.0.4...netlify-cms-backend-github@2.0.5) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-backend-github/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-github",
"description": "GitHub backend for Netlify CMS",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
"bugs": "https://github.com/netlify/netlify-cms/issues",
Expand Down
11 changes: 11 additions & 0 deletions packages/netlify-cms-backend-gitlab/CHANGELOG.md
Expand Up @@ -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.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.0.4...netlify-cms-backend-gitlab@2.0.5) (2018-08-24)


### Bug Fixes

* **gitlab:** fetch media library images through API ([#1433](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/issues/1433)) ([83d2adc](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/commit/83d2adc))




<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.0.3...netlify-cms-backend-gitlab@2.0.4) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-backend-gitlab/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-gitlab",
"description": "GitLab backend for Netlify CMS",
"version": "2.0.4",
"version": "2.0.5",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-backend-test/CHANGELOG.md
Expand Up @@ -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.0.6"></a>
## [2.0.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.0.5...netlify-cms-backend-test@2.0.6) (2018-08-24)




**Note:** Version bump only for package netlify-cms-backend-test

<a name="2.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.0.4...netlify-cms-backend-test@2.0.5) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-backend-test/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-backend-test",
"description": "Development testing backend for Netlify CMS",
"version": "2.0.5",
"version": "2.0.6",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/netlify-cms-core/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
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.8"></a>
## [2.0.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.0.7...netlify-cms-core@2.0.8) (2018-08-24)


### Bug Fixes

* make media button consistent with links ([#1621](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1621)) ([412d1e6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/412d1e6))
* **gitlab:** fetch media library images through API ([#1433](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1433)) ([83d2adc](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/83d2adc))
* **list-widget:** fix single field usage in list widget ([#1395](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/1395)) ([06d3650](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/06d3650))




<a name="2.0.7"></a>
## [2.0.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.0.6...netlify-cms-core@2.0.7) (2018-08-07)

Expand Down
10 changes: 5 additions & 5 deletions packages/netlify-cms-core/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-core",
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
"version": "2.0.7",
"version": "2.0.8",
"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",
Expand Down Expand Up @@ -34,10 +34,10 @@
"jwt-decode": "^2.1.0",
"lodash": "^4.17.10",
"moment": "^2.11.2",
"netlify-cms-editor-component-image": "^2.0.3",
"netlify-cms-lib-auth": "^2.0.3",
"netlify-cms-lib-util": "^2.0.4",
"netlify-cms-ui-default": "^2.0.4",
"netlify-cms-editor-component-image": "^2.0.4",
"netlify-cms-lib-auth": "^2.0.4",
"netlify-cms-lib-util": "^2.0.5",
"netlify-cms-ui-default": "^2.0.5",
"prop-types": "^15.5.10",
"react": "^16.4.1",
"react-dnd": "^2.5.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-editor-component-image/CHANGELOG.md
Expand Up @@ -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.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/compare/netlify-cms-editor-component-image@2.0.3...netlify-cms-editor-component-image@2.0.4) (2018-08-24)




**Note:** Version bump only for package netlify-cms-editor-component-image

<a name="2.0.3"></a>
## [2.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image/compare/netlify-cms-editor-component-image@2.0.2...netlify-cms-editor-component-image@2.0.3) (2018-08-01)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-editor-component-image/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-editor-component-image",
"description": "Image component for Netlify CMS editor widget",
"version": "2.0.3",
"version": "2.0.4",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-editor-component-image.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-lib-auth/CHANGELOG.md
Expand Up @@ -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.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/compare/netlify-cms-lib-auth@2.0.3...netlify-cms-lib-auth@2.0.4) (2018-08-24)




**Note:** Version bump only for package netlify-cms-lib-auth

<a name="2.0.3"></a>
## [2.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/compare/netlify-cms-lib-auth@2.0.2...netlify-cms-lib-auth@2.0.3) (2018-08-01)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-lib-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-lib-auth",
"description": "Shared authentication functionality for Netlify CMS.",
"version": "2.0.3",
"version": "2.0.4",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-lib-auth.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-lib-util/CHANGELOG.md
Expand Up @@ -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.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.0.4...netlify-cms-lib-util@2.0.5) (2018-08-24)




**Note:** Version bump only for package netlify-cms-lib-util

<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.0.3...netlify-cms-lib-util@2.0.4) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-lib-util/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.0.4",
"version": "2.0.5",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-lib-util.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/netlify-cms-ui-default/CHANGELOG.md
Expand Up @@ -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.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.0.4...netlify-cms-ui-default@2.0.5) (2018-08-24)


### Bug Fixes

* **list-widget:** fix single field usage in list widget ([#1395](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/issues/1395)) ([06d3650](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/commit/06d3650))




<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.0.3...netlify-cms-ui-default@2.0.4) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-ui-default/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-ui-default",
"description": "Default UI components for Netlify CMS.",
"version": "2.0.4",
"version": "2.0.5",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-widget-boolean/CHANGELOG.md
Expand Up @@ -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.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean/compare/netlify-cms-widget-boolean@2.0.3...netlify-cms-widget-boolean@2.0.4) (2018-08-24)




**Note:** Version bump only for package netlify-cms-widget-boolean

<a name="2.0.3"></a>
## [2.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean/compare/netlify-cms-widget-boolean@2.0.2...netlify-cms-widget-boolean@2.0.3) (2018-08-01)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-widget-boolean/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-boolean",
"description": "Widget for editing boolean values in Netlify CMS.",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "https://www.netlifycms.org/docs/widgets/#boolean",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean",
"bugs": "https://github.com/netlify/netlify-cms/issues",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-widget-date/CHANGELOG.md
Expand Up @@ -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.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.0.4...netlify-cms-widget-date@2.0.5) (2018-08-24)




**Note:** Version bump only for package netlify-cms-widget-date

<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.0.3...netlify-cms-widget-date@2.0.4) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-widget-date/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-date",
"description": "Widget for editing dates in Netlify CMS.",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "https://www.netlifycms.org/docs/widgets/#date",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date",
"bugs": "https://github.com/netlify/netlify-cms/issues",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-widget-datetime/CHANGELOG.md
Expand Up @@ -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.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime/compare/netlify-cms-widget-datetime@2.0.4...netlify-cms-widget-datetime@2.0.5) (2018-08-24)




**Note:** Version bump only for package netlify-cms-widget-datetime

<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime/compare/netlify-cms-widget-datetime@2.0.3...netlify-cms-widget-datetime@2.0.4) (2018-08-07)

Expand Down
4 changes: 2 additions & 2 deletions packages/netlify-cms-widget-datetime/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-datetime",
"description": "Widget for editing dates and times in Netlify CMS.",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "https://www.netlifycms.org/docs/widgets/#datetime",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime",
"bugs": "https://github.com/netlify/netlify-cms/issues",
Expand All @@ -22,7 +22,7 @@
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"netlify-cms-widget-date": "^2.0.4"
"netlify-cms-widget-date": "^2.0.5"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-widget-file/CHANGELOG.md
Expand Up @@ -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.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.0.4...netlify-cms-widget-file@2.0.5) (2018-08-24)




**Note:** Version bump only for package netlify-cms-widget-file

<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.0.3...netlify-cms-widget-file@2.0.4) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-cms-widget-file/package.json
@@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-file",
"description": "Widget for uploading files in Netlify CMS.",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "https://www.netlifycms.org/docs/widgets/#file",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file",
"bugs": "https://github.com/netlify/netlify-cms/issues",
Expand Down
8 changes: 8 additions & 0 deletions packages/netlify-cms-widget-image/CHANGELOG.md
Expand Up @@ -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.0.5"></a>
## [2.0.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.0.4...netlify-cms-widget-image@2.0.5) (2018-08-24)




**Note:** Version bump only for package netlify-cms-widget-image

<a name="2.0.4"></a>
## [2.0.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.0.3...netlify-cms-widget-image@2.0.4) (2018-08-07)

Expand Down

0 comments on commit cad676d

Please sign in to comment.