From a6939c0bbefdecfa4d1dab5e9befa9799a6fad00 Mon Sep 17 00:00:00 2001 From: Dhanraj30 Date: Tue, 7 Jan 2025 15:42:06 +0530 Subject: [PATCH] Add changeset for fixing long recipient name display --- .changeset/README.md | 16 ++++---- .changeset/config.json | 64 ++++++++++++++++---------------- .changeset/old-jars-battle.md | 5 +++ .changeset/plenty-grapes-itch.md | 10 ++--- 4 files changed, 50 insertions(+), 45 deletions(-) create mode 100644 .changeset/old-jars-battle.md diff --git a/.changeset/README.md b/.changeset/README.md index e5b6d8d6a..c63edce49 100644 --- a/.changeset/README.md +++ b/.changeset/README.md @@ -1,8 +1,8 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) +# Changesets + +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works +with multi-package repos, or single-package repos to help you version and publish your code. You can +find the full documentation for it [in our repository](https://github.com/changesets/changesets) + +We have a quick list of common questions to get you started engaging with this project in +[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json index 057959837..404830c35 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,33 +1,33 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", - "privatePackages": { - "version": true, - "tag": true - }, - "changelog": [ - "@changesets/changelog-github", - { - "repo": "FuelLabs/fuels-wallet" - } - ], - "commit": false, - "fixed": [ - [ - "@fuel-wallet/*", - "fuels-wallet", - "@fuels/playwright-utils" - ] - ], - "linked": [], - "access": "public", - "baseBranch": "master", - "updateInternalDependencies": "patch", - "ignore": [ - "docs", - "@fuel-wallet/e2e-contract-tests" - ], - "snapshot": { - "useCalculatedVersion": true, - "prereleaseTemplate": "{tag}-{commit}" - } +{ + "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", + "privatePackages": { + "version": true, + "tag": true + }, + "changelog": [ + "@changesets/changelog-github", + { + "repo": "FuelLabs/fuels-wallet" + } + ], + "commit": false, + "fixed": [ + [ + "@fuel-wallet/*", + "fuels-wallet", + "@fuels/playwright-utils" + ] + ], + "linked": [], + "access": "public", + "baseBranch": "master", + "updateInternalDependencies": "patch", + "ignore": [ + "docs", + "@fuel-wallet/e2e-contract-tests" + ], + "snapshot": { + "useCalculatedVersion": true, + "prereleaseTemplate": "{tag}-{commit}" + } } \ No newline at end of file diff --git a/.changeset/old-jars-battle.md b/.changeset/old-jars-battle.md new file mode 100644 index 000000000..450ea2dd6 --- /dev/null +++ b/.changeset/old-jars-battle.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +Fixing display of long recipient names diff --git a/.changeset/plenty-grapes-itch.md b/.changeset/plenty-grapes-itch.md index ecf3e883f..74a998273 100644 --- a/.changeset/plenty-grapes-itch.md +++ b/.changeset/plenty-grapes-itch.md @@ -1,5 +1,5 @@ ---- -"fuels-wallet": minor ---- - -Improve handling of custom assets. +--- +"fuels-wallet": minor +--- + +Improve handling of custom assets.