Skip to content

Commit ed63865

Browse files
committed
1 parent 7538fde commit ed63865

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

packages/netlify-cms-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.15.72](https://github.com/netlify/netlify-cms/compare/[email protected]@2.15.72) (2022-04-13)
7+
8+
**Note:** Version bump only for package netlify-cms-app
9+
10+
11+
12+
13+
614
## [2.15.71](https://github.com/netlify/netlify-cms/compare/[email protected]@2.15.71) (2022-04-13)
715

816
**Note:** Version bump only for package netlify-cms-app

packages/netlify-cms-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cms-app",
33
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
4-
"version": "2.15.71",
4+
"version": "2.15.72",
55
"homepage": "https://www.netlifycms.org",
66
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-app",
77
"bugs": "https://github.com/netlify/netlify-cms/issues",
@@ -40,7 +40,7 @@
4040
"netlify-cms-backend-gitlab": "^2.13.0",
4141
"netlify-cms-backend-proxy": "^1.2.3",
4242
"netlify-cms-backend-test": "^2.11.3",
43-
"netlify-cms-core": "^2.55.1",
43+
"netlify-cms-core": "^2.55.2",
4444
"netlify-cms-editor-component-image": "^2.7.0",
4545
"netlify-cms-lib-auth": "^2.4.2",
4646
"netlify-cms-lib-util": "^2.15.1",

packages/netlify-cms-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.55.2](https://github.com/netlify/netlify-cms/compare/[email protected]@2.55.2) (2022-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* preview show error stack trace ([#6281](https://github.com/netlify/netlify-cms/issues/6281)) ([ada077d](https://github.com/netlify/netlify-cms/commit/ada077d22c28eb2e6999b30b868740912af44111))
12+
13+
14+
15+
16+
617
## [2.55.1](https://github.com/netlify/netlify-cms/compare/[email protected]@2.55.1) (2022-04-13)
718

819

packages/netlify-cms-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cms-core",
33
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
4-
"version": "2.55.1",
4+
"version": "2.55.2",
55
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
66
"bugs": "https://github.com/netlify/netlify-cms/issues",
77
"module": "dist/esm/index.js",

packages/netlify-cms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.10.192](https://github.com/netlify/netlify-cms/compare/[email protected]@2.10.192) (2022-04-13)
7+
8+
**Note:** Version bump only for package netlify-cms
9+
10+
11+
12+
13+
614
## [2.10.191](https://github.com/netlify/netlify-cms/compare/[email protected]@2.10.191) (2022-04-13)
715

816
**Note:** Version bump only for package netlify-cms

packages/netlify-cms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cms",
33
"description": "An extensible, open source, Git-based, React CMS for static sites.",
4-
"version": "2.10.191",
4+
"version": "2.10.192",
55
"homepage": "https://www.netlifycms.org",
66
"repository": "https://github.com/netlify/netlify-cms",
77
"bugs": "https://github.com/netlify/netlify-cms/issues",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"codemirror": "^5.46.0",
2525
"create-react-class": "^15.7.0",
26-
"netlify-cms-app": "^2.15.71",
26+
"netlify-cms-app": "^2.15.72",
2727
"netlify-cms-media-library-cloudinary": "^1.3.10",
2828
"netlify-cms-media-library-uploadcare": "^0.5.10",
2929
"react": "^16.8.4",

0 commit comments

Comments
 (0)