Skip to content

File tree

75 files changed

+290
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+290
-142
lines changed

package-lock.json

+71-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/decap-cms-app/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.4](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.4) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-app
9+
610
## [3.1.3](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.3) (2024-03-08)
711

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

packages/decap-cms-app/package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-app",
33
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
4-
"version": "3.1.3",
4+
"version": "3.1.4",
55
"homepage": "https://www.decapcms.org",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-app",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -30,36 +30,36 @@
3030
"@emotion/styled": "^11.11.0",
3131
"codemirror": "^5.46.0",
3232
"dayjs": "^1.11.10",
33-
"decap-cms-backend-aws-cognito-github-proxy": "^3.1.1",
34-
"decap-cms-backend-azure": "^3.1.0",
35-
"decap-cms-backend-bitbucket": "^3.1.0",
36-
"decap-cms-backend-git-gateway": "^3.1.0",
37-
"decap-cms-backend-github": "^3.1.0",
38-
"decap-cms-backend-gitlab": "^3.1.1",
39-
"decap-cms-backend-proxy": "^3.1.0",
40-
"decap-cms-backend-test": "^3.1.0",
41-
"decap-cms-core": "^3.3.3",
42-
"decap-cms-editor-component-image": "^3.1.0",
43-
"decap-cms-lib-auth": "^3.0.4",
44-
"decap-cms-lib-util": "^3.0.2",
45-
"decap-cms-lib-widgets": "^3.0.1",
46-
"decap-cms-locales": "^3.1.3",
47-
"decap-cms-ui-default": "^3.1.0",
48-
"decap-cms-widget-boolean": "^3.1.0",
49-
"decap-cms-widget-code": "^3.1.1",
50-
"decap-cms-widget-colorstring": "^3.1.0",
51-
"decap-cms-widget-datetime": "^3.1.0",
52-
"decap-cms-widget-file": "^3.1.0",
53-
"decap-cms-widget-image": "^3.1.0",
54-
"decap-cms-widget-list": "^3.1.0",
55-
"decap-cms-widget-map": "^3.1.0",
56-
"decap-cms-widget-markdown": "^3.1.1",
57-
"decap-cms-widget-number": "^3.1.0",
58-
"decap-cms-widget-object": "^3.1.1",
59-
"decap-cms-widget-relation": "^3.1.0",
60-
"decap-cms-widget-select": "^3.1.0",
61-
"decap-cms-widget-string": "^3.1.0",
62-
"decap-cms-widget-text": "^3.1.0",
33+
"decap-cms-backend-aws-cognito-github-proxy": "^3.1.2",
34+
"decap-cms-backend-azure": "^3.1.1",
35+
"decap-cms-backend-bitbucket": "^3.1.1",
36+
"decap-cms-backend-git-gateway": "^3.1.1",
37+
"decap-cms-backend-github": "^3.1.1",
38+
"decap-cms-backend-gitlab": "^3.1.2",
39+
"decap-cms-backend-proxy": "^3.1.1",
40+
"decap-cms-backend-test": "^3.1.1",
41+
"decap-cms-core": "^3.3.4",
42+
"decap-cms-editor-component-image": "^3.1.1",
43+
"decap-cms-lib-auth": "^3.0.5",
44+
"decap-cms-lib-util": "^3.0.3",
45+
"decap-cms-lib-widgets": "^3.0.2",
46+
"decap-cms-locales": "^3.1.4",
47+
"decap-cms-ui-default": "^3.1.1",
48+
"decap-cms-widget-boolean": "^3.1.1",
49+
"decap-cms-widget-code": "^3.1.2",
50+
"decap-cms-widget-colorstring": "^3.1.1",
51+
"decap-cms-widget-datetime": "^3.1.1",
52+
"decap-cms-widget-file": "^3.1.1",
53+
"decap-cms-widget-image": "^3.1.1",
54+
"decap-cms-widget-list": "^3.1.1",
55+
"decap-cms-widget-map": "^3.1.1",
56+
"decap-cms-widget-markdown": "^3.1.2",
57+
"decap-cms-widget-number": "^3.1.1",
58+
"decap-cms-widget-object": "^3.1.2",
59+
"decap-cms-widget-relation": "^3.1.1",
60+
"decap-cms-widget-select": "^3.1.1",
61+
"decap-cms-widget-string": "^3.1.1",
62+
"decap-cms-widget-text": "^3.1.1",
6363
"immutable": "^3.7.6",
6464
"lodash": "^4.17.11",
6565
"prop-types": "^15.7.2",

packages/decap-cms-backend-aws-cognito-github-proxy/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@[email protected]) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-aws-cognito-github-proxy
9+
610
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@[email protected]) (2024-02-21)
711

812
### Bug Fixes

packages/decap-cms-backend-aws-cognito-github-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-aws-cognito-github-proxy",
33
"description": "GitHub backend for Decap CMS proxied through AWS Cognito",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"license": "MIT",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-aws-cognito-github-proxy",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms-backend-azure/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-azure
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.0) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-backend-azure

packages/decap-cms-backend-azure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-azure",
33
"description": "Azure DevOps backend for Decap CMS",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms-backend-bitbucket/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-bitbucket@[email protected]) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-bitbucket
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-bitbucket@[email protected]) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-backend-bitbucket

packages/decap-cms-backend-bitbucket/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-bitbucket",
33
"description": "Bitbucket backend for Decap CMS",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-bitbucket",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-backend-git-gateway/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-git-gateway@[email protected]) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-git-gateway
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-git-gateway@[email protected]) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-backend-git-gateway

packages/decap-cms-backend-git-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-git-gateway",
33
"description": "Git Gateway backend for Decap CMS",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-git-gateway",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-backend-gitea/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.3](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.3) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-gitea
9+
610
## [3.1.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.2) (2024-03-08)
711

812
**Note:** Version bump only for package decap-cms-backend-gitea

packages/decap-cms-backend-gitea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-gitea",
33
"description": "Gitea backend for Decap CMS",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-gitea",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"license": "MIT",

packages/decap-cms-backend-github/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-github
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.0) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-backend-github

packages/decap-cms-backend-github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-github",
33
"description": "GitHub backend for Decap CMS",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-github",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms-backend-gitlab/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.2) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-gitlab
9+
610
## [3.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (2024-02-21)
711

812
### Bug Fixes

packages/decap-cms-backend-gitlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-gitlab",
33
"description": "GitLab backend for Decap CMS",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-gitlab",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"license": "MIT",

packages/decap-cms-backend-proxy/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-proxy
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.0) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-backend-proxy

packages/decap-cms-backend-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-proxy",
33
"description": "Proxy backend for Decap CMS",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-proxy",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"license": "MIT",

packages/decap-cms-backend-test/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.1) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-backend-test
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.0) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-backend-test

packages/decap-cms-backend-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-backend-test",
33
"description": "Development testing backend for Decap CMS",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-test",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"license": "MIT",

packages/decap-cms-core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.4](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.4) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-core
9+
610
## [3.3.3](https://github.com/decaporg/decap-cms/compare/[email protected]@3.3.3) (2024-03-08)
711

812
### Bug Fixes

packages/decap-cms-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-core",
33
"description": "Decap CMS core application, see decap-cms package for the main distribution.",
4-
"version": "3.3.3",
4+
"version": "3.3.4",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-core",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-default-exports/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-default-exports@[email protected]) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-default-exports
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-default-exports@[email protected]) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-default-exports

packages/decap-cms-default-exports/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decap-cms-default-exports",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Decap CMS default exports",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-default-exports",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms-editor-component-image/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-editor-component-image@[email protected]) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-editor-component-image
9+
610
# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-editor-component-image@[email protected]) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-editor-component-image

packages/decap-cms-editor-component-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-editor-component-image",
33
"description": "Image component for Decap CMS editor widget",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-editor-component-image",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-lib-auth/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.5](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.5) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-lib-auth
9+
610
## [3.0.4](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.4) (2024-02-21)
711

812
### Bug Fixes

packages/decap-cms-lib-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-lib-auth",
33
"description": "Shared authentication functionality for Decap CMS.",
4-
"version": "3.0.4",
4+
"version": "3.0.5",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-auth",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-lib-util/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.3) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-lib-util
9+
610
## [3.0.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.2) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-lib-util

packages/decap-cms-lib-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-lib-util",
33
"description": "Shared utilities for Decap CMS.",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-util",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-lib-widgets/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.2) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-lib-widgets
9+
610
## [3.0.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2024-02-01)
711

812
**Note:** Version bump only for package decap-cms-lib-widgets

packages/decap-cms-lib-widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-lib-widgets",
33
"description": "Shared utilities for Decap CMS.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-widgets",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-locales/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.4](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.4) (2024-03-21)
7+
8+
**Note:** Version bump only for package decap-cms-locales
9+
610
## [3.1.3](https://github.com/decaporg/decap-cms/compare/[email protected]@3.1.3) (2024-02-01)
711

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

0 commit comments

Comments
 (0)