chore(release): publish
- netlify-cms-app@2.15.38 - netlify-cms-core@2.47.2 - netlify-cms-widget-markdown@2.14.2 - netlify-cms@2.10.158
This commit is contained in:
parent
fbfab7cda5
commit
e2632b76fb
@ -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.15.38](https://github.com/netlify/netlify-cms/compare/netlify-cms-app@2.15.37...netlify-cms-app@2.15.38) (2021-08-17)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.15.37](https://github.com/netlify/netlify-cms/compare/netlify-cms-app@2.15.36...netlify-cms-app@2.15.37) (2021-08-17)
|
||||
|
||||
**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.15.37",
|
||||
"version": "2.15.38",
|
||||
"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",
|
||||
@ -40,7 +40,7 @@
|
||||
"netlify-cms-backend-gitlab": "^2.11.4",
|
||||
"netlify-cms-backend-proxy": "^1.2.3",
|
||||
"netlify-cms-backend-test": "^2.11.3",
|
||||
"netlify-cms-core": "^2.47.1",
|
||||
"netlify-cms-core": "^2.47.2",
|
||||
"netlify-cms-editor-component-image": "^2.7.0",
|
||||
"netlify-cms-lib-auth": "^2.4.2",
|
||||
"netlify-cms-lib-util": "^2.13.3",
|
||||
@ -56,7 +56,7 @@
|
||||
"netlify-cms-widget-image": "^2.8.1",
|
||||
"netlify-cms-widget-list": "^2.10.1",
|
||||
"netlify-cms-widget-map": "^1.5.0",
|
||||
"netlify-cms-widget-markdown": "^2.14.1",
|
||||
"netlify-cms-widget-markdown": "^2.14.2",
|
||||
"netlify-cms-widget-number": "^2.5.0",
|
||||
"netlify-cms-widget-object": "^2.7.1",
|
||||
"netlify-cms-widget-relation": "^2.10.3",
|
||||
|
@ -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.47.2](https://github.com/netlify/netlify-cms/compare/netlify-cms-core@2.47.1...netlify-cms-core@2.47.2) (2021-08-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **markdown-widget:** support arbitrary component order ([#5597](https://github.com/netlify/netlify-cms/issues/5597)) ([fbfab7c](https://github.com/netlify/netlify-cms/commit/fbfab7cda54aba68c948188d0ad5660431d275fc))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.47.1](https://github.com/netlify/netlify-cms/compare/netlify-cms-core@2.47.0...netlify-cms-core@2.47.1) (2021-08-10)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.47.1",
|
||||
"version": "2.47.2",
|
||||
"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",
|
||||
|
@ -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.14.2](https://github.com/netlify/netlify-cms/compare/netlify-cms-widget-markdown@2.14.1...netlify-cms-widget-markdown@2.14.2) (2021-08-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **markdown-widget:** support arbitrary component order ([#5597](https://github.com/netlify/netlify-cms/issues/5597)) ([fbfab7c](https://github.com/netlify/netlify-cms/commit/fbfab7cda54aba68c948188d0ad5660431d275fc))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.14.1](https://github.com/netlify/netlify-cms/compare/netlify-cms-widget-markdown@2.14.0...netlify-cms-widget-markdown@2.14.1) (2021-08-04)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-markdown",
|
||||
"description": "Widget for editing markdown in Netlify CMS.",
|
||||
"version": "2.14.1",
|
||||
"version": "2.14.2",
|
||||
"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",
|
||||
|
@ -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.10.158](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.157...netlify-cms@2.10.158) (2021-08-17)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.10.157](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.156...netlify-cms@2.10.157) (2021-08-17)
|
||||
|
||||
**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.10.157",
|
||||
"version": "2.10.158",
|
||||
"homepage": "https://www.netlifycms.org",
|
||||
"repository": "https://github.com/netlify/netlify-cms",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -23,7 +23,7 @@
|
||||
"dependencies": {
|
||||
"codemirror": "^5.46.0",
|
||||
"create-react-class": "^15.7.0",
|
||||
"netlify-cms-app": "^2.15.37",
|
||||
"netlify-cms-app": "^2.15.38",
|
||||
"netlify-cms-media-library-cloudinary": "^1.3.10",
|
||||
"netlify-cms-media-library-uploadcare": "^0.5.10",
|
||||
"react": "^16.8.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user