Skip to content

Commit 2927c67

Browse files
authored
Fix package versions (#1799)
1 parent b14ac39 commit 2927c67

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fcl-wc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "4.0.0-accounts.1",
3+
"version": "4.0.0",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -40,6 +40,6 @@
4040
"@walletconnect/utils": "^2.8.1"
4141
},
4242
"peerDependencies": {
43-
"@onflow/fcl": "^1.6.0-accounts.1"
43+
"@onflow/fcl": "^1.6.0"
4444
}
45-
}
45+
}

packages/fcl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.6.0-accounts.1",
3+
"version": "1.6.0",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -61,7 +61,7 @@
6161
"@onflow/config": "^1.1.2",
6262
"@onflow/interaction": "0.0.11",
6363
"@onflow/rlp": "^1.1.0",
64-
"@onflow/sdk": "^1.2.3-accounts.1",
64+
"@onflow/sdk": "^1.2.2",
6565
"@onflow/types": "^1.1.0",
6666
"@onflow/util-actor": "^1.2.0",
6767
"@onflow/util-address": "^1.1.0",

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.2.3-accounts.1",
3+
"version": "1.2.2",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -44,7 +44,7 @@
4444
"@babel/runtime": "^7.18.6",
4545
"@onflow/config": "^1.1.1",
4646
"@onflow/rlp": "^1.1.0",
47-
"@onflow/transport-http": "^1.7.2-accounts.1",
47+
"@onflow/transport-http": "^1.7.1",
4848
"@onflow/util-actor": "^1.2.0",
4949
"@onflow/util-address": "^1.1.0",
5050
"@onflow/util-invariant": "^1.1.0",

packages/transport-grpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/transport-grpc",
3-
"version": "1.2.2-accounts.0",
3+
"version": "1.2.1",
44
"description": "Flow SDK GRPC Transport Module",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@onflow/fcl-bundle": "^1.3.1",
17-
"@onflow/sdk": "^1.2.3-accounts.1",
17+
"@onflow/sdk": "^1.2.2",
1818
"jest": "^29.5.0"
1919
},
2020
"source": "src/sdk-send-grpc.js",

packages/transport-http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/transport-http",
3-
"version": "1.7.2-accounts.1",
3+
"version": "1.7.1",
44
"description": "Flow SDK HTTP Transport Module",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@onflow/fcl-bundle": "^1.3.1",
1717
"@onflow/rlp": "^1.1.0",
18-
"@onflow/sdk": "^1.2.3-accounts.1",
18+
"@onflow/sdk": "^1.2.2",
1919
"@onflow/types": "^1.1.0",
2020
"jest": "^29.5.0"
2121
},

0 commit comments

Comments
 (0)