Skip to content

Commit 0498b83

Browse files
committed
chore(release): v0.4.3
Bump monorepo and all engine package versions to 0.4.3, sync internal dependency ranges, and update ENGINE_VERSION for the new publish cycle.
1 parent 0435777 commit 0498b83

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.4.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kiploks/engine-monorepo",
33
"private": true,
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"description": "Kiploks Open Core engine - npm packages: contracts, core, adapters, CLI, test vectors. This folder is the git root of the published engine repository.",
66
"keywords": [
77
"algorithmic-trading",

packages/adapters/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiploks/engine-adapters",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,7 +45,7 @@
4545
"build": "tsc -p tsconfig.build.json"
4646
},
4747
"dependencies": {
48-
"@kiploks/engine-contracts": "0.4.2"
48+
"@kiploks/engine-contracts": "0.4.3"
4949
},
5050
"devDependencies": {
5151
"typescript": "^5.9.3"

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiploks/engine-cli",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -56,9 +56,9 @@
5656
},
5757
"dependencies": {
5858
"@dedalik/use-react": "^1.1.1",
59-
"@kiploks/engine-adapters": "0.4.2",
60-
"@kiploks/engine-contracts": "0.4.2",
61-
"@kiploks/engine-core": "0.4.2",
59+
"@kiploks/engine-adapters": "0.4.3",
60+
"@kiploks/engine-contracts": "0.4.3",
61+
"@kiploks/engine-core": "0.4.3",
6262
"@vitejs/plugin-react": "^4.3.4",
6363
"autoprefixer": "^10.4.20",
6464
"postcss": "^8.5.12",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiploks/engine-contracts",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/contracts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Keep these exports stable across minor releases.
44
*/
55

6-
export const ENGINE_VERSION = "0.4.2";
6+
export const ENGINE_VERSION = "0.4.3";
77
export const ANALYSIS_ENGINE_VERSION = "3.0";
88
export const FORMULA_VERSION = "2.2.0";
99
export const RISK_ANALYSIS_VERSION = 1;

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiploks/engine-core",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -69,7 +69,7 @@
6969
"postpack": "node ../../scripts/engine-core-prepack.mjs restore"
7070
},
7171
"dependencies": {
72-
"@kiploks/engine-contracts": "0.4.2"
72+
"@kiploks/engine-contracts": "0.4.3"
7373
},
7474
"devDependencies": {
7575
"typescript": "^5.9.3"

packages/test-vectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiploks/engine-test-vectors",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)