Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit a9af629

Browse files
demshymartinjagodic
authored andcommitted
1 parent d1b2a83 commit a9af629

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-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.9](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.9) (2023-10-11)
7+
8+
**Note:** Version bump only for package decap-cms-app
9+
10+
11+
12+
13+
614
## [3.0.8](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.8) (2023-10-10)
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.8",
4+
"version": "3.0.9",
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.1",
3737
"decap-cms-backend-proxy": "^3.0.1",
3838
"decap-cms-backend-test": "^3.0.1",
39-
"decap-cms-core": "^3.2.4",
39+
"decap-cms-core": "^3.2.5",
4040
"decap-cms-editor-component-image": "^3.0.0",
4141
"decap-cms-lib-auth": "^3.0.0",
4242
"decap-cms-lib-util": "^3.0.1",

packages/decap-cms-core/CHANGELOG.md

+11
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+
## [3.2.5](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.5) (2023-10-11)
7+
8+
9+
### Bug Fixes
10+
11+
* consider i18n strucutre when determining regex ruleString for github backend ([#6937](https://github.com/decaporg/decap-cms/issues/6937)) ([1aac51d](https://github.com/decaporg/decap-cms/commit/1aac51d864e15a6b1646eb13ca8d95ad8554b0d5))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.4) (2023-09-06)
718

819
**Note:** Version bump only for package decap-cms-core

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.2.4",
4+
"version": "3.2.5",
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.9](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.9) (2023-10-11)
7+
8+
**Note:** Version bump only for package decap-cms
9+
10+
11+
12+
13+
614
## [3.0.8](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.8) (2023-10-10)
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.8",
4+
"version": "3.0.9",
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.8",
25+
"decap-cms-app": "^3.0.9",
2626
"decap-cms-media-library-cloudinary": "^3.0.1",
2727
"decap-cms-media-library-uploadcare": "^3.0.0",
2828
"file-loader": "^6.2.0",

0 commit comments

Comments
 (0)