Skip to content

Commit 4e5fff0

Browse files
authored
v2.3.0 (#4934)
1 parent 976c058 commit 4e5fff0

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

ironfish-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ironfish",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "CLI for running and interacting with an Iron Fish node",
55
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
66
"main": "build/src/index.js",
@@ -62,8 +62,8 @@
6262
"@aws-sdk/client-s3": "3",
6363
"@aws-sdk/client-secrets-manager": "3",
6464
"@aws-sdk/s3-request-presigner": "3",
65-
"@ironfish/rust-nodejs": "2.2.0",
66-
"@ironfish/sdk": "2.2.0",
65+
"@ironfish/rust-nodejs": "2.3.0",
66+
"@ironfish/sdk": "2.3.0",
6767
"@oclif/core": "1.23.1",
6868
"@oclif/plugin-help": "5.1.12",
6969
"@oclif/plugin-not-found": "2.3.1",

ironfish-rust-nodejs/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-darwin-arm64",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"darwin"
66
],

ironfish-rust-nodejs/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-darwin-x64",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"darwin"
66
],

ironfish-rust-nodejs/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-arm64-gnu",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-arm64-musl",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-x64-gnu",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-x64-musl",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-win32-x64-msvc",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"os": [
55
"win32"
66
],

ironfish-rust-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Node.js bindings for Rust code required by the Iron Fish SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

ironfish/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/sdk",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "SDK for running and interacting with an Iron Fish node",
55
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
66
"main": "build/src/index.js",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@ethersproject/bignumber": "5.7.0",
2424
"@fast-csv/format": "4.3.5",
25-
"@ironfish/rust-nodejs": "2.2.0",
25+
"@ironfish/rust-nodejs": "2.3.0",
2626
"@napi-rs/blake-hash": "1.3.3",
2727
"axios": "0.21.4",
2828
"bech32": "2.0.0",
@@ -100,4 +100,4 @@
100100
"url": "https://github.com/iron-fish/ironfish/issues"
101101
},
102102
"homepage": "https://ironfish.network"
103-
}
103+
}

0 commit comments

Comments
 (0)