Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Oct 20, 2023
1 parent 0d89a58 commit 1bdbab1
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 45 deletions.
11 changes: 11 additions & 0 deletions packages/decap-cms-app/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.0.11](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.11) (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.10](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.10) (2023-10-13)

**Note:** Version bump only for package decap-cms-app
Expand Down
10 changes: 5 additions & 5 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.0.10",
"version": "3.0.11",
"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.6",
"decap-cms-core": "^3.2.7",
"decap-cms-editor-component-image": "^3.0.0",
"decap-cms-lib-auth": "^3.0.0",
"decap-cms-lib-auth": "^3.0.1",
"decap-cms-lib-util": "^3.0.1",
"decap-cms-lib-widgets": "^3.0.0",
"decap-cms-locales": "^3.1.0",
"decap-cms-ui-default": "^3.0.3",
"decap-cms-locales": "^3.1.1",
"decap-cms-ui-default": "^3.0.4",
"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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.3 (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))
68 changes: 34 additions & 34 deletions packages/decap-cms-backend-gitea/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "decap-cms-backend-gitea",
"description": "Gitea backend for Decap CMS",
"version": "3.0.2",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-gitea",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
"module": "dist/esm/index.js",
"main": "dist/decap-cms-backend-gitea.js",
"keywords": [
"decap-cms",
"backend",
"gitea"
],
"sideEffects": false,
"scripts": {
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward --extensions \".js,.jsx,.ts,.tsx\""
},
"dependencies": {
"js-base64": "^3.0.0",
"semaphore": "^1.1.0"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"immutable": "^3.7.6",
"lodash": "^4.17.11",
"decap-cms-lib-auth": "^3.0.0",
"decap-cms-lib-util": "^3.0.0",
"decap-cms-ui-default": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.4 || ^17.0.0"
}
"name": "decap-cms-backend-gitea",
"description": "Gitea backend for Decap CMS",
"version": "3.0.3",
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-gitea",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
"module": "dist/esm/index.js",
"main": "dist/decap-cms-backend-gitea.js",
"keywords": [
"decap-cms",
"backend",
"gitea"
],
"sideEffects": false,
"scripts": {
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward --extensions \".js,.jsx,.ts,.tsx\""
},
"dependencies": {
"js-base64": "^3.0.0",
"semaphore": "^1.1.0"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"decap-cms-lib-auth": "^3.0.0",
"decap-cms-lib-util": "^3.0.0",
"decap-cms-ui-default": "^3.0.0",
"immutable": "^3.7.6",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.4 || ^17.0.0"
}
}
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.2.7](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.7) (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.6](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.6) (2023-10-13)


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.2.6",
"version": "3.2.7",
"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
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.0.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (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.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.0) (2023-08-18)

**Note:** Version bump only for package decap-cms-lib-auth
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-lib-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-lib-auth",
"description": "Shared authentication functionality for Decap CMS.",
"version": "3.0.0",
"version": "3.0.1",
"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
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.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (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.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.0) (2023-08-23)


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.1.0",
"version": "3.1.1",
"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
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.0.4](https://github.com/decaporg/decap-cms/compare/[email protected]@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](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.3) (2023-10-13)

**Note:** Version bump only for package decap-cms-ui-default
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-ui-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-ui-default",
"description": "Default UI components for Decap CMS.",
"version": "3.0.3",
"version": "3.0.4",
"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
Original file line number Diff line number Diff line change
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.11](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.11) (2023-10-20)

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





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

**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.0.10",
"version": "3.0.11",
"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.10",
"decap-cms-app": "^3.0.11",
"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 1bdbab1

Please sign in to comment.