Skip to content

Commit a5c353d

Browse files
authored
chore: bump bb version to 0.12.0 (#3304)
1 parent d58f15e commit a5c353d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tooling/bb_abstraction_leaks/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use const_format::formatcp;
1010

1111
const USERNAME: &str = "AztecProtocol";
1212
const REPO: &str = "aztec-packages";
13-
const VERSION: &str = "0.11.1";
13+
const VERSION: &str = "0.12.0";
1414
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);
1515

1616
const API_URL: &str =

tooling/noir_js_backend_barretenberg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
3333
},
3434
"dependencies": {
35-
"@aztec/bb.js": "0.11.0",
35+
"@aztec/bb.js": "0.12.0",
3636
"@noir-lang/types": "workspace:*",
3737
"fflate": "^0.8.0"
3838
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,17 +221,17 @@ __metadata:
221221
languageName: node
222222
linkType: hard
223223

224-
"@aztec/bb.js@npm:0.11.0":
225-
version: 0.11.0
226-
resolution: "@aztec/bb.js@npm:0.11.0"
224+
"@aztec/bb.js@npm:0.12.0":
225+
version: 0.12.0
226+
resolution: "@aztec/bb.js@npm:0.12.0"
227227
dependencies:
228228
comlink: ^4.4.1
229229
commander: ^10.0.1
230230
debug: ^4.3.4
231231
tslib: ^2.4.0
232232
bin:
233233
bb.js: dest/node/main.js
234-
checksum: fff6813458dfa654210859dbf32abcb6c520ef8b3c4896535afa1bbc4a1a6dc77fd5626051fe0017de2f4b03d09bd9629fa1a144df2af3270a2e00faa779362d
234+
checksum: d9d57b893b9b1c61949cb9bd911d4b7e1ece34965ccb9e122b39cd4e2edac9f06858abbe05c23f66141c9a74ff4861a354bfc5d62e5dcf772cfe8d1c783e2562
235235
languageName: node
236236
linkType: hard
237237

@@ -3434,7 +3434,7 @@ __metadata:
34343434
version: 0.0.0-use.local
34353435
resolution: "@noir-lang/backend_barretenberg@workspace:tooling/noir_js_backend_barretenberg"
34363436
dependencies:
3437-
"@aztec/bb.js": 0.11.0
3437+
"@aztec/bb.js": 0.12.0
34383438
"@noir-lang/types": "workspace:*"
34393439
"@types/node": ^20.6.2
34403440
"@types/prettier": ^3

0 commit comments

Comments
 (0)