chore(release): publish
- netlify-cms-app@2.9.8-beta.3 - netlify-cms-backend-github@2.5.0-beta.2 - netlify-cms-core@2.13.0-beta.3 - netlify-cms-lib-util@2.4.0-beta.3 - netlify-cms-widget-list@2.3.5-beta.0 - netlify-cms@2.9.8-beta.3
This commit is contained in:
parent
e674e43f9f
commit
50b297c67a
@ -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.8-beta.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.8-beta.2...netlify-cms-app@2.9.8-beta.3) (2019-09-04)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.9.8-beta.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.8-beta.1...netlify-cms-app@2.9.8-beta.2) (2019-08-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
@ -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.8-beta.2",
|
||||
"version": "2.9.8-beta.3",
|
||||
"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",
|
||||
@ -27,20 +27,20 @@
|
||||
"moment": "^2.24.0",
|
||||
"netlify-cms-backend-bitbucket": "^2.4.1",
|
||||
"netlify-cms-backend-git-gateway": "^2.4.5",
|
||||
"netlify-cms-backend-github": "^2.5.0-beta.1",
|
||||
"netlify-cms-backend-github": "^2.5.0-beta.2",
|
||||
"netlify-cms-backend-gitlab": "^2.3.3-beta.0",
|
||||
"netlify-cms-backend-test": "^2.2.3",
|
||||
"netlify-cms-core": "^2.13.0-beta.2",
|
||||
"netlify-cms-core": "^2.13.0-beta.3",
|
||||
"netlify-cms-editor-component-image": "^2.4.2",
|
||||
"netlify-cms-lib-auth": "^2.2.4",
|
||||
"netlify-cms-lib-util": "^2.4.0-beta.2",
|
||||
"netlify-cms-lib-util": "^2.4.0-beta.3",
|
||||
"netlify-cms-ui-default": "^2.7.0-beta.0",
|
||||
"netlify-cms-widget-boolean": "^2.2.3",
|
||||
"netlify-cms-widget-date": "^2.3.3",
|
||||
"netlify-cms-widget-datetime": "^2.2.3",
|
||||
"netlify-cms-widget-file": "^2.4.3",
|
||||
"netlify-cms-widget-image": "^2.3.3",
|
||||
"netlify-cms-widget-list": "^2.3.4",
|
||||
"netlify-cms-widget-list": "^2.3.5-beta.0",
|
||||
"netlify-cms-widget-map": "^1.3.3",
|
||||
"netlify-cms-widget-markdown": "^2.5.1",
|
||||
"netlify-cms-widget-number": "^2.3.4",
|
||||
|
@ -3,6 +3,22 @@
|
||||
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.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.5.0-beta.1...netlify-cms-backend-github@2.5.0-beta.2) (2019-09-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **github-graphql:** use getMediaDisplayURL to load media with auth header ([#2652](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/2652)) ([e674e43](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/e674e43))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **backend-github:** GitHub GraphQL API support ([#2456](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/issues/2456)) ([ece136c](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/commit/ece136c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.5.0-beta.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.5.0-beta.0...netlify-cms-backend-github@2.5.0-beta.1) (2019-08-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-backend-github
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-backend-github",
|
||||
"description": "GitHub backend for Netlify CMS",
|
||||
"version": "2.5.0-beta.1",
|
||||
"version": "2.5.0-beta.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",
|
||||
|
@ -3,6 +3,25 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.13.0-beta.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.13.0-beta.2...netlify-cms-core@2.13.0-beta.3) (2019-09-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** don't pass boolean value to string prop, use null instead ([#2609](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2609)) ([ce95a77](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/ce95a77))
|
||||
* **core:** don't pass ref to react-polyglot 'translate' function component ([#2607](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2607)) ([5b64e25](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/5b64e25))
|
||||
* **github-graphql:** use getMediaDisplayURL to load media with auth header ([#2652](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2652)) ([e674e43](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/e674e43))
|
||||
* **media-library:** no render of non-viewable files ([#2546](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2546)) ([4c5fe6a](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/4c5fe6a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **routing:** support direct linking to entries ([#2556](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/2556)) ([083a336](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/083a336))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.13.0-beta.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.13.0-beta.1...netlify-cms-core@2.13.0-beta.2) (2019-08-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-core
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.13.0-beta.2",
|
||||
"version": "2.13.0-beta.3",
|
||||
"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",
|
||||
@ -22,6 +22,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@iarna/toml": "2.2.3",
|
||||
"ajv": "^6.10.0",
|
||||
"ajv-errors": "^1.0.1",
|
||||
"copy-text-to-clipboard": "^2.0.0",
|
||||
@ -59,7 +60,6 @@
|
||||
"redux-thunk": "^2.3.0",
|
||||
"sanitize-filename": "^1.6.1",
|
||||
"semaphore": "^1.0.5",
|
||||
"@iarna/toml": "2.2.3",
|
||||
"tomlify-j0.4": "^3.0.0-alpha.0",
|
||||
"url": "^0.11.0",
|
||||
"what-input": "^5.1.4"
|
||||
|
@ -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.4.0-beta.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.4.0-beta.2...netlify-cms-lib-util@2.4.0-beta.3) (2019-09-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **backend-github:** GitHub GraphQL API support ([#2456](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/2456)) ([ece136c](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/ece136c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.4.0-beta.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.4.0-beta.1...netlify-cms-lib-util@2.4.0-beta.2) (2019-08-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-lib-util
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-lib-util",
|
||||
"description": "Shared utilities for Netlify CMS.",
|
||||
"version": "2.4.0-beta.2",
|
||||
"version": "2.4.0-beta.3",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"module": "dist/esm/index.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.
|
||||
|
||||
## [2.3.5-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.3.4...netlify-cms-widget-list@2.3.5-beta.0) (2019-09-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* pass List instead of array to onChange ([#2611](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/issues/2611)) ([a801636](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/commit/a801636))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.3.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.3.3...netlify-cms-widget-list@2.3.4) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-widget-list
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-list",
|
||||
"description": "Widget for editing lists in Netlify CMS.",
|
||||
"version": "2.3.4",
|
||||
"version": "2.3.5-beta.0",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#list",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
|
@ -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.8-beta.3](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.8-beta.2...netlify-cms@2.9.8-beta.3) (2019-09-04)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.9.8-beta.2](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.8-beta.1...netlify-cms@2.9.8-beta.2) (2019-08-24)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms",
|
||||
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
||||
"version": "2.9.8-beta.2",
|
||||
"version": "2.9.8-beta.3",
|
||||
"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.8-beta.2",
|
||||
"netlify-cms-app": "^2.9.8-beta.3",
|
||||
"netlify-cms-media-library-cloudinary": "^1.3.3",
|
||||
"netlify-cms-media-library-uploadcare": "^0.5.3",
|
||||
"react": "^16.8.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user