chore(release): publish
- netlify-cms-app@2.14.2 - netlify-cms-core@2.36.2 - netlify-cms-locales@1.21.0 - netlify-cms-widget-markdown@2.12.8 - netlify-cms-widget-string@2.2.8 - netlify-cms@2.10.72
This commit is contained in:
parent
63ea63defe
commit
74d5569bd3
@ -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.14.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.1...netlify-cms-app@2.14.2) (2020-11-30)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.14.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.0...netlify-cms-app@2.14.1) (2020-11-26)
|
||||
|
||||
**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.14.1",
|
||||
"version": "2.14.2",
|
||||
"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",
|
||||
@ -38,11 +38,11 @@
|
||||
"netlify-cms-backend-github": "^2.11.6",
|
||||
"netlify-cms-backend-gitlab": "^2.9.5",
|
||||
"netlify-cms-backend-test": "^2.10.5",
|
||||
"netlify-cms-core": "^2.36.1",
|
||||
"netlify-cms-core": "^2.36.2",
|
||||
"netlify-cms-editor-component-image": "^2.6.7",
|
||||
"netlify-cms-lib-auth": "^2.3.0",
|
||||
"netlify-cms-lib-util": "^2.12.0",
|
||||
"netlify-cms-locales": "^1.20.0",
|
||||
"netlify-cms-locales": "^1.21.0",
|
||||
"netlify-cms-ui-default": "^2.12.0",
|
||||
"netlify-cms-widget-boolean": "^2.3.4",
|
||||
"netlify-cms-widget-code": "^1.2.4",
|
||||
@ -53,12 +53,12 @@
|
||||
"netlify-cms-widget-image": "^2.7.4",
|
||||
"netlify-cms-widget-list": "^2.8.1",
|
||||
"netlify-cms-widget-map": "^1.4.4",
|
||||
"netlify-cms-widget-markdown": "^2.12.7",
|
||||
"netlify-cms-widget-markdown": "^2.12.8",
|
||||
"netlify-cms-widget-number": "^2.4.5",
|
||||
"netlify-cms-widget-object": "^2.6.0",
|
||||
"netlify-cms-widget-relation": "^2.8.7",
|
||||
"netlify-cms-widget-select": "^2.7.2",
|
||||
"netlify-cms-widget-string": "^2.2.7",
|
||||
"netlify-cms-widget-string": "^2.2.8",
|
||||
"netlify-cms-widget-text": "^2.3.4",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-immutable-proptypes": "^2.1.0",
|
||||
|
@ -3,6 +3,19 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.36.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.36.1...netlify-cms-core@2.36.2) (2020-11-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **typings:** discriminated types for widgets ([#4640](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/4640)) ([63ea63d](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/63ea63defe6e3b593e3ef299f2181a0d01a25e63))
|
||||
* added a TS type definition for local_backend schema field ([#4662](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/4662)) ([f28038d](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/f28038d63692045639669530d40d1382762730f0))
|
||||
* **typings:** add i18n & squash_merges to typings ([#4639](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/4639)) ([bbf6475](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/bbf64751fb7d65b571048aebef8fc47897a764ef))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.36.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.36.0...netlify-cms-core@2.36.1) (2020-11-26)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-core",
|
||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||
"version": "2.36.1",
|
||||
"version": "2.36.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.
|
||||
|
||||
# [1.21.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.20.0...netlify-cms-locales@1.21.0) (2020-11-30)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **locales:** add danish translation ([#4650](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/4650)) ([90dd831](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/90dd8312d1b6fa39d3c7eec7dfac1a7f31326a00))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.20.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.19.0...netlify-cms-locales@1.20.0) (2020-11-26)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-locales",
|
||||
"description": "Locales for Netlify CMS.",
|
||||
"version": "1.20.0",
|
||||
"version": "1.21.0",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
"license": "MIT",
|
||||
|
@ -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.12.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.12.7...netlify-cms-widget-markdown@2.12.8) (2020-11-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency is-hotkey to ^0.2.0 ([#4652](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/issues/4652)) ([7828e15](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/7828e15453e55b5201f23b58817d73ecbd30a912))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.12.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.12.6...netlify-cms-widget-markdown@2.12.7) (2020-10-20)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-markdown",
|
||||
"description": "Widget for editing markdown in Netlify CMS.",
|
||||
"version": "2.12.7",
|
||||
"version": "2.12.8",
|
||||
"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,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.2.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string/compare/netlify-cms-widget-string@2.2.7...netlify-cms-widget-string@2.2.8) (2020-11-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **widget-string:** fix cursor jumping to end of line ([#4607](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string/issues/4607)) ([1413d04](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string/commit/1413d04d7dc51156d975f9b2f604749cfbc32a73))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.2.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string/compare/netlify-cms-widget-string@2.2.6...netlify-cms-widget-string@2.2.7) (2020-09-15)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms-widget-string
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "netlify-cms-widget-string",
|
||||
"description": "Widget for editing plain string values in Netlify CMS.",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"homepage": "https://www.netlifycms.org/docs/widgets/#string",
|
||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string",
|
||||
"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.72](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.71...netlify-cms@2.10.72) (2020-11-30)
|
||||
|
||||
**Note:** Version bump only for package netlify-cms
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.10.71](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.70...netlify-cms@2.10.71) (2020-11-26)
|
||||
|
||||
**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.71",
|
||||
"version": "2.10.72",
|
||||
"homepage": "https://www.netlifycms.org",
|
||||
"repository": "https://github.com/netlify/netlify-cms",
|
||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||
@ -22,7 +22,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"codemirror": "^5.46.0",
|
||||
"netlify-cms-app": "^2.14.1",
|
||||
"netlify-cms-app": "^2.14.2",
|
||||
"netlify-cms-media-library-cloudinary": "^1.3.8",
|
||||
"netlify-cms-media-library-uploadcare": "^0.5.9",
|
||||
"react": "^16.8.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user