Skip to content

Commit

Permalink
v4.0.0-alpha.124
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-c committed Nov 18, 2024
1 parent 64ff082 commit c562fa1
Show file tree
Hide file tree
Showing 31 changed files with 270 additions and 378 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package engine
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "nm-packages/*"],
"npmClient": "yarn",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"changelogPreset": "angular"
}
4 changes: 4 additions & 0 deletions nm-packages/engine.dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.dashboard
Expand Down
8 changes: 4 additions & 4 deletions nm-packages/engine.dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.dashboard",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"description": "A dashboard for visualizing and interacting with the engine instance",
"scripts": {
"test": "echo \"engine-service-web test\"",
Expand Down Expand Up @@ -47,12 +47,12 @@
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@c11/engine.patterns": "4.0.0-alpha.122",
"@c11/engine.react": "4.0.0-alpha.122",
"@c11/engine.runtime": "4.0.0-alpha.122",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.utils": "4.0.0-alpha.122",
"@c11/engine.types": "4.0.0-alpha.124",
"@c11/engine.utils": "4.0.0-alpha.124",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.9",
"@chakra-ui/system": "^1.12.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/engine.babel-plugin-hmr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16)

**Note:** Version bump only for package @c11/engine.babel-plugin-hmr
Expand Down
6 changes: 3 additions & 3 deletions packages/engine.babel-plugin-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.babel-plugin-hmr",
"version": "4.0.0-alpha.122",
"version": "4.0.0-alpha.124",
"description": "Compile engine keywords into code",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.19.3",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "^7.9.2",
"@types/jest": "^29.1.1",
Expand All @@ -35,4 +35,4 @@
"typescript": "4.8.4"
},
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
}
}
4 changes: 4 additions & 0 deletions packages/engine.babel-plugin-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16)

**Note:** Version bump only for package @c11/engine.babel-plugin-syntax
Expand Down
6 changes: 3 additions & 3 deletions packages/engine.babel-plugin-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.babel-plugin-syntax",
"version": "4.0.0-alpha.122",
"version": "4.0.0-alpha.124",
"description": "Compile engine syntax to js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.19.3",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.types": "4.0.0-alpha.124",
"@types/babel__core": "^7.1.19",
"@types/jest": "^29.1.1",
"@types/lodash": "^4.14.186",
Expand All @@ -39,4 +39,4 @@
"lodash": "^4.17.21"
},
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
}
}
4 changes: 4 additions & 0 deletions packages/engine.cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.cli
Expand Down
10 changes: 5 additions & 5 deletions packages/engine.cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.cli",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"description": "A cli for creating and analysing engine applications",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@c11/engine.types": "4.0.0-alpha.124",
"@schemastore/package": "^0.0.6",
"@types/babel__preset-env": "^7.9.2",
"@types/jest": "^29.1.1",
Expand All @@ -54,10 +54,10 @@
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/runtime": "^7.19.0",
"@c11/engine.runtime": "4.0.0-alpha.123",
"@c11/engine.runtime": "4.0.0-alpha.124",
"commander": "^9.4.1",
"find-root": "^1.1.0",
"ncp": "^2.0.0",
"pacote": "^13.6.2"
}
}
}
4 changes: 4 additions & 0 deletions packages/engine.db/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.122](https://github.com/code11/engine/compare/v4.0.0-alpha.121...v4.0.0-alpha.122) (2024-10-16)

**Note:** Version bump only for package @c11/engine.db
Expand Down
6 changes: 3 additions & 3 deletions packages/engine.db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.db",
"version": "4.0.0-alpha.122",
"version": "4.0.0-alpha.124",
"description": "The engine db",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"yamljs": "^0.3.0"
},
"dependencies": {
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.types": "4.0.0-alpha.124",
"@c11/engine.utils": "4.0.0-alpha.118",
"clone-deep": "^4.0.1",
"lodash": "^4.17.21",
Expand All @@ -44,4 +44,4 @@
},
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9",
"engineConfig": {}
}
}
4 changes: 4 additions & 0 deletions packages/engine.patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.patterns
Expand Down
14 changes: 7 additions & 7 deletions packages/engine.patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.patterns",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"description": "Engine patterns and their implementation",
"main": "src/index.ts",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"@c11/engine.utils": "4.0.0-alpha.122",
"@c11/engine.utils": "4.0.0-alpha.124",
"http-status-codes": "^2.3.0",
"lodash": "^4.17.21",
"react-is": "^18.3.1"
Expand All @@ -36,10 +36,10 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.react": "4.0.0-alpha.123",
"@c11/engine.runtime": "4.0.0-alpha.123",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@c11/engine.react": "4.0.0-alpha.124",
"@c11/engine.runtime": "4.0.0-alpha.124",
"@c11/engine.types": "4.0.0-alpha.124",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand All @@ -57,4 +57,4 @@
"typescript": "5.6.3"
},
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
}
}
4 changes: 4 additions & 0 deletions packages/engine.producer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.producer
Expand Down
10 changes: 5 additions & 5 deletions packages/engine.producer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.producer",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"description": "A programming engine",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@types/babel__plugin-transform-runtime": "^7",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^29.1.1",
Expand All @@ -40,13 +40,13 @@
"typescript": "4.8.4"
},
"dependencies": {
"@c11/engine.db": "4.0.0-alpha.122",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.db": "4.0.0-alpha.124",
"@c11/engine.types": "4.0.0-alpha.124",
"@c11/engine.utils": "4.0.0-alpha.118",
"clone-deep": "^4.0.1",
"is-promise": "^4.0.0",
"lodash": "^4.17.21"
},
"gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9",
"engineConfig": {}
}
}
4 changes: 4 additions & 0 deletions packages/engine.react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.react
Expand Down
12 changes: 6 additions & 6 deletions packages/engine.react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.react",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"description": "A programming engine for a react environment",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,10 +31,10 @@
"dist"
],
"dependencies": {
"@c11/engine.producer": "4.0.0-alpha.123",
"@c11/engine.runtime": "4.0.0-alpha.123",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.utils": "4.0.0-alpha.122",
"@c11/engine.producer": "4.0.0-alpha.124",
"@c11/engine.runtime": "4.0.0-alpha.124",
"@c11/engine.types": "4.0.0-alpha.124",
"@c11/engine.utils": "4.0.0-alpha.124",
"jest-silent-reporter": "^0.5.0",
"lodash": "^4.17.21"
},
Expand All @@ -46,7 +46,7 @@
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/engine.runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

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

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.runtime
Expand Down
10 changes: 5 additions & 5 deletions packages/engine.runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c11/engine.runtime",
"version": "4.0.0-alpha.123",
"version": "4.0.0-alpha.124",
"description": "A runtime for engine applications",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -18,9 +18,9 @@
"publish": "yarn npm publish --tolerate-republish"
},
"dependencies": {
"@c11/engine.db": "4.0.0-alpha.122",
"@c11/engine.producer": "4.0.0-alpha.123",
"@c11/engine.types": "4.0.0-alpha.121",
"@c11/engine.db": "4.0.0-alpha.124",
"@c11/engine.producer": "4.0.0-alpha.124",
"@c11/engine.types": "4.0.0-alpha.124",
"@c11/engine.utils": "4.0.0-alpha.118",
"lodash": "^4.17.21"
},
Expand All @@ -30,7 +30,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.122",
"@c11/engine.babel-plugin-syntax": "4.0.0-alpha.124",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.18",
Expand Down
4 changes: 4 additions & 0 deletions packages/engine.service-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.124](https://github.com/code11/engine/compare/v4.0.0-alpha.123...v4.0.0-alpha.124) (2024-11-18)

**Note:** Version bump only for package @c11/engine.service-web

# [4.0.0-alpha.123](https://github.com/code11/engine/compare/v4.0.0-alpha.122...v4.0.0-alpha.123) (2024-10-24)

**Note:** Version bump only for package @c11/engine.service-web
Expand Down
Loading

0 comments on commit c562fa1

Please sign in to comment.