chore(release): publish
- netlify-cms-app@2.9.6 - netlify-cms-widget-list@2.3.3 - netlify-cms@2.9.6
This commit is contained in:
parent
83bd5d54f8
commit
b273dcf535
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.9.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.5...netlify-cms-app@2.9.6) (2019-07-11)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.9.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.4...netlify-cms-app@2.9.5) (2019-06-28)
|
## [2.9.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.9.4...netlify-cms-app@2.9.5) (2019-06-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-app
|
**Note:** Version bump only for package netlify-cms-app
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-app",
|
"name": "netlify-cms-app",
|
||||||
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
|
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"homepage": "https://www.netlifycms.org",
|
"homepage": "https://www.netlifycms.org",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
@ -40,7 +40,7 @@
|
|||||||
"netlify-cms-widget-datetime": "^2.2.2",
|
"netlify-cms-widget-datetime": "^2.2.2",
|
||||||
"netlify-cms-widget-file": "^2.4.2",
|
"netlify-cms-widget-file": "^2.4.2",
|
||||||
"netlify-cms-widget-image": "^2.3.2",
|
"netlify-cms-widget-image": "^2.3.2",
|
||||||
"netlify-cms-widget-list": "^2.3.2",
|
"netlify-cms-widget-list": "^2.3.3",
|
||||||
"netlify-cms-widget-map": "^1.3.2",
|
"netlify-cms-widget-map": "^1.3.2",
|
||||||
"netlify-cms-widget-markdown": "^2.5.0",
|
"netlify-cms-widget-markdown": "^2.5.0",
|
||||||
"netlify-cms-widget-number": "^2.3.3",
|
"netlify-cms-widget-number": "^2.3.3",
|
||||||
|
@ -3,6 +3,17 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.3.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.3.2...netlify-cms-widget-list@2.3.3) (2019-07-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **widget-list:** honor default values for widgets in lists ([#2395](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/issues/2395)) ([83bd5d5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/commit/83bd5d5))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.3.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.3.2-beta.0...netlify-cms-widget-list@2.3.2) (2019-04-10)
|
## [2.3.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.3.2-beta.0...netlify-cms-widget-list@2.3.2) (2019-04-10)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-list
|
**Note:** Version bump only for package netlify-cms-widget-list
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-list",
|
"name": "netlify-cms-widget-list",
|
||||||
"description": "Widget for editing lists in Netlify CMS.",
|
"description": "Widget for editing lists in Netlify CMS.",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#list",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#list",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.9.6](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.5...netlify-cms@2.9.6) (2019-07-11)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.9.5](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.4...netlify-cms@2.9.5) (2019-06-28)
|
## [2.9.5](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.9.4...netlify-cms@2.9.5) (2019-06-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms
|
**Note:** Version bump only for package netlify-cms
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms",
|
"name": "netlify-cms",
|
||||||
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
"description": "An extensible, open source, Git-based, React CMS for static sites.",
|
||||||
"version": "2.9.5",
|
"version": "2.9.6",
|
||||||
"homepage": "https://www.netlifycms.org",
|
"homepage": "https://www.netlifycms.org",
|
||||||
"repository": "https://github.com/netlify/netlify-cms",
|
"repository": "https://github.com/netlify/netlify-cms",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"netlify-cms-app": "^2.9.5",
|
"netlify-cms-app": "^2.9.6",
|
||||||
"netlify-cms-media-library-cloudinary": "^1.3.2",
|
"netlify-cms-media-library-cloudinary": "^1.3.2",
|
||||||
"netlify-cms-media-library-uploadcare": "^0.5.2",
|
"netlify-cms-media-library-uploadcare": "^0.5.2",
|
||||||
"react": "^16.8.4",
|
"react": "^16.8.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user