Skip to content

Commit 2b920a5

Browse files
Version Packages
1 parent c8b0b88 commit 2b920a5

File tree

29 files changed

+133
-63
lines changed

29 files changed

+133
-63
lines changed

.changeset/flow-json-deployments-accumulate.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/soft-goats-fold.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/tall-sloths-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-socks-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-terms-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @onflow/config
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- [#2683](https://github.com/onflow/fcl-js/pull/2683) [`c8b0b880d147840c66b8913894a8fe1e9804d557`](https://github.com/onflow/fcl-js/commit/c8b0b880d147840c66b8913894a8fe1e9804d557) Thanks [@jribbink](https://github.com/jribbink)! - Ensure `getContracts` accumulates `flow.json` deployments across multiple accounts
8+
39
## 1.6.1
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/config",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Config for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

packages/demo/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @onflow/demo
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#2679](https://github.com/onflow/fcl-js/pull/2679) [`8ef9cc6933f61c45e32a69c9d723ab669a7757ec`](https://github.com/onflow/fcl-js/commit/8ef9cc6933f61c45e32a69c9d723ab669a7757ec) Thanks [@mfbz](https://github.com/mfbz)! - Added `ScheduledTransactionList` component, a scrollable list that displays scheduled transactions for a Flow account with support for MetadataViews.Display (thumbnails, names, descriptions), transaction cancellation, automatic refresh, responsive design and dark mode. Each card shows the scheduled execution time, fee, priority, and effort with an optional cancel button for pending transactions.
8+
9+
Enhanced `Connect` component to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurable `modalConfig` prop to control visibility.
10+
11+
- [#2673](https://github.com/onflow/fcl-js/pull/2673) [`e4e921a552caa78a8ef02b50a3e8431faee6764a`](https://github.com/onflow/fcl-js/commit/e4e921a552caa78a8ef02b50a3e8431faee6764a) Thanks [@mfbz](https://github.com/mfbz)! - Added flow-react-sdk-starter banner.
12+
13+
- [#2681](https://github.com/onflow/fcl-js/pull/2681) [`3d6d1ab75898ff3b2d151ee2d1bd5923461f8b51`](https://github.com/onflow/fcl-js/commit/3d6d1ab75898ff3b2d151ee2d1bd5923461f8b51) Thanks [@mfbz](https://github.com/mfbz)! - Optimized hot reload for demo running locally
14+
315
## 1.1.0
416

517
### Minor Changes

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onflow/demo",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "cross-env VITE_FLOW_NETWORK=emulator vite",

packages/fcl-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @onflow/fcl
22

3+
## 1.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c8b0b880d147840c66b8913894a8fe1e9804d557`](https://github.com/onflow/fcl-js/commit/c8b0b880d147840c66b8913894a8fe1e9804d557)]:
8+
- @onflow/config@1.6.2
9+
- @onflow/sdk@1.11.1
10+
311
## 1.22.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)