From 4e058bd1a00e1e0a95784ca0e70eab2154935f26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:56:19 +0000 Subject: [PATCH] chore: version packages --- .changeset/add-verified-token-allowlist.md | 6 ------ packages/widget-light/CHANGELOG.md | 6 ++++++ packages/widget-light/package.json | 2 +- packages/widget-light/src/config/version.ts | 2 +- packages/widget/CHANGELOG.md | 6 ++++++ packages/widget/package.json | 2 +- packages/widget/src/config/version.ts | 2 +- 7 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 .changeset/add-verified-token-allowlist.md diff --git a/.changeset/add-verified-token-allowlist.md b/.changeset/add-verified-token-allowlist.md deleted file mode 100644 index 78c08579c..000000000 --- a/.changeset/add-verified-token-allowlist.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lifi/widget": minor -"@lifi/widget-light": minor ---- - -Add `tokens.verified` config allowlist to mark specific tokens as trusted, suppressing the unverified token warning without adding them to the featured or popular categories. Tokens from `tokens.include` are now also marked as verified. diff --git a/packages/widget-light/CHANGELOG.md b/packages/widget-light/CHANGELOG.md index 65c8e5668..cd6f5e667 100644 --- a/packages/widget-light/CHANGELOG.md +++ b/packages/widget-light/CHANGELOG.md @@ -1,5 +1,11 @@ # @lifi/widget-light +## 4.3.0 + +### Minor Changes + +- [#819](https://github.com/lifinance/widget/pull/819) [`fa7c7ab`](https://github.com/lifinance/widget/commit/fa7c7abf39579133defa8bc86dacf9d56aa2f085) Thanks [@chmanie](https://github.com/chmanie)! - Add `tokens.verified` config allowlist to mark specific tokens as trusted, suppressing the unverified token warning without adding them to the featured or popular categories. Tokens from `tokens.include` are now also marked as verified. + ## 4.2.0 ### Minor Changes diff --git a/packages/widget-light/package.json b/packages/widget-light/package.json index 53806c3c3..8f96b8ea8 100644 --- a/packages/widget-light/package.json +++ b/packages/widget-light/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget-light", - "version": "4.2.0", + "version": "4.3.0", "description": "LI.FI Widget Light - a lightweight version of the LI.FI Widget for cross-chain bridging and swapping.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget-light/src/config/version.ts b/packages/widget-light/src/config/version.ts index 8d2bfff4e..4319fb1b3 100644 --- a/packages/widget-light/src/config/version.ts +++ b/packages/widget-light/src/config/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/widget-light' -export const version = '4.0.0' +export const version = '4.3.0' diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index aa6e8b56b..4ca00feea 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -1,5 +1,11 @@ # @lifi/widget +## 4.3.0 + +### Minor Changes + +- [#819](https://github.com/lifinance/widget/pull/819) [`fa7c7ab`](https://github.com/lifinance/widget/commit/fa7c7abf39579133defa8bc86dacf9d56aa2f085) Thanks [@chmanie](https://github.com/chmanie)! - Add `tokens.verified` config allowlist to mark specific tokens as trusted, suppressing the unverified token warning without adding them to the featured or popular categories. Tokens from `tokens.include` are now also marked as verified. + ## 4.2.0 ### Minor Changes diff --git a/packages/widget/package.json b/packages/widget/package.json index f311a6ee9..f8f53c9bd 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/widget", - "version": "4.2.0", + "version": "4.3.0", "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.", "type": "module", "main": "./src/index.ts", diff --git a/packages/widget/src/config/version.ts b/packages/widget/src/config/version.ts index b766468f4..d05f3cc21 100644 --- a/packages/widget/src/config/version.ts +++ b/packages/widget/src/config/version.ts @@ -1,2 +1,2 @@ export const name = '@lifi/widget' -export const version = '4.0.0' +export const version = '4.3.0'