chore(release): publish

- netlify-cms-app@2.9.2-beta.1
 - netlify-cms-core@2.11.1-beta.1
 - netlify-cms-ui-default@2.6.3-beta.0
 - netlify-cms-widget-markdown@2.5.0-beta.1
 - netlify-cms-widget-relation@2.3.3-beta.0
 - netlify-cms@2.9.2-beta.1
This commit is contained in:
Shawn Erquhart 2019-05-15 13:27:27 -04:00
parent 8970d32abf
commit 8e1556f908
12 changed files with 68 additions and 11 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.9.2-beta.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.2-beta.0...netlify-cms-app@2.9.2-beta.1) (2019-05-15)
**Note:** Version bump only for package netlify-cms-app
## [2.9.2-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.1...netlify-cms-app@2.9.2-beta.0) (2019-04-10)
**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.9.2-beta.0",
"version": "2.9.2-beta.1",
"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",
@ -30,11 +30,11 @@
"netlify-cms-backend-github": "^2.4.2",
"netlify-cms-backend-gitlab": "^2.3.2",
"netlify-cms-backend-test": "^2.2.2",
"netlify-cms-core": "^2.11.1-beta.0",
"netlify-cms-core": "^2.11.1-beta.1",
"netlify-cms-editor-component-image": "^2.4.2",
"netlify-cms-lib-auth": "^2.2.2",
"netlify-cms-lib-util": "^2.3.2",
"netlify-cms-ui-default": "^2.6.2",
"netlify-cms-ui-default": "^2.6.3-beta.0",
"netlify-cms-widget-boolean": "^2.2.2",
"netlify-cms-widget-date": "^2.3.2",
"netlify-cms-widget-datetime": "^2.2.2",
@ -42,10 +42,10 @@
"netlify-cms-widget-image": "^2.3.2",
"netlify-cms-widget-list": "^2.3.2",
"netlify-cms-widget-map": "^1.3.2",
"netlify-cms-widget-markdown": "^2.5.0-beta.0",
"netlify-cms-widget-markdown": "^2.5.0-beta.1",
"netlify-cms-widget-number": "^2.3.3",
"netlify-cms-widget-object": "^2.2.2",
"netlify-cms-widget-relation": "^2.3.2",
"netlify-cms-widget-relation": "^2.3.3-beta.0",
"netlify-cms-widget-select": "^2.4.2",
"netlify-cms-widget-string": "^2.2.2",
"netlify-cms-widget-text": "^2.2.2",

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.1-beta.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.11.1-beta.0...netlify-cms-core@2.11.1-beta.1) (2019-05-15)
**Note:** Version bump only for package netlify-cms-core
## [2.11.1-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.11.0...netlify-cms-core@2.11.1-beta.0) (2019-04-10)

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.11.1-beta.0",
"version": "2.11.1-beta.1",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
"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.3-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.6.2...netlify-cms-ui-default@2.6.3-beta.0) (2019-05-15)
### Bug Fixes
* **widget-markdown:** keep markdown widget dropdowns on top ([#2326](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/issues/2326)) ([5f807d7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/commit/5f807d7))
## [2.6.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.6.2-beta.0...netlify-cms-ui-default@2.6.2) (2019-04-10)
**Note:** Version bump only for package netlify-cms-ui-default

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-ui-default",
"description": "Default UI components for Netlify CMS.",
"version": "2.6.2",
"version": "2.6.3-beta.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",

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.0-beta.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.5.0-beta.0...netlify-cms-widget-markdown@2.5.0-beta.1) (2019-05-15)
### Bug Fixes
* **widget-markdown:** ensure correct value on list reorder ([#2298](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/2298)) ([60caca0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/60caca0))
# [2.5.0-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.4.2...netlify-cms-widget-markdown@2.5.0-beta.0) (2019-04-10)

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.",
"version": "2.5.0-beta.0",
"version": "2.5.0-beta.1",
"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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.3-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.3.2...netlify-cms-widget-relation@2.3.3-beta.0) (2019-05-15)
### Bug Fixes
* **widget-relation:** clear button ([#2285](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/issues/2285)) ([9318aa0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/commit/9318aa0))
## [2.3.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.3.2-beta.0...netlify-cms-widget-relation@2.3.2) (2019-04-10)
**Note:** Version bump only for package netlify-cms-widget-relation

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-widget-relation",
"description": "Widget for linking related entries in Netlify CMS.",
"version": "2.3.2",
"version": "2.3.3-beta.0",
"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.9.2-beta.1](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.2-beta.0...netlify-cms@2.9.2-beta.1) (2019-05-15)
**Note:** Version bump only for package netlify-cms
## [2.9.2-beta.0](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.1...netlify-cms@2.9.2-beta.0) (2019-04-10)
**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.9.2-beta.0",
"version": "2.9.2-beta.1",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
@ -20,7 +20,7 @@
],
"license": "MIT",
"dependencies": {
"netlify-cms-app": "^2.9.2-beta.0",
"netlify-cms-app": "^2.9.2-beta.1",
"netlify-cms-media-library-cloudinary": "^1.3.2",
"netlify-cms-media-library-uploadcare": "^0.5.2",
"react": "^16.8.4",