diff --git a/packages/netlify-cms-app/CHANGELOG.md b/packages/netlify-cms-app/CHANGELOG.md index e0e52f9a..a66a4dc7 100644 --- a/packages/netlify-cms-app/CHANGELOG.md +++ b/packages/netlify-cms-app/CHANGELOG.md @@ -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.11.26](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.25...netlify-cms-app@2.11.26) (2020-02-27) + +**Note:** Version bump only for package netlify-cms-app + + + + + ## [2.11.25](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app/compare/netlify-cms-app@2.11.24...netlify-cms-app@2.11.25) (2020-02-25) **Note:** Version bump only for package netlify-cms-app diff --git a/packages/netlify-cms-app/package.json b/packages/netlify-cms-app/package.json index 0e2dabaa..e9c0277a 100644 --- a/packages/netlify-cms-app/package.json +++ b/packages/netlify-cms-app/package.json @@ -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.11.25", + "version": "2.11.26", "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", @@ -33,10 +33,10 @@ "moment": "^2.24.0", "netlify-cms-backend-bitbucket": "^2.11.0", "netlify-cms-backend-git-gateway": "^2.9.0", - "netlify-cms-backend-github": "^2.9.1", + "netlify-cms-backend-github": "^2.9.2", "netlify-cms-backend-gitlab": "^2.8.0", "netlify-cms-backend-test": "^2.7.2", - "netlify-cms-core": "^2.20.0", + "netlify-cms-core": "^2.20.1", "netlify-cms-editor-component-image": "^2.6.2", "netlify-cms-lib-auth": "^2.2.7", "netlify-cms-lib-util": "^2.8.0", diff --git a/packages/netlify-cms-backend-github/CHANGELOG.md b/packages/netlify-cms-backend-github/CHANGELOG.md index 54798fa5..0481649b 100644 --- a/packages/netlify-cms-backend-github/CHANGELOG.md +++ b/packages/netlify-cms-backend-github/CHANGELOG.md @@ -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.9.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.9.1...netlify-cms-backend-github@2.9.2) (2020-02-27) + +**Note:** Version bump only for package netlify-cms-backend-github + + + + + ## [2.9.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github/compare/netlify-cms-backend-github@2.9.0...netlify-cms-backend-github@2.9.1) (2020-02-25) diff --git a/packages/netlify-cms-backend-github/package.json b/packages/netlify-cms-backend-github/package.json index 41c1baf6..d624a248 100644 --- a/packages/netlify-cms-backend-github/package.json +++ b/packages/netlify-cms-backend-github/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cms-backend-github", "description": "GitHub backend for Netlify CMS", - "version": "2.9.1", + "version": "2.9.2", "license": "MIT", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github", "bugs": "https://github.com/netlify/netlify-cms/issues", diff --git a/packages/netlify-cms-core/CHANGELOG.md b/packages/netlify-cms-core/CHANGELOG.md index 67e43858..94297e39 100644 --- a/packages/netlify-cms-core/CHANGELOG.md +++ b/packages/netlify-cms-core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.20.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.20.0...netlify-cms-core@2.20.1) (2020-02-27) + + +### Bug Fixes + +* preserve unknown fields value ([#3314](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3314)) ([908c42f](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/908c42fb588ce87f4e197df65db2d238f34837f4)) +* **core:** improve editor buttons for smaller screens ([#3327](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/issues/3327)) ([53365b7](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/commit/53365b73701c872948a1e65da00a655e0718e8cb)) + + + + + # [2.20.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core/compare/netlify-cms-core@2.19.1...netlify-cms-core@2.20.0) (2020-02-25) diff --git a/packages/netlify-cms-core/package.json b/packages/netlify-cms-core/package.json index 63fb618d..26077eaf 100644 --- a/packages/netlify-cms-core/package.json +++ b/packages/netlify-cms-core/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cms-core", "description": "Netlify CMS core application, see netlify-cms package for the main distribution.", - "version": "2.20.0", + "version": "2.20.1", "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", diff --git a/packages/netlify-cms/CHANGELOG.md b/packages/netlify-cms/CHANGELOG.md index eb5df51b..c8de6536 100644 --- a/packages/netlify-cms/CHANGELOG.md +++ b/packages/netlify-cms/CHANGELOG.md @@ -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.29](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.28...netlify-cms@2.10.29) (2020-02-27) + +**Note:** Version bump only for package netlify-cms + + + + + ## [2.10.28](https://github.com/netlify/netlify-cms/compare/netlify-cms@2.10.27...netlify-cms@2.10.28) (2020-02-25) **Note:** Version bump only for package netlify-cms diff --git a/packages/netlify-cms/package.json b/packages/netlify-cms/package.json index 963506cb..6b057724 100644 --- a/packages/netlify-cms/package.json +++ b/packages/netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cms", "description": "An extensible, open source, Git-based, React CMS for static sites.", - "version": "2.10.28", + "version": "2.10.29", "homepage": "https://www.netlifycms.org", "repository": "https://github.com/netlify/netlify-cms", "bugs": "https://github.com/netlify/netlify-cms/issues", @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "codemirror": "^5.46.0", - "netlify-cms-app": "^2.11.25", + "netlify-cms-app": "^2.11.26", "netlify-cms-media-library-cloudinary": "^1.3.4", "netlify-cms-media-library-uploadcare": "^0.5.5", "react": "^16.8.4",