Skip to content

Commit 269a14a

Browse files
committed
1 parent 3f5461c commit 269a14a

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/decap-cms-app/CHANGELOG.md

+4
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.6.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.6.1) (2025-01-30)
7+
8+
**Note:** Version bump only for package decap-cms-app
9+
610
# [3.6.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.6.0) (2025-01-29)
711

812
**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.6.0",
4+
"version": "3.6.1",
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",
@@ -57,7 +57,7 @@
5757
"decap-cms-widget-map": "^3.1.4",
5858
"decap-cms-widget-markdown": "^3.3.0",
5959
"decap-cms-widget-number": "^3.1.3",
60-
"decap-cms-widget-object": "^3.3.0",
60+
"decap-cms-widget-object": "^3.3.1",
6161
"decap-cms-widget-relation": "^3.3.2",
6262
"decap-cms-widget-select": "^3.2.2",
6363
"decap-cms-widget-string": "^3.1.3",

packages/decap-cms-widget-object/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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-01-30)
7+
8+
### Bug Fixes
9+
10+
- **ObjectControl:** hotfix nested object validation ([#7385](https://github.com/decaporg/decap-cms/issues/7385)) ([3f5461c](https://github.com/decaporg/decap-cms/commit/3f5461c4e854ce3b9a7fb08974e270d54f5fccff))
11+
612
# [3.3.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.0) (2025-01-29)
713

814
### Features

packages/decap-cms-widget-object/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-widget-object",
33
"description": "Widget for displaying an object of fields for Decap CMS.",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"homepage": "https://www.decapcms.org/docs/widgets/#object",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-object",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms/CHANGELOG.md

+4
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.6.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.6.1) (2025-01-30)
7+
8+
**Note:** Version bump only for package decap-cms
9+
610
# [3.6.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.6.0) (2025-01-29)
711

812
**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.6.0",
4+
"version": "3.6.1",
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.6.0",
25+
"decap-cms-app": "^3.6.1",
2626
"decap-cms-media-library-cloudinary": "^3.0.3",
2727
"decap-cms-media-library-uploadcare": "^3.0.2",
2828
"file-loader": "^6.2.0",

0 commit comments

Comments
 (0)