Skip to content

Commit

Permalink
Fix package versions (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Oct 31, 2023
1 parent b14ac39 commit 2927c67
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-wc",
"version": "4.0.0-accounts.1",
"version": "4.0.0",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "^1.6.0-accounts.1"
"@onflow/fcl": "^1.6.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.6.0-accounts.1",
"version": "1.6.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@onflow/config": "^1.1.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.3-accounts.1",
"@onflow/sdk": "^1.2.2",
"@onflow/types": "^1.1.0",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.2.3-accounts.1",
"version": "1.2.2",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.1.1",
"@onflow/rlp": "^1.1.0",
"@onflow/transport-http": "^1.7.2-accounts.1",
"@onflow/transport-http": "^1.7.1",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
"@onflow/util-invariant": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/transport-grpc",
"version": "1.2.2-accounts.0",
"version": "1.2.1",
"description": "Flow SDK GRPC Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.1",
"@onflow/sdk": "^1.2.3-accounts.1",
"@onflow/sdk": "^1.2.2",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/transport-http",
"version": "1.7.2-accounts.1",
"version": "1.7.1",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.1",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.3-accounts.1",
"@onflow/sdk": "^1.2.2",
"@onflow/types": "^1.1.0",
"jest": "^29.5.0"
},
Expand Down

0 comments on commit 2927c67

Please sign in to comment.