Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/add-verified-token-allowlist.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/widget-light/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-light/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-light/src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/widget-light'
export const version = '4.0.0'
export const version = '4.3.0'
6 changes: 6 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/widget'
export const version = '4.0.0'
export const version = '4.3.0'