Skip to content

Commit 8e03fe3

Browse files
committed
changeset
1 parent 1ececde commit 8e03fe3

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react": "18.2.64",
1515
"@types/react-dom": "18.2.21",
1616
"@vercel/analytics": "^1.2.2",
17-
"@web3icons/react": "4.0.11",
17+
"@web3icons/react": "4.0.12",
1818
"@web3icons/common": "0.11.9",
1919
"@web3icons/core": "4.0.11",
2020
"autoprefixer": "10.4.18",

bun.lockb

0 Bytes
Binary file not shown.

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.0.12
4+
5+
### Patch Changes
6+
7+
- Created separate dynamic entry point for components using hooks to prevent 'use client' directive and hooks from leaking into main bundle which ensures server-side compatibility for static exports
8+
39
## 4.0.11
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.0.11",
14+
"version": "4.0.12",
1515
"private": false,
1616
"license": "MIT",
1717
"type": "module",

0 commit comments

Comments
 (0)