Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - decap-cms-app@3.0.12
 - decap-cms-backend-gitea@3.0.4
 - decap-cms-core@3.2.8
 - decap-cms-lib-auth@3.0.2
 - decap-cms-locales@3.1.2
 - decap-cms-ui-default@3.0.5
 - decap-cms@3.0.12
  • Loading branch information
demshy committed Oct 20, 2023
1 parent 1bdbab1 commit 94b054f
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/decap-cms-app/CHANGELOG.md
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.0.12](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.0.10...decap-cms-app@3.0.12) (2023-10-20)


### Features

* **backend:** add gitea backend ([#6808](https://github.com/decaporg/decap-cms/issues/6808)) ([0d89a58](https://github.com/decaporg/decap-cms/commit/0d89a58e93f64f868ff3e4e8f0945ccf166ad738))





## [3.0.11](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.0.10...decap-cms-app@3.0.11) (2023-10-20)


Expand Down
10 changes: 5 additions & 5 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.0.11",
"version": "3.0.12",
"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 @@ -36,13 +36,13 @@
"decap-cms-backend-gitlab": "^3.0.2",
"decap-cms-backend-proxy": "^3.0.2",
"decap-cms-backend-test": "^3.0.2",
"decap-cms-core": "^3.2.7",
"decap-cms-core": "^3.2.8",
"decap-cms-editor-component-image": "^3.0.0",
"decap-cms-lib-auth": "^3.0.1",
"decap-cms-lib-auth": "^3.0.2",
"decap-cms-lib-util": "^3.0.1",
"decap-cms-lib-widgets": "^3.0.0",
"decap-cms-locales": "^3.1.1",
"decap-cms-ui-default": "^3.0.4",
"decap-cms-locales": "^3.1.2",
"decap-cms-ui-default": "^3.0.5",
"decap-cms-widget-boolean": "^3.0.2",
"decap-cms-widget-code": "^3.0.2",
"decap-cms-widget-colorstring": "^3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/decap-cms-backend-gitea/CHANGELOG.md
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.0.4 (2023-10-20)


### Features

* **backend:** add gitea backend ([#6808](https://github.com/decaporg/decap-cms/issues/6808)) ([0d89a58](https://github.com/decaporg/decap-cms/commit/0d89a58e93f64f868ff3e4e8f0945ccf166ad738))





## 3.0.3 (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-backend-gitea/package.json
@@ -1,7 +1,7 @@
{
"name": "decap-cms-backend-gitea",
"description": "Gitea backend for Decap CMS",
"version": "3.0.3",
"version": "3.0.4",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-gitea",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/decap-cms-core/CHANGELOG.md
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.2.8](https://github.com/decaporg/decap-cms/compare/decap-cms-core@3.2.6...decap-cms-core@3.2.8) (2023-10-20)


### Features

* **backend:** add gitea backend ([#6808](https://github.com/decaporg/decap-cms/issues/6808)) ([0d89a58](https://github.com/decaporg/decap-cms/commit/0d89a58e93f64f868ff3e4e8f0945ccf166ad738))





## [3.2.7](https://github.com/decaporg/decap-cms/compare/decap-cms-core@3.2.6...decap-cms-core@3.2.7) (2023-10-20)


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.2.7",
"version": "3.2.8",
"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
11 changes: 11 additions & 0 deletions packages/decap-cms-lib-auth/CHANGELOG.md
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.0.2](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-auth@3.0.0...decap-cms-lib-auth@3.0.2) (2023-10-20)


### Features

* **backend:** add gitea backend ([#6808](https://github.com/decaporg/decap-cms/issues/6808)) ([0d89a58](https://github.com/decaporg/decap-cms/commit/0d89a58e93f64f868ff3e4e8f0945ccf166ad738))





## [3.0.1](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-auth@3.0.0...decap-cms-lib-auth@3.0.1) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-lib-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "decap-cms-lib-auth",
"description": "Shared authentication functionality for Decap CMS.",
"version": "3.0.1",
"version": "3.0.2",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-auth",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/decap-cms-locales/CHANGELOG.md
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.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-locales@3.1.0...decap-cms-locales@3.1.2) (2023-10-20)


### Features

* **backend:** add gitea backend ([#6808](https://github.com/decaporg/decap-cms/issues/6808)) ([0d89a58](https://github.com/decaporg/decap-cms/commit/0d89a58e93f64f868ff3e4e8f0945ccf166ad738))





## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-locales@3.1.0...decap-cms-locales@3.1.1) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-locales/package.json
@@ -1,7 +1,7 @@
{
"name": "decap-cms-locales",
"description": "Locales for Decap CMS.",
"version": "3.1.1",
"version": "3.1.2",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-locales",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/decap-cms-ui-default/CHANGELOG.md
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.0.5](https://github.com/decaporg/decap-cms/compare/decap-cms-ui-default@3.0.3...decap-cms-ui-default@3.0.5) (2023-10-20)


### Features

* **backend:** add gitea backend ([#6808](https://github.com/decaporg/decap-cms/issues/6808)) ([0d89a58](https://github.com/decaporg/decap-cms/commit/0d89a58e93f64f868ff3e4e8f0945ccf166ad738))





## [3.0.4](https://github.com/decaporg/decap-cms/compare/decap-cms-ui-default@3.0.3...decap-cms-ui-default@3.0.4) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-ui-default/package.json
@@ -1,7 +1,7 @@
{
"name": "decap-cms-ui-default",
"description": "Default UI components for Decap CMS.",
"version": "3.0.4",
"version": "3.0.5",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-ui-default",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/decap-cms/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.12](https://github.com/decaporg/decap-cms/compare/decap-cms@3.0.10...decap-cms@3.0.12) (2023-10-20)

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





## [3.0.11](https://github.com/decaporg/decap-cms/compare/decap-cms@3.0.10...decap-cms@3.0.11) (2023-10-20)

**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.0.11",
"version": "3.0.12",
"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.0.11",
"decap-cms-app": "^3.0.12",
"decap-cms-media-library-cloudinary": "^3.0.1",
"decap-cms-media-library-uploadcare": "^3.0.0",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 94b054f

Please sign in to comment.