chore(release): publish
- netlify-cms-app@2.14.21 - netlify-cms-backend-azure@1.1.1 - netlify-cms-backend-bitbucket@2.12.6 - netlify-cms-backend-git-gateway@2.11.9 - netlify-cms-backend-github@2.11.8 - netlify-cms-backend-gitlab@2.9.8 - netlify-cms-backend-proxy@1.1.6 - netlify-cms-backend-test@2.10.6 - netlify-cms-core@2.38.0 - netlify-cms-lib-util@2.12.3 - netlify-cms-lib-widgets@1.6.1 - netlify-cms-locales@1.27.0 - netlify-cms-media-library-cloudinary@1.3.9 - netlify-cms-media-library-uploadcare@0.5.10 - netlify-cms-proxy-server@1.3.10 - netlify-cms-ui-default@2.12.1 - netlify-cms-widget-boolean@2.3.5 - netlify-cms-widget-code@1.2.6 - netlify-cms-widget-colorstring@1.0.2 - netlify-cms-widget-date@2.5.6 - netlify-cms-widget-datetime@2.6.6 - netlify-cms-widget-file@2.9.1 - netlify-cms-widget-image@2.7.5 - netlify-cms-widget-list@2.8.2 - netlify-cms-widget-map@1.4.5 - netlify-cms-widget-markdown@2.12.10 - netlify-cms-widget-number@2.4.6 - netlify-cms-widget-object@2.6.1 - netlify-cms-widget-relation@2.8.8 - netlify-cms-widget-select@2.7.3 - netlify-cms-widget-string@2.2.9 - netlify-cms-widget-text@2.3.5 - netlify-cms@2.10.91
This commit is contained in:
@ -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.14.21](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.20...netlify-cms-app@2.14.21) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.14.20](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.19...netlify-cms-app@2.14.20) (2021-02-07)
|
## [2.14.20](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.14.19...netlify-cms-app@2.14.20) (2021-02-07)
|
||||||
|
|
||||||
**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.14.20",
|
"version": "2.14.21",
|
||||||
"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",
|
||||||
@ -32,34 +32,34 @@
|
|||||||
"immutable": "^3.7.6",
|
"immutable": "^3.7.6",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"netlify-cms-backend-azure": "^1.1.0",
|
"netlify-cms-backend-azure": "^1.1.1",
|
||||||
"netlify-cms-backend-bitbucket": "^2.12.5",
|
"netlify-cms-backend-bitbucket": "^2.12.6",
|
||||||
"netlify-cms-backend-git-gateway": "^2.11.8",
|
"netlify-cms-backend-git-gateway": "^2.11.9",
|
||||||
"netlify-cms-backend-github": "^2.11.7",
|
"netlify-cms-backend-github": "^2.11.8",
|
||||||
"netlify-cms-backend-gitlab": "^2.9.7",
|
"netlify-cms-backend-gitlab": "^2.9.8",
|
||||||
"netlify-cms-backend-test": "^2.10.5",
|
"netlify-cms-backend-test": "^2.10.6",
|
||||||
"netlify-cms-core": "^2.37.2",
|
"netlify-cms-core": "^2.38.0",
|
||||||
"netlify-cms-editor-component-image": "^2.6.7",
|
"netlify-cms-editor-component-image": "^2.6.7",
|
||||||
"netlify-cms-lib-auth": "^2.3.0",
|
"netlify-cms-lib-auth": "^2.3.0",
|
||||||
"netlify-cms-lib-util": "^2.12.2",
|
"netlify-cms-lib-util": "^2.12.3",
|
||||||
"netlify-cms-locales": "^1.26.0",
|
"netlify-cms-locales": "^1.27.0",
|
||||||
"netlify-cms-ui-default": "^2.12.0",
|
"netlify-cms-ui-default": "^2.12.1",
|
||||||
"netlify-cms-widget-boolean": "^2.3.4",
|
"netlify-cms-widget-boolean": "^2.3.5",
|
||||||
"netlify-cms-widget-code": "^1.2.5",
|
"netlify-cms-widget-code": "^1.2.6",
|
||||||
"netlify-cms-widget-colorstring": "^1.0.0",
|
"netlify-cms-widget-colorstring": "^1.0.2",
|
||||||
"netlify-cms-widget-date": "^2.5.5",
|
"netlify-cms-widget-date": "^2.5.6",
|
||||||
"netlify-cms-widget-datetime": "^2.6.5",
|
"netlify-cms-widget-datetime": "^2.6.6",
|
||||||
"netlify-cms-widget-file": "^2.9.0",
|
"netlify-cms-widget-file": "^2.9.1",
|
||||||
"netlify-cms-widget-image": "^2.7.4",
|
"netlify-cms-widget-image": "^2.7.5",
|
||||||
"netlify-cms-widget-list": "^2.8.1",
|
"netlify-cms-widget-list": "^2.8.2",
|
||||||
"netlify-cms-widget-map": "^1.4.4",
|
"netlify-cms-widget-map": "^1.4.5",
|
||||||
"netlify-cms-widget-markdown": "^2.12.9",
|
"netlify-cms-widget-markdown": "^2.12.10",
|
||||||
"netlify-cms-widget-number": "^2.4.5",
|
"netlify-cms-widget-number": "^2.4.6",
|
||||||
"netlify-cms-widget-object": "^2.6.0",
|
"netlify-cms-widget-object": "^2.6.1",
|
||||||
"netlify-cms-widget-relation": "^2.8.7",
|
"netlify-cms-widget-relation": "^2.8.8",
|
||||||
"netlify-cms-widget-select": "^2.7.2",
|
"netlify-cms-widget-select": "^2.7.3",
|
||||||
"netlify-cms-widget-string": "^2.2.8",
|
"netlify-cms-widget-string": "^2.2.9",
|
||||||
"netlify-cms-widget-text": "^2.3.4",
|
"netlify-cms-widget-text": "^2.3.5",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react-immutable-proptypes": "^2.1.0",
|
"react-immutable-proptypes": "^2.1.0",
|
||||||
"uuid": "^3.3.2"
|
"uuid": "^3.3.2"
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
## [1.1.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-azure/compare/netlify-cms-backend-azure@1.1.0...netlify-cms-backend-azure@1.1.1) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-azure
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 1.1.0 (2020-11-26)
|
# 1.1.0 (2020-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-azure",
|
"name": "netlify-cms-backend-azure",
|
||||||
"description": "Azure DevOps backend for Netlify CMS",
|
"description": "Azure DevOps backend for Netlify CMS",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-azure",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-azure",
|
||||||
"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.12.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.12.5...netlify-cms-backend-bitbucket@2.12.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-bitbucket
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.12.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.12.4...netlify-cms-backend-bitbucket@2.12.5) (2020-09-20)
|
## [2.12.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket/compare/netlify-cms-backend-bitbucket@2.12.4...netlify-cms-backend-bitbucket@2.12.5) (2020-09-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-backend-bitbucket
|
**Note:** Version bump only for package netlify-cms-backend-bitbucket
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-bitbucket",
|
"name": "netlify-cms-backend-bitbucket",
|
||||||
"description": "Bitbucket backend for Netlify CMS",
|
"description": "Bitbucket backend for Netlify CMS",
|
||||||
"version": "2.12.5",
|
"version": "2.12.6",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -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.11.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.11.8...netlify-cms-backend-git-gateway@2.11.9) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-git-gateway
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.11.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.11.7...netlify-cms-backend-git-gateway@2.11.8) (2020-12-15)
|
## [2.11.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway/compare/netlify-cms-backend-git-gateway@2.11.7...netlify-cms-backend-git-gateway@2.11.8) (2020-12-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-git-gateway",
|
"name": "netlify-cms-backend-git-gateway",
|
||||||
"description": "Git Gateway backend for Netlify CMS",
|
"description": "Git Gateway backend for Netlify CMS",
|
||||||
"version": "2.11.8",
|
"version": "2.11.9",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -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.11.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.11.7...netlify-cms-backend-github@2.11.8) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-github
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.11.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.11.6...netlify-cms-backend-github@2.11.7) (2020-12-06)
|
## [2.11.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.11.6...netlify-cms-backend-github@2.11.7) (2020-12-06)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-github",
|
"name": "netlify-cms-backend-github",
|
||||||
"description": "GitHub backend for Netlify CMS",
|
"description": "GitHub backend for Netlify CMS",
|
||||||
"version": "2.11.7",
|
"version": "2.11.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
|
||||||
"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.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.9.7...netlify-cms-backend-gitlab@2.9.8) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-gitlab
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.9.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.9.6...netlify-cms-backend-gitlab@2.9.7) (2021-02-01)
|
## [2.9.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab/compare/netlify-cms-backend-gitlab@2.9.6...netlify-cms-backend-gitlab@2.9.7) (2021-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-gitlab",
|
"name": "netlify-cms-backend-gitlab",
|
||||||
"description": "GitLab backend for Netlify CMS",
|
"description": "GitLab backend for Netlify CMS",
|
||||||
"version": "2.9.7",
|
"version": "2.9.8",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
## [1.1.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/compare/netlify-cms-backend-proxy@1.1.5...netlify-cms-backend-proxy@1.1.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-proxy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.1.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/compare/netlify-cms-backend-proxy@1.1.4...netlify-cms-backend-proxy@1.1.5) (2020-09-20)
|
## [1.1.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy/compare/netlify-cms-backend-proxy@1.1.4...netlify-cms-backend-proxy@1.1.5) (2020-09-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-backend-proxy
|
**Note:** Version bump only for package netlify-cms-backend-proxy
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-proxy",
|
"name": "netlify-cms-backend-proxy",
|
||||||
"description": "Proxy backend for Netlify CMS",
|
"description": "Proxy backend for Netlify CMS",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-proxy",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -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.10.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.10.5...netlify-cms-backend-test@2.10.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-backend-test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.10.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.10.4...netlify-cms-backend-test@2.10.5) (2020-09-20)
|
## [2.10.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.10.4...netlify-cms-backend-test@2.10.5) (2020-09-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-backend-test
|
**Note:** Version bump only for package netlify-cms-backend-test
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-backend-test",
|
"name": "netlify-cms-backend-test",
|
||||||
"description": "Development testing backend for Netlify CMS",
|
"description": "Development testing backend for Netlify CMS",
|
||||||
"version": "2.10.5",
|
"version": "2.10.6",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -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.38.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.37.2...netlify-cms-core@2.38.0) (2021-02-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **locale:** Make editor interface buttons translatable ([#4938](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/4938)) ([c023653](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/c0236536ddec23216de9554f859339cd6eb7c553))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.37.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.37.1...netlify-cms-core@2.37.2) (2021-02-07)
|
## [2.37.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.37.1...netlify-cms-core@2.37.2) (2021-02-07)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-core
|
**Note:** Version bump only for package netlify-cms-core
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-core",
|
"name": "netlify-cms-core",
|
||||||
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
|
||||||
"version": "2.37.2",
|
"version": "2.38.0",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -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.12.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.12.2...netlify-cms-lib-util@2.12.3) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-lib-util
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.12.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.12.1...netlify-cms-lib-util@2.12.2) (2021-02-01)
|
## [2.12.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.12.1...netlify-cms-lib-util@2.12.2) (2021-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-lib-util",
|
"name": "netlify-cms-lib-util",
|
||||||
"description": "Shared utilities for Netlify CMS.",
|
"description": "Shared utilities for Netlify CMS.",
|
||||||
"version": "2.12.2",
|
"version": "2.12.3",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
## [1.6.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets/compare/netlify-cms-lib-widgets@1.6.0...netlify-cms-lib-widgets@1.6.1) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-lib-widgets
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets/compare/netlify-cms-lib-widgets@1.5.0...netlify-cms-lib-widgets@1.6.0) (2020-10-25)
|
# [1.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets/compare/netlify-cms-lib-widgets@1.5.0...netlify-cms-lib-widgets@1.6.0) (2020-10-25)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-lib-widgets",
|
"name": "netlify-cms-lib-widgets",
|
||||||
"description": "Shared utilities for Netlify CMS.",
|
"description": "Shared utilities for Netlify CMS.",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-widgets",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -3,6 +3,22 @@
|
|||||||
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.
|
||||||
|
|
||||||
|
# [1.27.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.26.0...netlify-cms-locales@1.27.0) (2021-02-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **locale-fr:** change translation + missing ? ([#4944](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/4944)) ([79f5a07](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/79f5a0719fdcfb33d47435ca62b714b1f1a6b186))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **locale:** Make editor interface buttons translatable ([#4938](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/4938)) ([c023653](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/c0236536ddec23216de9554f859339cd6eb7c553))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.26.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.25.0...netlify-cms-locales@1.26.0) (2021-02-07)
|
# [1.26.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/compare/netlify-cms-locales@1.25.0...netlify-cms-locales@1.26.0) (2021-02-07)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-locales",
|
"name": "netlify-cms-locales",
|
||||||
"description": "Locales for Netlify CMS.",
|
"description": "Locales for Netlify CMS.",
|
||||||
"version": "1.26.0",
|
"version": "1.27.0",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
## [1.3.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/compare/netlify-cms-media-library-cloudinary@1.3.8...netlify-cms-media-library-cloudinary@1.3.9) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-media-library-cloudinary
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.3.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/compare/netlify-cms-media-library-cloudinary@1.3.7...netlify-cms-media-library-cloudinary@1.3.8) (2020-09-15)
|
## [1.3.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/compare/netlify-cms-media-library-cloudinary@1.3.7...netlify-cms-media-library-cloudinary@1.3.8) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-media-library-cloudinary
|
**Note:** Version bump only for package netlify-cms-media-library-cloudinary
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-media-library-cloudinary",
|
"name": "netlify-cms-media-library-cloudinary",
|
||||||
"description": "Cloudinary integration for Netlify CMS",
|
"description": "Cloudinary integration for Netlify CMS",
|
||||||
"version": "1.3.8",
|
"version": "1.3.9",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
## [0.5.10](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/compare/netlify-cms-media-library-uploadcare@0.5.9...netlify-cms-media-library-uploadcare@0.5.10) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-media-library-uploadcare
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/compare/netlify-cms-media-library-uploadcare@0.5.8...netlify-cms-media-library-uploadcare@0.5.9) (2020-09-15)
|
## [0.5.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare/compare/netlify-cms-media-library-uploadcare@0.5.8...netlify-cms-media-library-uploadcare@0.5.9) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-media-library-uploadcare
|
**Note:** Version bump only for package netlify-cms-media-library-uploadcare
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-media-library-uploadcare",
|
"name": "netlify-cms-media-library-uploadcare",
|
||||||
"description": "Uploadcare integration for Netlify CMS",
|
"description": "Uploadcare integration for Netlify CMS",
|
||||||
"version": "0.5.9",
|
"version": "0.5.10",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-uploadcare",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
## [1.3.10](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.3.9...netlify-cms-proxy-server@1.3.10) (2021-02-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency async-mutex to ^0.3.0 ([#4932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/issues/4932)) ([f608a81](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/commit/f608a81f19681a4265ea8875ad50c585926c9113))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.3.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.3.8...netlify-cms-proxy-server@1.3.9) (2021-02-01)
|
## [1.3.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.3.8...netlify-cms-proxy-server@1.3.9) (2021-02-01)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-proxy-server
|
**Note:** Version bump only for package netlify-cms-proxy-server
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-proxy-server",
|
"name": "netlify-cms-proxy-server",
|
||||||
"description": "Proxy server to be used with Netlify CMS proxy backend",
|
"description": "Proxy server to be used with Netlify CMS proxy backend",
|
||||||
"version": "1.3.9",
|
"version": "1.3.10",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"@types/node": "^13.13.16",
|
"@types/node": "^13.13.16",
|
||||||
"@types/vfile-message": "^2.0.0",
|
"@types/vfile-message": "^2.0.0",
|
||||||
"jest": "^26.1.0",
|
"jest": "^26.1.0",
|
||||||
"netlify-cms-lib-util": "^2.12.2",
|
"netlify-cms-lib-util": "^2.12.3",
|
||||||
"nodemon": "^2.0.2",
|
"nodemon": "^2.0.2",
|
||||||
"ts-jest": "^26.0.0",
|
"ts-jest": "^26.0.0",
|
||||||
"ts-loader": "^8.0.0",
|
"ts-loader": "^8.0.0",
|
||||||
|
@ -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.12.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.12.0...netlify-cms-ui-default@2.12.1) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-ui-default
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.12.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.11.6...netlify-cms-ui-default@2.12.0) (2020-11-26)
|
# [2.12.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default/compare/netlify-cms-ui-default@2.11.6...netlify-cms-ui-default@2.12.0) (2020-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-ui-default",
|
"name": "netlify-cms-ui-default",
|
||||||
"description": "Default UI components for Netlify CMS.",
|
"description": "Default UI components for Netlify CMS.",
|
||||||
"version": "2.12.0",
|
"version": "2.12.1",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -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.3.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean/compare/netlify-cms-widget-boolean@2.3.4...netlify-cms-widget-boolean@2.3.5) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-boolean
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.3.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean/compare/netlify-cms-widget-boolean@2.3.3...netlify-cms-widget-boolean@2.3.4) (2020-09-15)
|
## [2.3.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean/compare/netlify-cms-widget-boolean@2.3.3...netlify-cms-widget-boolean@2.3.4) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-boolean
|
**Note:** Version bump only for package netlify-cms-widget-boolean
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-boolean",
|
"name": "netlify-cms-widget-boolean",
|
||||||
"description": "Widget for editing boolean values in Netlify CMS.",
|
"description": "Widget for editing boolean values in Netlify CMS.",
|
||||||
"version": "2.3.4",
|
"version": "2.3.5",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#boolean",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#boolean",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean",
|
||||||
"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.
|
||||||
|
|
||||||
|
## [1.2.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-code/compare/netlify-cms-widget-code@1.2.5...netlify-cms-widget-code@1.2.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-code
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.2.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-code/compare/netlify-cms-widget-code@1.2.4...netlify-cms-widget-code@1.2.5) (2021-01-05)
|
## [1.2.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-code/compare/netlify-cms-widget-code@1.2.4...netlify-cms-widget-code@1.2.5) (2021-01-05)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-code",
|
"name": "netlify-cms-widget-code",
|
||||||
"description": "Widget for editing code in Netlify CMS",
|
"description": "Widget for editing code in Netlify CMS",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#code",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#code",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-code",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-code",
|
||||||
"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.
|
||||||
|
|
||||||
|
## [1.0.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-colorstring/compare/netlify-cms-widget-colorstring@1.0.1...netlify-cms-widget-colorstring@1.0.2) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-colorstring
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1.0.1 (2020-10-25)
|
## 1.0.1 (2020-10-25)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-colorstring",
|
"name": "netlify-cms-widget-colorstring",
|
||||||
"description": "Widget for editing color strings in Netlify CMS.",
|
"description": "Widget for editing color strings in Netlify CMS.",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#color",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#color",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-colorstring",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-colorstring",
|
||||||
"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.5.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.5.5...netlify-cms-widget-date@2.5.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-date
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.5.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.5.4...netlify-cms-widget-date@2.5.5) (2020-09-15)
|
## [2.5.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.5.4...netlify-cms-widget-date@2.5.5) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-date
|
**Note:** Version bump only for package netlify-cms-widget-date
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-date",
|
"name": "netlify-cms-widget-date",
|
||||||
"description": "Widget for editing dates in Netlify CMS.",
|
"description": "Widget for editing dates in Netlify CMS.",
|
||||||
"version": "2.5.5",
|
"version": "2.5.6",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#date",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#date",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date",
|
||||||
"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.6.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime/compare/netlify-cms-widget-datetime@2.6.5...netlify-cms-widget-datetime@2.6.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-datetime
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.6.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime/compare/netlify-cms-widget-datetime@2.6.4...netlify-cms-widget-datetime@2.6.5) (2020-09-20)
|
## [2.6.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime/compare/netlify-cms-widget-datetime@2.6.4...netlify-cms-widget-datetime@2.6.5) (2020-09-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-datetime
|
**Note:** Version bump only for package netlify-cms-widget-datetime
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-datetime",
|
"name": "netlify-cms-widget-datetime",
|
||||||
"description": "Widget for editing dates and times in Netlify CMS.",
|
"description": "Widget for editing dates and times in Netlify CMS.",
|
||||||
"version": "2.6.5",
|
"version": "2.6.6",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#datetime",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#datetime",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime",
|
||||||
"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.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.9.0...netlify-cms-widget-file@2.9.1) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.9.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.8.0...netlify-cms-widget-file@2.9.0) (2021-02-01)
|
# [2.9.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file/compare/netlify-cms-widget-file@2.8.0...netlify-cms-widget-file@2.9.0) (2021-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-file",
|
"name": "netlify-cms-widget-file",
|
||||||
"description": "Widget for uploading files in Netlify CMS.",
|
"description": "Widget for uploading files in Netlify CMS.",
|
||||||
"version": "2.9.0",
|
"version": "2.9.1",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#file",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#file",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file",
|
||||||
"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.7.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.7.4...netlify-cms-widget-image@2.7.5) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-image
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.7.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.7.3...netlify-cms-widget-image@2.7.4) (2020-09-15)
|
## [2.7.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image/compare/netlify-cms-widget-image@2.7.3...netlify-cms-widget-image@2.7.4) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-image
|
**Note:** Version bump only for package netlify-cms-widget-image
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-image",
|
"name": "netlify-cms-widget-image",
|
||||||
"description": "Widget for uploading images in Netlify CMS.",
|
"description": "Widget for uploading images in Netlify CMS.",
|
||||||
"version": "2.7.4",
|
"version": "2.7.5",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#image",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#image",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image",
|
||||||
"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.8.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.8.1...netlify-cms-widget-list@2.8.2) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-list
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.8.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.8.0...netlify-cms-widget-list@2.8.1) (2020-11-26)
|
## [2.8.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list/compare/netlify-cms-widget-list@2.8.0...netlify-cms-widget-list@2.8.1) (2020-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.8.1",
|
"version": "2.8.2",
|
||||||
"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.
|
||||||
|
|
||||||
|
## [1.4.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map/compare/netlify-cms-widget-map@1.4.4...netlify-cms-widget-map@1.4.5) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-map
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.4.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map/compare/netlify-cms-widget-map@1.4.3...netlify-cms-widget-map@1.4.4) (2020-09-15)
|
## [1.4.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map/compare/netlify-cms-widget-map@1.4.3...netlify-cms-widget-map@1.4.4) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-map
|
**Note:** Version bump only for package netlify-cms-widget-map
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-map",
|
"name": "netlify-cms-widget-map",
|
||||||
"description": "Widget for editing spatial data in Netlify CMS.",
|
"description": "Widget for editing spatial data in Netlify CMS.",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#map",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#map",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-map",
|
||||||
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
||||||
|
@ -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.12.10](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.12.9...netlify-cms-widget-markdown@2.12.10) (2021-02-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **widget-markdown:** set toolbar item dropdown width to 'max-content' ([ecbf82e](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/commit/ecbf82e961217869a2354e520cd7ccbfa8151c18))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.12.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.12.8...netlify-cms-widget-markdown@2.12.9) (2021-02-01)
|
## [2.12.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown/compare/netlify-cms-widget-markdown@2.12.8...netlify-cms-widget-markdown@2.12.9) (2021-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-markdown",
|
"name": "netlify-cms-widget-markdown",
|
||||||
"description": "Widget for editing markdown in Netlify CMS.",
|
"description": "Widget for editing markdown in Netlify CMS.",
|
||||||
"version": "2.12.9",
|
"version": "2.12.10",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#markdown",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#markdown",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown",
|
||||||
"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.4.6](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number/compare/netlify-cms-widget-number@2.4.5...netlify-cms-widget-number@2.4.6) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-number
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.4.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number/compare/netlify-cms-widget-number@2.4.4...netlify-cms-widget-number@2.4.5) (2020-09-15)
|
## [2.4.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number/compare/netlify-cms-widget-number@2.4.4...netlify-cms-widget-number@2.4.5) (2020-09-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package netlify-cms-widget-number
|
**Note:** Version bump only for package netlify-cms-widget-number
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-number",
|
"name": "netlify-cms-widget-number",
|
||||||
"description": "Widget for editing numberic values in Netlify CMS.",
|
"description": "Widget for editing numberic values in Netlify CMS.",
|
||||||
"version": "2.4.5",
|
"version": "2.4.6",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#number",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#number",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number",
|
||||||
"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.6.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/compare/netlify-cms-widget-object@2.6.0...netlify-cms-widget-object@2.6.1) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-object
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/compare/netlify-cms-widget-object@2.5.6...netlify-cms-widget-object@2.6.0) (2020-10-20)
|
# [2.6.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object/compare/netlify-cms-widget-object@2.5.6...netlify-cms-widget-object@2.6.0) (2020-10-20)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-object",
|
"name": "netlify-cms-widget-object",
|
||||||
"description": "Widget for displaying an object of fields for Netlify CMS.",
|
"description": "Widget for displaying an object of fields for Netlify CMS.",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#object",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#object",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object",
|
||||||
"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.8.8](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.8.7...netlify-cms-widget-relation@2.8.8) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-relation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.8.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.8.6...netlify-cms-widget-relation@2.8.7) (2020-09-20)
|
## [2.8.7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation/compare/netlify-cms-widget-relation@2.8.6...netlify-cms-widget-relation@2.8.7) (2020-09-20)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-relation",
|
"name": "netlify-cms-widget-relation",
|
||||||
"description": "Widget for linking related entries in Netlify CMS.",
|
"description": "Widget for linking related entries in Netlify CMS.",
|
||||||
"version": "2.8.7",
|
"version": "2.8.8",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#relation",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#relation",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation",
|
||||||
"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.7.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.7.2...netlify-cms-widget-select@2.7.3) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-select
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.7.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.7.1...netlify-cms-widget-select@2.7.2) (2020-11-26)
|
## [2.7.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select/compare/netlify-cms-widget-select@2.7.1...netlify-cms-widget-select@2.7.2) (2020-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-select",
|
"name": "netlify-cms-widget-select",
|
||||||
"description": "Selectable values widget for Netlify CMS.",
|
"description": "Selectable values widget for Netlify CMS.",
|
||||||
"version": "2.7.2",
|
"version": "2.7.3",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#select",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#select",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select",
|
||||||
"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.2.9](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string/compare/netlify-cms-widget-string@2.2.8...netlify-cms-widget-string@2.2.9) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-string
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [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)
|
## [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)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-string",
|
"name": "netlify-cms-widget-string",
|
||||||
"description": "Widget for editing plain string values in Netlify CMS.",
|
"description": "Widget for editing plain string values in Netlify CMS.",
|
||||||
"version": "2.2.8",
|
"version": "2.2.9",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#string",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#string",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string",
|
||||||
"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.3.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text/compare/netlify-cms-widget-text@2.3.4...netlify-cms-widget-text@2.3.5) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms-widget-text
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.3.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text/compare/netlify-cms-widget-text@2.3.3...netlify-cms-widget-text@2.3.4) (2020-09-15)
|
## [2.3.4](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text/compare/netlify-cms-widget-text@2.3.3...netlify-cms-widget-text@2.3.4) (2020-09-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms-widget-text",
|
"name": "netlify-cms-widget-text",
|
||||||
"description": "Widget for editing multiline plain string values in Netlify CMS.",
|
"description": "Widget for editing multiline plain string values in Netlify CMS.",
|
||||||
"version": "2.3.4",
|
"version": "2.3.5",
|
||||||
"homepage": "https://www.netlifycms.org/docs/widgets/#text",
|
"homepage": "https://www.netlifycms.org/docs/widgets/#text",
|
||||||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text",
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text",
|
||||||
"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.10.91](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.90...netlify-cms@2.10.91) (2021-02-10)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package netlify-cms
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.10.90](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.89...netlify-cms@2.10.90) (2021-02-07)
|
## [2.10.90](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.89...netlify-cms@2.10.90) (2021-02-07)
|
||||||
|
|
||||||
**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.10.90",
|
"version": "2.10.91",
|
||||||
"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",
|
||||||
@ -22,9 +22,9 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"codemirror": "^5.46.0",
|
"codemirror": "^5.46.0",
|
||||||
"netlify-cms-app": "^2.14.20",
|
"netlify-cms-app": "^2.14.21",
|
||||||
"netlify-cms-media-library-cloudinary": "^1.3.8",
|
"netlify-cms-media-library-cloudinary": "^1.3.9",
|
||||||
"netlify-cms-media-library-uploadcare": "^0.5.9",
|
"netlify-cms-media-library-uploadcare": "^0.5.10",
|
||||||
"react": "^16.8.4",
|
"react": "^16.8.4",
|
||||||
"react-dom": "^16.8.4"
|
"react-dom": "^16.8.4"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user