Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 7126b02

Browse files
samo4martinjagodic
authored andcommitted

File tree

16 files changed

+96
-15
lines changed

16 files changed

+96
-15
lines changed

packages/decap-cms-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.6) (2023-09-06)
7+
8+
**Note:** Version bump only for package decap-cms-app
9+
10+
11+
12+
13+
614
## [3.0.5](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.5) (2023-08-25)
715

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

packages/decap-cms-app/package.json

+6-6
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.0.5",
4+
"version": "3.0.6",
55
"homepage": "https://www.decapcms.org",
66
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-app",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -31,22 +31,22 @@
3131
"codemirror": "^5.46.0",
3232
"decap-cms-backend-azure": "^3.0.1",
3333
"decap-cms-backend-bitbucket": "^3.0.1",
34-
"decap-cms-backend-git-gateway": "^3.0.1",
35-
"decap-cms-backend-github": "^3.0.1",
34+
"decap-cms-backend-git-gateway": "^3.0.2",
35+
"decap-cms-backend-github": "^3.0.2",
3636
"decap-cms-backend-gitlab": "^3.0.1",
3737
"decap-cms-backend-proxy": "^3.0.1",
3838
"decap-cms-backend-test": "^3.0.1",
39-
"decap-cms-core": "^3.2.2",
39+
"decap-cms-core": "^3.2.3",
4040
"decap-cms-editor-component-image": "^3.0.0",
4141
"decap-cms-lib-auth": "^3.0.0",
42-
"decap-cms-lib-util": "^3.0.0",
42+
"decap-cms-lib-util": "^3.0.1",
4343
"decap-cms-lib-widgets": "^3.0.0",
4444
"decap-cms-locales": "^3.1.0",
4545
"decap-cms-ui-default": "^3.0.1",
4646
"decap-cms-widget-boolean": "^3.0.1",
4747
"decap-cms-widget-code": "^3.0.1",
4848
"decap-cms-widget-colorstring": "^3.0.1",
49-
"decap-cms-widget-datetime": "^3.0.1",
49+
"decap-cms-widget-datetime": "^3.0.2",
5050
"decap-cms-widget-file": "^3.0.1",
5151
"decap-cms-widget-image": "^3.0.1",
5252
"decap-cms-widget-list": "^3.0.1",

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/decap-cms-backend-git-gateway@[email protected]) (2023-09-06)
7+
8+
9+
### Performance Improvements
10+
11+
* filter by path when loading collection from github backend ([#6898](https://github.com/decaporg/decap-cms/issues/6898)) ([18ef773](https://github.com/decaporg/decap-cms/commit/18ef773f35db1b7ef3ab5a0f25527d87745b9c73))
12+
13+
14+
15+
16+
617
## [3.0.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-git-gateway@[email protected]) (2023-08-25)
718

819

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.0.1",
4+
"version": "3.0.2",
55
"repository": "https://github.com/decaporg/decap-cms/tree/master/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-github/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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) (2023-09-06)
7+
8+
9+
### Performance Improvements
10+
11+
* filter by path when loading collection from github backend ([#6898](https://github.com/decaporg/decap-cms/issues/6898)) ([18ef773](https://github.com/decaporg/decap-cms/commit/18ef773f35db1b7ef3ab5a0f25527d87745b9c73))
12+
13+
14+
15+
16+
617
## [3.0.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2023-08-25)
718

819

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.0.1",
4+
"version": "3.0.2",
55
"license": "MIT",
66
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms-core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.3](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.3) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* fill from locale error if undefined ([#6897](https://github.com/decaporg/decap-cms/issues/6897)) ([2c8aaf8](https://github.com/decaporg/decap-cms/commit/2c8aaf8c589da8436588b33261e6af9701d59b42))
12+
13+
14+
### Performance Improvements
15+
16+
* filter by path when loading collection from github backend ([#6898](https://github.com/decaporg/decap-cms/issues/6898)) ([18ef773](https://github.com/decaporg/decap-cms/commit/18ef773f35db1b7ef3ab5a0f25527d87745b9c73))
17+
18+
19+
20+
21+
622
## [3.2.2](https://github.com/decaporg/decap-cms/compare/[email protected]@3.2.2) (2023-08-25)
723

824

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.2.2",
4+
"version": "3.2.3",
55
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-core",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2023-09-06)
7+
8+
9+
### Performance Improvements
10+
11+
* filter by path when loading collection from github backend ([#6898](https://github.com/decaporg/decap-cms/issues/6898)) ([18ef773](https://github.com/decaporg/decap-cms/commit/18ef773f35db1b7ef3ab5a0f25527d87745b9c73))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.0) (2023-08-18)
718

819
**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.0",
4+
"version": "3.0.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"module": "dist/esm/index.js",

packages/decap-cms-widget-datetime/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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) (2023-09-06)
7+
8+
**Note:** Version bump only for package decap-cms-widget-datetime
9+
10+
11+
12+
13+
614
## [3.0.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2023-08-25)
715

816

packages/decap-cms-widget-datetime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms-widget-datetime",
33
"description": "Widget for editing dates and times in Decap CMS.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"homepage": "https://www.decapcms.org/docs/widgets/#datetime",
66
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-widget-datetime",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",

packages/decap-cms/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.6) (2023-09-06)
7+
8+
**Note:** Version bump only for package decap-cms
9+
10+
11+
12+
13+
614
## [3.0.5](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.5) (2023-08-25)
715

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

packages/decap-cms/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-cms",
33
"description": "An extensible, open source, Git-based, React CMS for static sites.",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"homepage": "https://www.decapcms.org",
66
"repository": "https://github.com/decaporg/decap-cms",
77
"bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"codemirror": "^5.46.0",
2424
"create-react-class": "^15.7.0",
25-
"decap-cms-app": "^3.0.5",
25+
"decap-cms-app": "^3.0.6",
2626
"decap-cms-media-library-cloudinary": "^3.0.1",
2727
"decap-cms-media-library-uploadcare": "^3.0.0",
2828
"file-loader": "^6.2.0",

packages/decap-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.1) (2023-09-06)
7+
8+
**Note:** Version bump only for package decap-server
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/decaporg/decap-cms/compare/[email protected]@3.0.0) (2023-08-18)
715

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

packages/decap-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decap-server",
33
"description": "Proxy server to be used with Decap CMS proxy backend",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-server",
66
"bugs": "https://github.com/decaporg/decap-cms/issues",
77
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"@types/morgan": "^1.7.37",
4040
"@types/node": "^16.0.0",
4141
"@types/vfile-message": "^2.0.0",
42-
"decap-cms-lib-util": "^3.0.0",
42+
"decap-cms-lib-util": "^3.0.1",
4343
"jest": "^27.0.0",
4444
"nodemon": "^2.0.2",
4545
"ts-jest": "^27.0.0",

0 commit comments

Comments
 (0)