Skip to content

Commit

Permalink
Version Packages (alpha) (#1950)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 18, 2024
1 parent b8a2a26 commit 796fe5b
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"five-wombats-hang",
"healthy-pillows-accept",
"nice-coins-rest",
"rich-moles-turn",
"six-planets-visit",
"slow-pets-fold",
"spicy-meals-explode",
Expand Down
6 changes: 6 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/fcl

## 1.11.0-alpha.3

### Patch Changes

- [#1949](https://github.com/onflow/fcl-js/pull/1949) [`b8a2a26e`](https://github.com/onflow/fcl-js/commit/b8a2a26e382d543e5058cc1a628b437c3305b13c) Thanks [@jribbink](https://github.com/jribbink)! - Defer `discovery.authn.update` calls to after the window has loaded

## 1.11.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-alpha.2",
"version": "1.11.0-alpha.3",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-react-native

## 1.9.4-alpha.3

### Patch Changes

- Updated dependencies [[`b8a2a26e`](https://github.com/onflow/fcl-js/commit/b8a2a26e382d543e5058cc1a628b437c3305b13c)]:
- @onflow/fcl-core@1.11.0-alpha.3

## 1.9.4-alpha.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4-alpha.2",
"version": "1.9.4-alpha.3",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.11.0-alpha.2",
"@onflow/fcl-core": "1.11.0-alpha.3",
"@onflow/config": "1.4.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "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.0-alpha.3

### Patch Changes

- Updated dependencies [[`b8a2a26e`](https://github.com/onflow/fcl-js/commit/b8a2a26e382d543e5058cc1a628b437c3305b13c)]:
- @onflow/fcl-core@1.11.0-alpha.3

## 5.2.0-alpha.2

### Patch 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-alpha.2",
"version": "5.2.0-alpha.3",
"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.11.0-alpha.2"
"@onflow/fcl-core": "1.11.0-alpha.3"
}
}
8 changes: 8 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl

## 1.12.0-alpha.3

### Patch Changes

- Updated dependencies [[`b8a2a26e`](https://github.com/onflow/fcl-js/commit/b8a2a26e382d543e5058cc1a628b437c3305b13c)]:
- @onflow/fcl-core@1.11.0-alpha.3
- @onflow/fcl-wc@5.2.0-alpha.3

## 1.12.0-alpha.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.12.0-alpha.2",
"version": "1.12.0-alpha.3",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -49,8 +49,8 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "1.4.1",
"@onflow/fcl-core": "1.11.0-alpha.2",
"@onflow/fcl-wc": "5.2.0-alpha.2",
"@onflow/fcl-core": "1.11.0-alpha.3",
"@onflow/fcl-wc": "5.2.0-alpha.3",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2",
"@onflow/sdk": "1.5.2-alpha.2",
Expand Down

0 comments on commit 796fe5b

Please sign in to comment.