Skip to content

Commit

Permalink
Version Packages (#2044)
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 Dec 11, 2024
1 parent c0fceb1 commit cf583cf
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-balloons-poke.md

This file was deleted.

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.13.2

### Patch Changes

- [#2043](https://github.com/onflow/fcl-js/pull/2043) [`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f) Thanks [@jribbink](https://github.com/jribbink)! - Export `TransactionError`

## 1.13.1

### 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.13.1",
"version": "1.13.2",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl-react-native

## 1.9.9

### Patch Changes

- [#2043](https://github.com/onflow/fcl-js/pull/2043) [`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f) Thanks [@jribbink](https://github.com/jribbink)! - Export `TransactionError`

- Updated dependencies [[`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f)]:
- @onflow/fcl-core@1.13.2

## 1.9.8

### 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.8",
"version": "1.9.9",
"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.25.7",
"@onflow/config": "1.5.1",
"@onflow/fcl-core": "1.13.1",
"@onflow/fcl-core": "1.13.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.5.5",
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.2

### Patch Changes

- Updated dependencies [[`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f)]:
- @onflow/fcl-core@1.13.2

## 5.5.1

### 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.5.1",
"version": "5.5.2",
"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.1"
"@onflow/fcl-core": "1.13.2"
}
}
10 changes: 10 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/fcl

## 1.13.2

### Patch Changes

- [#2043](https://github.com/onflow/fcl-js/pull/2043) [`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f) Thanks [@jribbink](https://github.com/jribbink)! - Export `TransactionError`

- Updated dependencies [[`c0fceb12e3108265e4442ad81817a4cb12f79b0f`](https://github.com/onflow/fcl-js/commit/c0fceb12e3108265e4442ad81817a4cb12f79b0f)]:
- @onflow/fcl-core@1.13.2
- @onflow/fcl-wc@5.5.2

## 1.13.1

### 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.13.1",
"version": "1.13.2",
"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.25.7",
"@onflow/config": "1.5.1",
"@onflow/fcl-core": "1.13.1",
"@onflow/fcl-wc": "5.5.1",
"@onflow/fcl-core": "1.13.2",
"@onflow/fcl-wc": "5.5.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.5.5",
Expand Down

0 comments on commit cf583cf

Please sign in to comment.