chore(release): publish
- netlify-cms-app@2.15.65 - netlify-cms-core@2.54.5 - netlify-cms-lib-widgets@1.8.0 - netlify-cms-widget-markdown@2.15.0 - netlify-cms@2.10.185
This commit is contained in:
parent
d66c573697
commit
bd4d99df7d
@ -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.65](https://github.com/netlify/netlify-cms/compare/netlify-cms-app@2.15.64...netlify-cms-app@2.15.65) (2022-01-21)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.15.64](https://github.com/netlify/netlify-cms/compare/netlify-cms-app@2.15.63...netlify-cms-app@2.15.64) (2022-01-21)
|
||||
|
||||
**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.64",
|
||||
"version": "2.15.65",
|
||||
"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,11 +40,11 @@
|
||||
"netlify-cms-backend-gitlab": "^2.13.0",
|
||||
"netlify-cms-backend-proxy": "^1.2.3",
|
||||
"netlify-cms-backend-test": "^2.11.3",
|
||||
"netlify-cms-core": "^2.54.4",
|
||||
"netlify-cms-core": "^2.54.5",
|
||||
"netlify-cms-editor-component-image": "^2.7.0",
|
||||
"netlify-cms-lib-auth": "^2.4.2",
|
||||
"netlify-cms-lib-util": "^2.15.0",
|
||||
"netlify-cms-lib-widgets": "^1.7.0",
|
||||
"netlify-cms-lib-widgets": "^1.8.0",
|
||||
"netlify-cms-locales": "^1.38.1",
|
||||
"netlify-cms-ui-default": "^2.15.4",
|
||||
"netlify-cms-widget-boolean": "^2.4.1",
|
||||
@ -56,7 +56,7 @@
|
||||
"netlify-cms-widget-image": "^2.8.1",
|
||||
"netlify-cms-widget-list": "^2.10.1",
|
||||
"netlify-cms-widget-map": "^1.5.1",
|
||||
"netlify-cms-widget-markdown": "^2.14.4",
|
||||
"netlify-cms-widget-markdown": "^2.15.0",
|
||||
"netlify-cms-widget-number": "^2.5.0",
|
||||
"netlify-cms-widget-object": "^2.7.1",
|
||||
"netlify-cms-widget-relation": "^2.11.0",
|
||||
|
@ -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.54.5](https://github.com/netlify/netlify-cms/compare/netlify-cms-core@2.54.4...netlify-cms-core@2.54.5) (2022-01-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove redundant log from EditorControlPane ([#6141](https://github.com/netlify/netlify-cms/issues/6141)) ([6c924db](https://github.com/netlify/netlify-cms/commit/6c924db10b9f1baab15cdcebdc1e2c01bca4ec83))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.54.4](https://github.com/netlify/netlify-cms/compare/netlify-cms-core@2.54.3...netlify-cms-core@2.54.4) (2022-01-21)
|
||||
|
||||
**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.54.4",
|
||||
"version": "2.54.5",
|
||||
"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.
|
||||
|
||||
# [1.8.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-lib-widgets@1.7.0...netlify-cms-lib-widgets@1.8.0) (2022-01-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add truncate filter to summary tag ([#6105](https://github.com/netlify/netlify-cms/issues/6105)) ([d66c573](https://github.com/netlify/netlify-cms/commit/d66c573697c6a66919e048f0fde9cf2f8ea6acac))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.7.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-lib-widgets@1.6.3...netlify-cms-lib-widgets@1.7.0) (2021-10-11)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-lib-widgets",
|
||||
"description": "Shared utilities for Netlify CMS.",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets",
|
||||
"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.15.0](https://github.com/netlify/netlify-cms/compare/netlify-cms-widget-markdown@2.14.4...netlify-cms-widget-markdown@2.15.0) (2022-01-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use keyboard shortcuts to insert bullet points ([#6134](https://github.com/netlify/netlify-cms/issues/6134)) ([dd149f6](https://github.com/netlify/netlify-cms/commit/dd149f6d0479d20eef0bc9cede738784c9cdb4fd))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.14.4](https://github.com/netlify/netlify-cms/compare/netlify-cms-widget-markdown@2.14.3...netlify-cms-widget-markdown@2.14.4) (2021-10-28)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-markdown",
|
||||
"description": "Widget for editing markdown in Netlify CMS.",
|
||||
"version": "2.14.4",
|
||||
"version": "2.15.0",
|
||||
"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.185](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.184...netlify-cms@2.10.185) (2022-01-21)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.10.184](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.183...netlify-cms@2.10.184) (2022-01-21)
|
||||
|
||||
**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.184",
|
||||
"version": "2.10.185",
|
||||
"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.64",
|
||||
"netlify-cms-app": "^2.15.65",
|
||||
"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