Skip to content

Commit d3a4e32

Browse files
committed
chore(release): version
1 parent ff151bc commit d3a4e32

File tree

13 files changed

+67
-19
lines changed

13 files changed

+67
-19
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.1.253](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.252...v1.1.253) (2023-12-11)
7+
8+
**Note:** Version bump only for package nucleus-cms
9+
10+
11+
12+
13+
614
## [1.1.252](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.251...v1.1.252) (2023-12-08)
715

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

demo/nucleus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.1.253](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.252...v1.1.253) (2023-12-11)
7+
8+
**Note:** Version bump only for package nucleus-demo
9+
10+
11+
12+
13+
614
## [1.1.252](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.251...v1.1.252) (2023-12-08)
715

816
**Note:** Version bump only for package nucleus-demo

demo/nucleus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nucleus-demo",
3-
"version": "1.1.252",
3+
"version": "1.1.253",
44
"type": "module",
55
"private": true,
66
"scripts": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"packages/*",
2525
"demo/*"
2626
],
27-
"version": "1.1.252"
27+
"version": "1.1.253"
2828
}

packages/components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.1.253](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.252...v1.1.253) (2023-12-11)
7+
8+
**Note:** Version bump only for package @nucleus-cms/components
9+
10+
11+
12+
13+
614
## [1.1.252](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.251...v1.1.252) (2023-12-08)
715

816
**Note:** Version bump only for package @nucleus-cms/components

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nucleus-cms/components",
3-
"version": "1.1.252",
3+
"version": "1.1.253",
44
"type": "module",
55
"scripts": {
66
"build": "tcm build",
@@ -31,8 +31,8 @@
3131
"dependencies": {
3232
"@hello-pangea/dnd": "16.5.0",
3333
"@minoru/react-dnd-treeview": "3.4.4",
34-
"@nucleus-cms/db": "1.1.251",
35-
"@nucleus-cms/utils": "1.1.251",
34+
"@nucleus-cms/db": "1.1.253",
35+
"@nucleus-cms/utils": "1.1.253",
3636
"@techstack/components": "1.3.125",
3737
"@uiw/react-md-editor": "4.0.1",
3838
"react-dnd": "16.0.1",

packages/db/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.1.253](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.252...v1.1.253) (2023-12-11)
7+
8+
**Note:** Version bump only for package @nucleus-cms/db
9+
10+
11+
12+
13+
614
## [1.1.251](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.250...v1.1.251) (2023-12-07)
715

816
**Note:** Version bump only for package @nucleus-cms/db

packages/db/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nucleus-cms/db",
3-
"version": "1.1.251",
3+
"version": "1.1.253",
44
"type": "module",
55
"scripts": {
66
"build": "tcm build",
@@ -29,8 +29,8 @@
2929
"install-peers-cli": "2.2.0"
3030
},
3131
"dependencies": {
32-
"@nucleus-cms/types": "1.1.251",
33-
"@nucleus-cms/utils": "1.1.251",
32+
"@nucleus-cms/types": "1.1.253",
33+
"@nucleus-cms/utils": "1.1.253",
3434
"uuid": "9.0.1"
3535
},
3636
"optionalDependencies": {

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.1.253](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.252...v1.1.253) (2023-12-11)
7+
8+
**Note:** Version bump only for package @nucleus-cms/types
9+
10+
11+
12+
13+
614
## [1.1.251](https://github.com/The-Code-Monkey/PaperCMS/compare/v1.1.250...v1.1.251) (2023-12-07)
715

816
**Note:** Version bump only for package @nucleus-cms/types

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nucleus-cms/types",
3-
"version": "1.1.251",
3+
"version": "1.1.253",
44
"type": "module",
55
"scripts": {
66
"build": "tcm build",
@@ -28,7 +28,7 @@
2828
"install-peers-cli": "2.2.0"
2929
},
3030
"dependencies": {
31-
"@nucleus-cms/utils": "1.1.251",
31+
"@nucleus-cms/utils": "1.1.253",
3232
"uuid": "9.0.1"
3333
},
3434
"optionalDependencies": {

0 commit comments

Comments
 (0)