Skip to content

File tree

23 files changed

+86
-42
lines changed

23 files changed

+86
-42
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/decap-cms-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.7.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.7.2) (2025-07-10)
7+
8+
**Note:** Version bump only for package decap-cms-app
9+
610
## [3.7.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.7.1) (2025-06-26)
711

812
### Bug Fixes

packages/decap-cms-app/package.json

Lines changed: 10 additions & 10 deletions
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.7.1",
4+
"version": "3.7.2",
55
"homepage": "https://www.decapcms.org",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-app",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -35,19 +35,19 @@
3535
"codemirror": "^5.46.0",
3636
"dayjs": "^1.11.10",
3737
"decap-cms-backend-aws-cognito-github-proxy": "^3.3.0",
38-
"decap-cms-backend-azure": "^3.2.0",
39-
"decap-cms-backend-bitbucket": "^3.2.0",
40-
"decap-cms-backend-git-gateway": "^3.3.0",
38+
"decap-cms-backend-azure": "^3.2.1",
39+
"decap-cms-backend-bitbucket": "^3.2.1",
40+
"decap-cms-backend-git-gateway": "^3.3.1",
4141
"decap-cms-backend-gitea": "^3.2.0",
42-
"decap-cms-backend-github": "^3.3.0",
43-
"decap-cms-backend-gitlab": "^3.3.0",
42+
"decap-cms-backend-github": "^3.3.1",
43+
"decap-cms-backend-gitlab": "^3.3.1",
4444
"decap-cms-backend-proxy": "^3.2.0",
45-
"decap-cms-backend-test": "^3.2.0",
46-
"decap-cms-core": "^3.7.0",
45+
"decap-cms-backend-test": "^3.2.1",
46+
"decap-cms-core": "^3.7.1",
4747
"decap-cms-editor-component-image": "^3.2.0",
4848
"decap-cms-lib-auth": "^3.0.5",
4949
"decap-cms-lib-util": "^3.3.0",
50-
"decap-cms-lib-widgets": "^3.2.0",
50+
"decap-cms-lib-widgets": "^3.2.1",
5151
"decap-cms-locales": "^3.4.0",
5252
"decap-cms-ui-default": "^3.2.0",
5353
"decap-cms-widget-boolean": "^3.2.0",
@@ -58,7 +58,7 @@
5858
"decap-cms-widget-image": "^3.2.0",
5959
"decap-cms-widget-list": "^3.4.0",
6060
"decap-cms-widget-map": "^3.2.0",
61-
"decap-cms-widget-markdown": "^3.4.0",
61+
"decap-cms-widget-markdown": "^3.4.1",
6262
"decap-cms-widget-number": "^3.2.0",
6363
"decap-cms-widget-object": "^3.4.0",
6464
"decap-cms-widget-relation": "^3.4.0",

packages/decap-cms-backend-azure/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.1) (2025-07-10)
7+
8+
**Note:** Version bump only for package decap-cms-backend-azure
9+
610
# [3.2.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.0) (2025-06-26)
711

812
**Note:** Version bump only for package decap-cms-backend-azure

packages/decap-cms-backend-azure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-azure",
33
"description": "Azure DevOps backend for Decap CMS",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"license": "MIT",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms-backend-bitbucket/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.1) (2025-07-10)
7+
8+
**Note:** Version bump only for package decap-cms-backend-bitbucket
9+
610
# [3.2.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.0) (2025-06-26)
711

812
**Note:** Version bump only for package decap-cms-backend-bitbucket

packages/decap-cms-backend-bitbucket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-bitbucket",
33
"description": "Bitbucket backend for Decap CMS",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-bitbucket",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-backend-git-gateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-git-gateway@[email protected]) (2025-07-10)
7+
8+
**Note:** Version bump only for package decap-cms-backend-git-gateway
9+
610
# [3.3.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-git-gateway@[email protected]) (2025-06-26)
711

812
**Note:** Version bump only for package decap-cms-backend-git-gateway

packages/decap-cms-backend-git-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-git-gateway",
33
"description": "Git Gateway backend for Decap CMS",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-git-gateway",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-backend-github/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.1) (2025-07-10)
7+
8+
**Note:** Version bump only for package decap-cms-backend-github
9+
610
# [3.3.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.0) (2025-06-26)
711

812
**Note:** Version bump only for package decap-cms-backend-github

0 commit comments

Comments
 (0)