Skip to content

Commit

Permalink
Add changeset for fixing long recipient name display
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanraj30 committed Jan 7, 2025
1 parent 66f6126 commit a6939c0
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 45 deletions.
16 changes: 8 additions & 8 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -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)
64 changes: 32 additions & 32 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/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/[email protected]/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}"
}
}
5 changes: 5 additions & 0 deletions .changeset/old-jars-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": patch
---

Fixing display of long recipient names
10 changes: 5 additions & 5 deletions .changeset/plenty-grapes-itch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"fuels-wallet": minor
---

Improve handling of custom assets.
---
"fuels-wallet": minor
---

Improve handling of custom assets.

0 comments on commit a6939c0

Please sign in to comment.