Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1912

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-trains-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-meals-explode.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl

## 1.10.1

### Patch Changes

- [#1911](https://github.com/onflow/fcl-js/pull/1911) [`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807) Thanks [@jribbink](https://github.com/jribbink)! - Remove unnecessary config.overload call in query/mutate functions (causes unnecessary WalletConnect errors to show in console)

- Updated dependencies [[`9c787314`](https://github.com/onflow/fcl-js/commit/9c7873140015c9d1e28712aed93c56654f656639)]:
- @onflow/[email protected]

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-core",
"version": "1.10.0",
"version": "1.10.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@onflow/config": "1.4.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2",
"@onflow/sdk": "1.5.1",
"@onflow/sdk": "1.5.2",
"@onflow/types": "1.4.0",
"@onflow/util-actor": "1.3.3",
"@onflow/util-address": "1.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-react-native

## 1.9.4

### Patch Changes

- Updated dependencies [[`9c787314`](https://github.com/onflow/fcl-js/commit/9c7873140015c9d1e28712aed93c56654f656639), [`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807)]:
- @onflow/[email protected]
- @onflow/[email protected]

## 1.9.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-react-native",
"version": "1.9.3",
"version": "1.9.4",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.10.0",
"@onflow/fcl-core": "1.10.1",
"@onflow/config": "1.4.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2",
"@onflow/sdk": "1.5.1",
"@onflow/sdk": "1.5.2",
"@onflow/types": "1.4.0",
"@onflow/util-actor": "1.3.3",
"@onflow/util-address": "1.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-wc

## 5.2.1

### Patch Changes

- Updated dependencies [[`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807)]:
- @onflow/[email protected]

## 5.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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": "5.2.0",
"version": "5.2.1",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -45,6 +45,6 @@
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl-core": "1.10.0"
"@onflow/fcl-core": "1.10.1"
}
}
9 changes: 9 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl

## 1.11.1

### Patch Changes

- Updated dependencies [[`9c787314`](https://github.com/onflow/fcl-js/commit/9c7873140015c9d1e28712aed93c56654f656639), [`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807)]:
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]

## 1.11.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.11.0",
"version": "1.11.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -49,11 +49,11 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "1.4.1",
"@onflow/fcl-core": "1.10.0",
"@onflow/fcl-wc": "5.2.0",
"@onflow/fcl-core": "1.10.1",
"@onflow/fcl-wc": "5.2.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2",
"@onflow/sdk": "1.5.1",
"@onflow/sdk": "1.5.2",
"@onflow/types": "1.4.0",
"@onflow/util-actor": "1.3.3",
"@onflow/util-address": "1.2.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/sdk

## 1.5.2

### Patch Changes

- [#1915](https://github.com/onflow/fcl-js/pull/1915) [`9c787314`](https://github.com/onflow/fcl-js/commit/9c7873140015c9d1e28712aed93c56654f656639) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump ws from 8.14.2 to 8.17.1

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.5.1",
"version": "1.5.2",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.5.0",
"@onflow/sdk": "1.5.1",
"@onflow/sdk": "1.5.2",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@onflow/fcl-bundle": "1.5.0",
"@onflow/rlp": "1.2.2",
"@onflow/sdk": "1.5.1",
"@onflow/sdk": "1.5.2",
"@onflow/types": "1.4.0",
"jest": "^29.5.0"
},
Expand Down