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 29, 2025
1 parent 9be2693 commit e216545
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 30 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

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

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

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

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

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.5.0",
"version": "3.6.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 @@ -40,10 +40,10 @@
"decap-cms-backend-gitlab": "^3.2.2",
"decap-cms-backend-proxy": "^3.1.4",
"decap-cms-backend-test": "^3.1.3",
"decap-cms-core": "^3.5.0",
"decap-cms-core": "^3.6.0",
"decap-cms-editor-component-image": "^3.1.3",
"decap-cms-lib-auth": "^3.0.5",
"decap-cms-lib-util": "^3.1.0",
"decap-cms-lib-util": "^3.2.0",
"decap-cms-lib-widgets": "^3.1.0",
"decap-cms-locales": "^3.3.0",
"decap-cms-ui-default": "^3.1.4",
Expand All @@ -53,11 +53,11 @@
"decap-cms-widget-datetime": "^3.2.3",
"decap-cms-widget-file": "^3.1.3",
"decap-cms-widget-image": "^3.1.3",
"decap-cms-widget-list": "^3.2.2",
"decap-cms-widget-list": "^3.3.0",
"decap-cms-widget-map": "^3.1.4",
"decap-cms-widget-markdown": "^3.2.0",
"decap-cms-widget-markdown": "^3.3.0",
"decap-cms-widget-number": "^3.1.3",
"decap-cms-widget-object": "^3.2.0",
"decap-cms-widget-object": "^3.3.0",
"decap-cms-widget-relation": "^3.3.2",
"decap-cms-widget-select": "^3.2.2",
"decap-cms-widget-string": "^3.1.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/decap-cms-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **widgetsFor:** return widgets for variable type lists ([#7296](https://github.com/decaporg/decap-cms/issues/7296)) ([9be2693](https://github.com/decaporg/decap-cms/commit/9be2693d1b35bf56c7ef05bdece6c24a21ba7567)), closes [/github.com/decaporg/decap-cms/issues/2307#issuecomment-638326225](https://github.com//github.com/decaporg/decap-cms/issues/2307/issues/issuecomment-638326225)

### Features

- **nested collections:** allow non-index files ([#7359](https://github.com/decaporg/decap-cms/issues/7359)) ([47a2f70](https://github.com/decaporg/decap-cms/commit/47a2f70ef788ae8e61bbbc0ac21e00d68d0029d0)), closes [#4972](https://github.com/decaporg/decap-cms/issues/4972)
- visual editing (click-to-edit) ([#7374](https://github.com/decaporg/decap-cms/issues/7374)) ([989c2dd](https://github.com/decaporg/decap-cms/commit/989c2dd6ed80f69b572b8b73c4e37b5106ae04fb))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-core",
"description": "Decap CMS core application, see decap-cms package for the main distribution.",
"version": "3.5.0",
"version": "3.6.0",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-core",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/decap-cms-lib-util/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-29)

### Features

- visual editing (click-to-edit) ([#7374](https://github.com/decaporg/decap-cms/issues/7374)) ([989c2dd](https://github.com/decaporg/decap-cms/commit/989c2dd6ed80f69b572b8b73c4e37b5106ae04fb))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-lib-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-lib-util",
"description": "Shared utilities for Decap CMS.",
"version": "3.1.0",
"version": "3.2.0",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-util",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/decap-cms-widget-list/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.3.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.0) (2025-01-29)

### Features

- visual editing (click-to-edit) ([#7374](https://github.com/decaporg/decap-cms/issues/7374)) ([989c2dd](https://github.com/decaporg/decap-cms/commit/989c2dd6ed80f69b572b8b73c4e37b5106ae04fb))

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

### Reverts
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-widget-list",
"description": "Widget for editing lists in Decap CMS.",
"version": "3.2.2",
"version": "3.3.0",
"homepage": "https://www.decapcms.org/docs/widgets/#list",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down
10 changes: 10 additions & 0 deletions packages/decap-cms-widget-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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-29)

### Bug Fixes

- **markdown:** convert inline CSS from Google Docs to Markdown ([#7351](https://github.com/decaporg/decap-cms/issues/7351)) ([8b8e873](https://github.com/decaporg/decap-cms/commit/8b8e873af9a0749720ec03cadbc4b0d391ad84e1))

### Features

- visual editing (click-to-edit) ([#7374](https://github.com/decaporg/decap-cms/issues/7374)) ([989c2dd](https://github.com/decaporg/decap-cms/commit/989c2dd6ed80f69b572b8b73c4e37b5106ae04fb))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-widget-markdown",
"description": "Widget for editing markdown in Decap CMS.",
"version": "3.2.0",
"version": "3.3.0",
"homepage": "https://www.decapcms.org/docs/widgets/#markdown",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-markdown",
"bugs": "https://github.com/decaporg/decap-cms/issues",
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.3.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.0) (2025-01-29)

### Features

- visual editing (click-to-edit) ([#7374](https://github.com/decaporg/decap-cms/issues/7374)) ([989c2dd](https://github.com/decaporg/decap-cms/commit/989c2dd6ed80f69b572b8b73c4e37b5106ae04fb))

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

### Bug Fixes
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.2.0",
"version": "3.3.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
4 changes: 4 additions & 0 deletions packages/decap-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

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

### Bug Fixes
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.5.0",
"version": "3.6.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.5.0",
"decap-cms-app": "^3.6.0",
"decap-cms-media-library-cloudinary": "^3.0.3",
"decap-cms-media-library-uploadcare": "^3.0.2",
"file-loader": "^6.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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-29)

**Note:** Version bump only for package decap-server

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

### Reverts
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-server",
"description": "Proxy server to be used with Decap CMS proxy backend",
"version": "3.1.2",
"version": "3.2.0",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-server",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/morgan": "^1.7.37",
"@types/node": "^16.0.0",
"@types/vfile-message": "^2.0.0",
"decap-cms-lib-util": "^3.1.0",
"decap-cms-lib-util": "^3.2.0",
"jest": "^27.0.0",
"nodemon": "^2.0.2",
"ts-jest": "^27.0.0",
Expand Down

0 comments on commit e216545

Please sign in to comment.