Skip to content

Commit c562fa1

Browse files
committed
v4.0.0-alpha.124
1 parent 64ff082 commit c562fa1

File tree

31 files changed

+270
-378
lines changed

31 files changed

+270
-378
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)
7+
8+
**Note:** Version bump only for package engine
9+
610
# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)
711

812
**Note:** Version bump only for package engine

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "nm-packages/*"],
33
"npmClient": "yarn",
4-
"version": "4.0.0-alpha.123",
4+
"version": "4.0.0-alpha.124",
55
"changelogPreset": "angular"
66
}

nm-packages/engine.dashboard/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)
7+
8+
**Note:** Version bump only for package @c11/engine.dashboard
9+
610
# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)
711

812
**Note:** Version bump only for package @c11/engine.dashboard

nm-packages/engine.dashboard/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c11/engine.dashboard",
3-
"version": "4.0.0-alpha.123",
3+
"version": "4.0.0-alpha.124",
44
"description": "A dashboard for visualizing and interacting with the engine instance",
55
"scripts": {
66
"test": "echo \"engine-service-web test\"",
@@ -47,12 +47,12 @@
4747
"@babel/preset-env": "^7.19.3",
4848
"@babel/preset-typescript": "^7.18.6",
4949
"@babel/runtime": "^7.19.0",
50-
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
50+
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
5151
"@c11/engine.patterns": "4.0.0-alpha.122",
5252
"@c11/engine.react": "4.0.0-alpha.122",
5353
"@c11/engine.runtime": "4.0.0-alpha.122",
54-
"@c11/engine.types": "4.0.0-alpha.121",
55-
"@c11/engine.utils": "4.0.0-alpha.122",
54+
"@c11/engine.types": "4.0.0-alpha.124",
55+
"@c11/engine.utils": "4.0.0-alpha.124",
5656
"@chakra-ui/icons": "^1.1.7",
5757
"@chakra-ui/react": "^1.8.9",
5858
"@chakra-ui/system": "^1.12.1",

packages/engine.babel-plugin-hmr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)
7+
8+
**Note:** Version bump only for package @c11/engine.babel-plugin-hmr
9+
610
# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16)
711

812
**Note:** Version bump only for package @c11/engine.babel-plugin-hmr

packages/engine.babel-plugin-hmr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c11/engine.babel-plugin-hmr",
3-
"version": "4.0.0-alpha.122",
3+
"version": "4.0.0-alpha.124",
44
"description": "Compile engine keywords into code",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"@babel/preset-env": "^7.19.3",
2424
"@babel/preset-typescript": "^7.18.6",
2525
"@babel/types": "^7.19.3",
26-
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
26+
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
2727
"@types/babel__core": "^7.1.19",
2828
"@types/babel__preset-env": "^7.9.2",
2929
"@types/jest": "^29.1.1",
@@ -35,4 +35,4 @@
3535
"typescript": "4.8.4"
3636
},
3737
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
38-
}
38+
}

packages/engine.babel-plugin-syntax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)
7+
8+
**Note:** Version bump only for package @c11/engine.babel-plugin-syntax
9+
610
# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16)
711

812
**Note:** Version bump only for package @c11/engine.babel-plugin-syntax

packages/engine.babel-plugin-syntax/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c11/engine.babel-plugin-syntax",
3-
"version": "4.0.0-alpha.122",
3+
"version": "4.0.0-alpha.124",
44
"description": "Compile engine syntax to js",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -22,7 +22,7 @@
2222
"@babel/preset-env": "^7.19.3",
2323
"@babel/preset-typescript": "^7.18.6",
2424
"@babel/types": "^7.19.3",
25-
"@c11/engine.types": "4.0.0-alpha.121",
25+
"@c11/engine.types": "4.0.0-alpha.124",
2626
"@types/babel__core": "^7.1.19",
2727
"@types/jest": "^29.1.1",
2828
"@types/lodash": "^4.14.186",
@@ -39,4 +39,4 @@
3939
"lodash": "^4.17.21"
4040
},
4141
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
42-
}
42+
}

packages/engine.cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)
7+
8+
**Note:** Version bump only for package @c11/engine.cli
9+
610
# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)
711

812
**Note:** Version bump only for package @c11/engine.cli

packages/engine.cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c11/engine.cli",
3-
"version": "4.0.0-alpha.123",
3+
"version": "4.0.0-alpha.124",
44
"description": "A cli for creating and analysing engine applications",
55
"main": "dist/index.js",
66
"bin": {
@@ -41,8 +41,8 @@
4141
"@babel/plugin-proposal-class-properties": "^7.18.6",
4242
"@babel/preset-env": "^7.19.3",
4343
"@babel/preset-typescript": "^7.18.6",
44-
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
45-
"@c11/engine.types": "4.0.0-alpha.121",
44+
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
45+
"@c11/engine.types": "4.0.0-alpha.124",
4646
"@schemastore/package": "^0.0.6",
4747
"@types/babel__preset-env": "^7.9.2",
4848
"@types/jest": "^29.1.1",
@@ -54,10 +54,10 @@
5454
"@babel/core": "^7.19.3",
5555
"@babel/plugin-transform-runtime": "^7.19.1",
5656
"@babel/runtime": "^7.19.0",
57-
"@c11/engine.runtime": "4.0.0-alpha.123",
57+
"@c11/engine.runtime": "4.0.0-alpha.124",
5858
"commander": "^9.4.1",
5959
"find-root": "^1.1.0",
6060
"ncp": "^2.0.0",
6161
"pacote": "^13.6.2"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)