Skip to content

Commit f571b53

Browse files
Version Packages
1 parent f47dd3b commit f571b53

31 files changed

+141
-75
lines changed

.changeset/bright-waves-battle.md

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

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

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

.changeset/nine-beers-behave.md

Lines changed: 0 additions & 6 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @onflow/demo
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#2677](https://github.com/onflow/fcl-js/pull/2677) [`58f953381ee0826bfeb6d068c28bf8853b470915`](https://github.com/onflow/fcl-js/commit/58f953381ee0826bfeb6d068c28bf8853b470915) Thanks [@mfbz](https://github.com/mfbz)! - Added `NftCard` component for displaying NFT metadata. The component automatically fetches and renders NFT information including image, name, description, collection details, traits, and external links. Features loading states, error handling, dark mode support and optional display of traits and additional metadata through `showTraits` and `showExtra` props.
8+
9+
- [#2685](https://github.com/onflow/fcl-js/pull/2685) [`f47dd3bd1efce2498b3ab731ca08da2326604f5f`](https://github.com/onflow/fcl-js/commit/f47dd3bd1efce2498b3ab731ca08da2326604f5f) Thanks [@mfbz](https://github.com/mfbz)! - Added standalone Profile component for displaying wallet information. The Profile component has been extracted from the Connect component modal to provide a reusable profile display that can be used independently. The component automatically detects connection state, showing a compact "No connected wallet" message when disconnected and full profile information when connected (including address, balance with cross-VM support, multi-token selector, copy/disconnect actions, and optional scheduled transactions).
10+
11+
- [#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.
12+
13+
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.
14+
15+
- [#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.
16+
17+
- [#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
18+
319
## 1.1.0
420

521
### Minor Changes

0 commit comments

Comments
 (0)