Skip to content

Commit

Permalink
Version Packages (alpha) (#1912)
Browse files Browse the repository at this point in the history
* Version Packages (alpha)

* Fix dependency versions

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jordan Ribbink <jribbink@telus.net>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent 36054d7 commit 5206275
Show file tree
Hide file tree
Showing 16 changed files with 121 additions and 39 deletions.
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,14 @@
"@onflow/util-template": "1.2.2",
"@onflow/util-uid": "1.2.2"
},
"changesets": []
"changesets": [
"chatty-trains-tease",
"eight-dolls-hear",
"five-wombats-hang",
"healthy-pillows-accept",
"nice-coins-rest",
"six-planets-visit",
"slow-pets-fold",
"spicy-meals-explode"
]
}
38 changes: 19 additions & 19 deletions package-lock.json

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

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

## 1.11.0-alpha.0

### Minor Changes

- [#1922](https://github.com/onflow/fcl-js/pull/1922) [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99) Thanks [@jribbink](https://github.com/jribbink)! - Changes to `execStrategy`:
- `execStrategy` now exported from `@onflow/fcl-core`
- Allow overriding `execStrategy` for FCL Discovery when initializing `currentUser`.
- `execStrategy` now takes additional arguments
- `customRpc` - a custom RPC client to communicate with the VIEW, if supported
- `abortSignal` - an AbortSignal to cancel the request (and close any open views)

### Patch Changes

- [#1922](https://github.com/onflow/fcl-js/pull/1922) [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99) Thanks [@jribbink](https://github.com/jribbink)! - `postMessage` now strictly communicates with the view which it opened to prevent collisions when FCL opens multiple views in parallel

- [#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), [`bc78da0c`](https://github.com/onflow/fcl-js/commit/bc78da0c283ba0fef2680f040eb69b46e8923fa5)]:
- @onflow/sdk@1.5.2-alpha.0

## 1.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.11.0-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.5.0",
"@onflow/typedefs": "1.3.0",
"@onflow/typedefs": "1.3.1-alpha.0",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
"@types/node": "^18.13.0",
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-alpha.0",
"@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-alpha.0

### Patch Changes

- Updated dependencies [[`9c787314`](https://github.com/onflow/fcl-js/commit/9c7873140015c9d1e28712aed93c56654f656639), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`bc78da0c`](https://github.com/onflow/fcl-js/commit/bc78da0c283ba0fef2680f040eb69b46e8923fa5), [`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807)]:
- @onflow/sdk@1.5.2-alpha.0
- @onflow/fcl-core@1.11.0-alpha.0

## 1.9.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.5.0",
"@onflow/typedefs": "1.3.0",
"@onflow/typedefs": "1.3.1-alpha.0",
"@types/estree": "^1.0.1",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
Expand All @@ -47,11 +47,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.10.0",
"@onflow/fcl-core": "1.11.0-alpha.0",
"@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-alpha.0",
"@onflow/types": "1.4.0",
"@onflow/util-actor": "1.3.3",
"@onflow/util-address": "1.2.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl-wc

## 5.2.0-alpha.0

### Minor Changes

- [#1922](https://github.com/onflow/fcl-js/pull/1922) [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99) Thanks [@jribbink](https://github.com/jribbink)! - Add new functions (`request` and `createSessionProposal`) for custom interaction with WC-compatibile wallets outside of service plugin

### Patch Changes

- [#1922](https://github.com/onflow/fcl-js/pull/1922) [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99) Thanks [@jribbink](https://github.com/jribbink)! - Update @walletconnect/sign-client

- Updated dependencies [[`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807)]:
- @onflow/fcl-core@1.11.0-alpha.0

## 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.0-alpha.0",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -45,6 +45,6 @@
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl-core": "1.10.0"
"@onflow/fcl-core": "1.11.0-alpha.0"
}
}
15 changes: 15 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @onflow/fcl

## 1.12.0-alpha.0

### Minor Changes

- [#1922](https://github.com/onflow/fcl-js/pull/1922) [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99) Thanks [@jribbink](https://github.com/jribbink)! - Improvements to FCL Discovery:
- `execStrategy` is overriden and allows for parallel execution of multiple strategies
- Can now be resolved by WalletConnect or a custom service during an in-flight Discovery request

### Patch Changes

- Updated dependencies [[`9c787314`](https://github.com/onflow/fcl-js/commit/9c7873140015c9d1e28712aed93c56654f656639), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`bc78da0c`](https://github.com/onflow/fcl-js/commit/bc78da0c283ba0fef2680f040eb69b46e8923fa5), [`266fda58`](https://github.com/onflow/fcl-js/commit/266fda5817900a943925f9a4cbfc69dbcdb98d99), [`6ca1353e`](https://github.com/onflow/fcl-js/commit/6ca1353e2d0c6ad760b7a03da99c8b2b56b48807)]:
- @onflow/sdk@1.5.2-alpha.0
- @onflow/fcl-wc@5.2.0-alpha.0
- @onflow/fcl-core@1.11.0-alpha.0

## 1.11.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.12.0-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.5.0",
"@onflow/typedefs": "1.3.0",
"@onflow/typedefs": "1.3.1-alpha.0",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.10",
"@types/node": "^18.13.0",
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.11.0-alpha.0",
"@onflow/fcl-wc": "5.2.0-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2",
"@onflow/sdk": "1.5.1",
"@onflow/sdk": "1.5.2-alpha.0",
"@onflow/types": "1.4.0",
"@onflow/util-actor": "1.3.3",
"@onflow/util-address": "1.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/sdk

## 1.5.2-alpha.0

### 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

- [#1918](https://github.com/onflow/fcl-js/pull/1918) [`bc78da0c`](https://github.com/onflow/fcl-js/commit/bc78da0c283ba0fef2680f040eb69b46e8923fa5) Thanks [@jribbink](https://github.com/jribbink)! - Miscellaneous TypeScript fixes

- Updated dependencies [[`bc78da0c`](https://github.com/onflow/fcl-js/commit/bc78da0c283ba0fef2680f040eb69b46e8923fa5)]:
- @onflow/typedefs@1.3.1-alpha.0

## 1.5.1

### Patch Changes
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.5.1",
"version": "1.5.2-alpha.0",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@onflow/config": "1.4.1",
"@onflow/rlp": "1.2.2",
"@onflow/transport-http": "1.10.1",
"@onflow/typedefs": "1.3.0",
"@onflow/typedefs": "1.3.1-alpha.0",
"@onflow/util-actor": "1.3.3",
"@onflow/util-address": "1.2.2",
"@onflow/util-invariant": "1.2.3",
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-alpha.0",
"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-alpha.0",
"@onflow/types": "1.4.0",
"jest": "^29.5.0"
},
Expand Down
Loading

0 comments on commit 5206275

Please sign in to comment.