Skip to content

Commit e4389db

Browse files
authored
chore: align versions for js packages (#3019)
1 parent f43083c commit e4389db

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

compiler/integration-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "integration-tests",
3-
"version": "1.0.0",
43
"license": "(MIT OR Apache-2.0)",
54
"main": "index.js",
65
"private": true,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@noir-lang/root",
3-
"version": "0.11.1",
43
"private": true,
54
"workspaces": [
65
"compiler/wasm",

release-please-config.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"flake.nix",
1717
{
1818
"type": "json",
19-
"path": "compiler/wasm/package.json",
19+
"path": "compiler/source-resolver/package.json",
2020
"jsonpath": "$.version"
2121
},
2222
{
2323
"type": "json",
24-
"path": "tooling/noirc_abi_wasm/package.json",
24+
"path": "compiler/wasm/package.json",
2525
"jsonpath": "$.version"
2626
},
2727
{
@@ -31,7 +31,17 @@
3131
},
3232
{
3333
"type": "json",
34-
"path": "compiler/source-resolver/package.json",
34+
"path": "tooling/noir_js_backend_barretenberg/package.json",
35+
"jsonpath": "$.version"
36+
},
37+
{
38+
"type": "json",
39+
"path": "tooling/noir_js_types/package.json",
40+
"jsonpath": "$.version"
41+
},
42+
{
43+
"type": "json",
44+
"path": "tooling/noirc_abi_wasm/package.json",
3545
"jsonpath": "$.version"
3646
}
3747
]

release-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "release-tests",
3-
"version": "0.0.0",
43
"main": "index.js",
54
"license": "(MIT OR Apache-2.0)",
65
"private": true,

tooling/noir_js_types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"The Noir Team <team@noir-lang.org>"
55
],
66
"packageManager": "yarn@3.5.1",
7-
"version": "0.14.1",
7+
"version": "0.16.0",
88
"license": "(MIT OR Apache-2.0)",
99
"files": [
1010
"lib",

0 commit comments

Comments
 (0)