Skip to content

Commit 4a29435

Browse files
authored
Merge pull request 0xa3k5#148 from 0xa3k5/changeset-release/main
2 parents 20b9eac + cb29b1b commit 4a29435

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/stale-paths-fly.md

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vercel/og": "^0.8.5",
2323
"@web3icons/common": "0.11.35",
2424
"@web3icons/core": "4.0.40",
25-
"@web3icons/react": "^4.1.5",
25+
"@web3icons/react": "^4.1.6",
2626
"autoprefixer": "10.4.18",
2727
"eslint": "8.57.0",
2828
"eslint-config-next": "14.1.3",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@web3icons/react": "4.1.5",
13+
"@web3icons/react": "^4.1.6",
1414
"next": "^15.0.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"

examples/react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preview": "vite preview"
1313
},
1414
"dependencies": {
15-
"@web3icons/react": "4.1.5",
15+
"@web3icons/react": "^4.1.6",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"react-router-dom": "^7.0.0"

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @web3icons/react
22

3+
## 4.1.6
4+
5+
### Patch Changes
6+
7+
- 20b9eac: use dynamic import paths instead of string literal so vite doesn't fail
8+
39
## 4.1.5
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"crypto logos",
1212
"coin icons"
1313
],
14-
"version": "4.1.5",
14+
"version": "4.1.6",
1515
"private": false,
1616
"license": "MIT",
1717
"type": "module",

0 commit comments

Comments
 (0)