Skip to content

Commit

Permalink
Version Packages (alpha) (#1986)
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 Oct 24, 2024
1 parent ca4e51e commit 5f0bc36
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 20 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
"@onflow/util-template": "1.2.2",
"@onflow/util-uid": "1.2.2"
},
"changesets": ["slow-lies-fix", "tasty-ducks-mix"]
"changesets": [
"pink-students-divide",
"slow-lies-fix",
"soft-tomatoes-brake",
"tasty-ducks-mix",
"witty-pants-argue"
]
}
11 changes: 11 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/fcl

## 1.13.0-alpha.1

### Minor Changes

- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add custom error `TransactionError` type for failing transaction results

### Patch Changes

- Updated dependencies []:
- @onflow/sdk@1.5.4-alpha.1

## 1.12.1-alpha.0

### Patch 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.12.1-alpha.0",
"version": "1.13.0-alpha.1",
"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.1-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.1",
"@types/estree": "^1.0.6",
"@types/jest": "^29.5.13",
"@types/node": "^18.19.57",
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.0",
"@onflow/sdk": "1.5.4-alpha.1",
"@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.1

### Patch Changes

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

## 1.9.7-alpha.0

### 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.7-alpha.0",
"version": "1.9.7-alpha.1",
"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.1-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.1",
"@types/estree": "^1.0.6",
"@types/node": "^18.19.57",
"eslint": "^8.57.1",
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.12.1-alpha.0",
"@onflow/fcl-core": "1.13.0-alpha.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.0",
"@onflow/sdk": "1.5.4-alpha.1",
"@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

## 6.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
- @onflow/fcl-core@1.13.0-alpha.1

## 5.4.1-alpha.0

### 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.4.1-alpha.0",
"version": "6.0.0-alpha.1",
"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.12.1-alpha.0"
"@onflow/fcl-core": "1.13.0-alpha.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.12.4-alpha.1

### Patch Changes

- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
- @onflow/fcl-core@1.13.0-alpha.1
- @onflow/sdk@1.5.4-alpha.1
- @onflow/fcl-wc@6.0.0-alpha.1

## 1.12.4-alpha.0

### Patch 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.12.4-alpha.0",
"version": "1.12.4-alpha.1",
"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.1-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.1",
"@types/estree": "^1.0.6",
"@types/jest": "^29.5.13",
"@types/node": "^18.19.57",
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.12.1-alpha.0",
"@onflow/fcl-wc": "5.4.1-alpha.0",
"@onflow/fcl-core": "1.13.0-alpha.1",
"@onflow/fcl-wc": "6.0.0-alpha.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.0",
"@onflow/sdk": "1.5.4-alpha.1",
"@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/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/sdk

## 1.5.4-alpha.1

### Patch Changes

- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21), [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
- @onflow/typedefs@1.4.0-alpha.1

## 1.5.4-alpha.0

### 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.4-alpha.0",
"version": "1.5.4-alpha.1",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@onflow/config": "1.5.1-alpha.0",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/transport-http": "1.10.3-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.0",
"@onflow/typedefs": "1.4.0-alpha.1",
"@onflow/util-actor": "1.3.4-alpha.0",
"@onflow/util-address": "1.2.3-alpha.0",
"@onflow/util-invariant": "1.2.4-alpha.0",
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.1-alpha.0",
"@onflow/sdk": "1.5.4-alpha.0",
"@onflow/sdk": "1.5.4-alpha.1",
"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.5.1-alpha.0",
"@onflow/rlp": "1.2.3-alpha.0",
"@onflow/sdk": "1.5.4-alpha.0",
"@onflow/sdk": "1.5.4-alpha.1",
"@onflow/types": "1.4.1-alpha.0",
"jest": "^29.7.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/typedefs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/typedefs

## 1.4.0-alpha.1

### Minor Changes

- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add missing field to TransactionStatus type

- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add FvmErrorCode enum for categorizing transaction/script execution errors

## 1.4.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedefs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/typedefs",
"version": "1.4.0-alpha.0",
"version": "1.4.0-alpha.1",
"description": "Flow JS Type Defs",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down

0 comments on commit 5f0bc36

Please sign in to comment.