Skip to content

Commit 2263290

Browse files
committed
1 parent 2ade48d commit 2263290

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
lines changed

packages/decap-cms-app/CHANGELOG.md

+8
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+
## [3.0.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.2) (2023-08-23)
7+
8+
**Note:** Version bump only for package decap-cms-app
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2023-08-23)
715

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

packages/decap-cms-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-app",
33
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"homepage": "https://www.decapcms.org",
66
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-app",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -36,7 +36,7 @@
3636
"decap-cms-backend-gitlab": "^3.0.0",
3737
"decap-cms-backend-proxy": "^3.0.0",
3838
"decap-cms-backend-test": "^3.0.0",
39-
"decap-cms-core": "^3.1.0",
39+
"decap-cms-core": "^3.1.1",
4040
"decap-cms-editor-component-image": "^3.0.0",
4141
"decap-cms-lib-auth": "^3.0.0",
4242
"decap-cms-lib-util": "^3.0.0",

packages/decap-cms-core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (2023-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* adding multiple images via media library ([b1a6a63](https://github.com/decaporg/decap-cms/commit/b1a6a634f86b426db92a21fa04c32836fa760721))
12+
* lint medialibrary ([39932d2](https://github.com/decaporg/decap-cms/commit/39932d27540480c56b3afc2a816a48a886cfc4d6))
13+
14+
15+
16+
17+
618
# [3.1.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.0) (2023-08-23)
719

820

packages/decap-cms-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-core",
33
"description": "Decap CMS core application, see decap-cms package for the main distribution.",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-core",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms/CHANGELOG.md

+8
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+
## [3.0.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.2) (2023-08-23)
7+
8+
**Note:** Version bump only for package decap-cms
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2023-08-23)
715

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

packages/decap-cms/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms",
33
"description": "An extensible, open source, Git-based, React CMS for static sites.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"homepage": "https://www.decapcms.org",
66
"repository": "https://github.com/decaporg/decap-cms",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"codemirror": "^5.46.0",
2424
"create-react-class": "^15.7.0",
25-
"decap-cms-app": "^3.0.1",
25+
"decap-cms-app": "^3.0.2",
2626
"decap-cms-media-library-cloudinary": "^3.0.0",
2727
"decap-cms-media-library-uploadcare": "^3.0.0",
2828
"file-loader": "^6.2.0",

0 commit comments

Comments
 (0)