Skip to content

Commit

Permalink
Version Packages (alpha) (onflow#1844)
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 Feb 3, 2024
1 parent 8ffd3f5 commit afa096c
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@onflow/util-uid": "1.2.1"
},
"changesets": [
"blue-rats-leave",
"brown-dingos-taste",
"cyan-feet-heal",
"dull-oranges-tell",
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.9.0-alpha.4

### Minor Changes

- [#1614](https://github.com/onflow/fcl-js/pull/1614) [`8ffd3f50`](https://github.com/onflow/fcl-js/commit/8ffd3f5040db314bc1358f05946780af1c03df1a) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Support v1.1.0 of InteractionTemplate and InteractionTemplateInterface

## 1.8.2-alpha.3

### 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.8.2-alpha.3",
"version": "1.9.0-alpha.4",
"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.0-alpha.7

### Patch Changes

- Updated dependencies [[`8ffd3f50`](https://github.com/onflow/fcl-js/commit/8ffd3f5040db314bc1358f05946780af1c03df1a)]:
- @onflow/fcl-core@1.9.0-alpha.4

## 1.9.0-alpha.6

### 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.0-alpha.6",
"version": "1.9.0-alpha.7",
"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.8.2-alpha.3",
"@onflow/fcl-core": "1.9.0-alpha.4",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.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.0.2-alpha.5

### Patch Changes

- Updated dependencies []:
- @onflow/fcl@1.10.0-alpha.7

## 5.0.2-alpha.4

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

## 1.10.0-alpha.7

### Patch Changes

- Updated dependencies [[`8ffd3f50`](https://github.com/onflow/fcl-js/commit/8ffd3f5040db314bc1358f05946780af1c03df1a)]:
- @onflow/fcl-core@1.9.0-alpha.4

## 1.10.0-alpha.6

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

0 comments on commit afa096c

Please sign in to comment.