Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - decap-cms@3.1.1
 - decap-cms-app@3.1.1
 - decap-cms-core@3.3.1
  • Loading branch information
demshy committed Feb 1, 2024
1 parent 94563d0 commit 28e2b78
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
10 changes: 5 additions & 5 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
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.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.1.0...decap-cms-app@3.1.1) (2024-02-01)

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

# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.1.0-beta.5...decap-cms-app@3.1.0) (2024-02-01)

**Note:** Version bump only for package decap-cms-app
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-cms-app/package.json
@@ -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.1.0",
"version": "3.1.1",
"homepage": "https://www.decapcms.org",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-app",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"decap-cms-backend-gitlab": "^3.1.0",
"decap-cms-backend-proxy": "^3.1.0",
"decap-cms-backend-test": "^3.1.0",
"decap-cms-core": "^3.3.0",
"decap-cms-core": "^3.3.1",
"decap-cms-editor-component-image": "^3.1.0",
"decap-cms-lib-auth": "^3.0.3",
"decap-cms-lib-util": "^3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms-core/CHANGELOG.md
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.3.1](https://github.com/decaporg/decap-cms/compare/decap-cms-core@3.3.0...decap-cms-core@3.3.1) (2024-02-01)

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

# [3.3.0](https://github.com/decaporg/decap-cms/compare/decap-cms-core@3.3.0-beta.4...decap-cms-core@3.3.0) (2024-02-01)

**Note:** Version bump only for package decap-cms-core
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-core/package.json
@@ -1,7 +1,7 @@
{
"name": "decap-cms-core",
"description": "Decap CMS core application, see decap-cms package for the main distribution.",
"version": "3.3.0",
"version": "3.3.1",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-core",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms/CHANGELOG.md
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.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms@3.1.0...decap-cms@3.1.1) (2024-02-01)

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

# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms@3.1.0-beta.5...decap-cms@3.1.0) (2024-02-01)

**Note:** Version bump only for package decap-cms
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-cms/package.json
@@ -1,7 +1,7 @@
{
"name": "decap-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "3.1.0",
"version": "3.1.1",
"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.1.0",
"decap-cms-app": "^3.1.1",
"decap-cms-media-library-cloudinary": "^3.0.2",
"decap-cms-media-library-uploadcare": "^3.0.1",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 28e2b78

Please sign in to comment.