Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Jan 15, 2025
1 parent 6cd7cb3 commit 2ffe3f8
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 14 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/decap-cms-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.5.0) (2025-01-15)

### Bug Fixes

- **build:** Fix ESM output ([#7357](https://github.com/decaporg/decap-cms/issues/7357)) ([#7358](https://github.com/decaporg/decap-cms/issues/7358)) ([6cd7cb3](https://github.com/decaporg/decap-cms/commit/6cd7cb3b41718e20b44acaae1e2ffd73129520c2))

# [3.4.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.4.0) (2024-11-12)

**Note:** Version bump only for package decap-cms-app
Expand Down
6 changes: 3 additions & 3 deletions packages/decap-cms-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-app",
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
"version": "3.4.0",
"version": "3.5.0",
"homepage": "https://www.decapcms.org",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-app",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down Expand Up @@ -45,7 +45,7 @@
"decap-cms-lib-auth": "^3.0.5",
"decap-cms-lib-util": "^3.1.0",
"decap-cms-lib-widgets": "^3.1.0",
"decap-cms-locales": "^3.2.0",
"decap-cms-locales": "^3.3.0",
"decap-cms-ui-default": "^3.1.4",
"decap-cms-widget-boolean": "^3.1.3",
"decap-cms-widget-code": "^3.1.4",
Expand All @@ -57,7 +57,7 @@
"decap-cms-widget-map": "^3.1.4",
"decap-cms-widget-markdown": "^3.2.0",
"decap-cms-widget-number": "^3.1.3",
"decap-cms-widget-object": "^3.1.4",
"decap-cms-widget-object": "^3.2.0",
"decap-cms-widget-relation": "^3.3.2",
"decap-cms-widget-select": "^3.2.2",
"decap-cms-widget-string": "^3.1.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/decap-cms-locales/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.3.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.0) (2025-01-15)

### Features

- add mk (Macedonian) locale ([#7346](https://github.com/decaporg/decap-cms/issues/7346)) ([b41e43a](https://github.com/decaporg/decap-cms/commit/b41e43a73218f0950ea9c96f21dfe0a31aa173b3))
- **locale/cs:** improve the Czech translations, add new strings from `en` ([#7326](https://github.com/decaporg/decap-cms/issues/7326)) ([76f4b74](https://github.com/decaporg/decap-cms/commit/76f4b7411684943c515a77932fcac743adce8733))

# [3.2.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.0) (2024-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-locales/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-locales",
"description": "Locales for Decap CMS.",
"version": "3.2.0",
"version": "3.3.0",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-locales",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/decap-cms-widget-object/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.0) (2025-01-15)

### Bug Fixes

- **object-widget:** highlight nested validation errors ([#7330](https://github.com/decaporg/decap-cms/issues/7330)) ([0bb2904](https://github.com/decaporg/decap-cms/commit/0bb290492218e710e113cadccc49cdc475328db4))

## [3.1.4](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.4) (2024-08-13)

### Reverts
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-object/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-widget-object",
"description": "Widget for displaying an object of fields for Decap CMS.",
"version": "3.1.4",
"version": "3.2.0",
"homepage": "https://www.decapcms.org/docs/widgets/#object",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-object",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/decap-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.5.0) (2025-01-15)

### Bug Fixes

- **build:** Fix ESM output ([#7357](https://github.com/decaporg/decap-cms/issues/7357)) ([#7358](https://github.com/decaporg/decap-cms/issues/7358)) ([6cd7cb3](https://github.com/decaporg/decap-cms/commit/6cd7cb3b41718e20b44acaae1e2ffd73129520c2))

# [3.4.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.4.0) (2024-11-12)

**Note:** Version bump only for package decap-cms
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "3.4.0",
"version": "3.5.0",
"homepage": "https://www.decapcms.org",
"repository": "https://github.com/decaporg/decap-cms",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"codemirror": "^5.46.0",
"create-react-class": "^15.7.0",
"decap-cms-app": "^3.4.0",
"decap-cms-app": "^3.5.0",
"decap-cms-media-library-cloudinary": "^3.0.3",
"decap-cms-media-library-uploadcare": "^3.0.2",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 2ffe3f8

Please sign in to comment.