Skip to content

Commit

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

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jordan Ribbink <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent ab36456 commit 26ee20b
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 14 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"poor-carrots-wink",
"rare-apes-argue",
"rotten-paws-retire",
"seven-hounds-obey",
"shaggy-snakes-vanish",
"slow-lies-fix",
"slow-peaches-vanish",
Expand Down
7 changes: 7 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl

## 1.13.0-alpha.6

### Patch Changes

- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35)]:
- @onflow/sdk@1.5.4-alpha.3

## 1.13.0-alpha.5

### Patch 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.13.0-alpha.5",
"version": "1.13.0-alpha.6",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@onflow/config": "1.5.1-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.2",
"@onflow/sdk": "1.5.4-alpha.3",
"@onflow/transport-http": "1.10.3-alpha.0",
"@onflow/types": "1.4.1-alpha.0",
"@onflow/util-actor": "1.3.4-alpha.0",
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.7-alpha.6

### Patch Changes

- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35)]:
- @onflow/sdk@1.5.4-alpha.3
- @onflow/fcl-core@1.13.0-alpha.6

## 1.9.7-alpha.5

### 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.7-alpha.5",
"version": "1.9.7-alpha.6",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -48,10 +48,10 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.5.1-alpha.0",
"@onflow/fcl-core": "1.13.0-alpha.5",
"@onflow/fcl-core": "1.13.0-alpha.6",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.2",
"@onflow/sdk": "1.5.4-alpha.3",
"@onflow/types": "1.4.1-alpha.0",
"@onflow/util-actor": "1.3.4-alpha.0",
"@onflow/util-address": "1.2.3-alpha.0",
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.5.0-alpha.6

### Patch Changes

- Updated dependencies []:
- @onflow/fcl-core@1.13.0-alpha.6

## 5.5.0-alpha.5

### 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.5.0-alpha.5",
"version": "5.5.0-alpha.6",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -53,6 +53,6 @@
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
"@onflow/fcl-core": "1.13.0-alpha.5"
"@onflow/fcl-core": "1.13.0-alpha.6"
}
}
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.13.0-alpha.8

### Patch Changes

- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35)]:
- @onflow/sdk@1.5.4-alpha.3
- @onflow/fcl-core@1.13.0-alpha.6
- @onflow/fcl-wc@5.5.0-alpha.6

## 1.13.0-alpha.7

### 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.13.0-alpha.7",
"version": "1.13.0-alpha.8",
"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.25.7",
"@onflow/config": "1.5.1-alpha.0",
"@onflow/fcl-core": "1.13.0-alpha.5",
"@onflow/fcl-wc": "5.5.0-alpha.5",
"@onflow/fcl-core": "1.13.0-alpha.6",
"@onflow/fcl-wc": "5.5.0-alpha.6",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.2",
"@onflow/sdk": "1.5.4-alpha.3",
"@onflow/types": "1.4.1-alpha.0",
"@onflow/util-actor": "1.3.4-alpha.0",
"@onflow/util-address": "1.2.3-alpha.0",
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.4-alpha.3

### Patch Changes

- [#2027](https://github.com/onflow/fcl-js/pull/2025) [`169974cbd76495f29fac9d950916e3e9fd7f3fd4`](https://github.com/onflow/fcl-js/commit/169974cbd76495f29fac9d950916e3e9fd7f3fd4) Thanks [@caosbad](https://github.com/caosbad)! - Fixed an issue where the signer could not get the correct singerIndex when preparing a payload due to prefixed addresses in the sdk

## 1.5.4-alpha.2

### 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.4-alpha.2",
"version": "1.5.4-alpha.3",
"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.6.0-alpha.1",
"@onflow/sdk": "1.5.4-alpha.2",
"@onflow/sdk": "1.5.4-alpha.3",
"jest": "^29.7.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.6.0-alpha.1",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.2",
"@onflow/sdk": "1.5.4-alpha.3",
"@onflow/types": "1.4.1-alpha.0",
"jest": "^29.7.0"
},
Expand Down

0 comments on commit 26ee20b

Please sign in to comment.