Skip to content

Commit 7d4a714

Browse files
github-actions[bot]sakulstraArgeare5
authored
chore(main): release react-web3-icons 1.7.6 (#60)
* fix: widen version * chore(main): release react-web3-icons 1.7.6 * fix: update lock file --------- Co-authored-by: Lukas <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alex <[email protected]>
1 parent c4e65a5 commit 7d4a714

File tree

3 files changed

+91
-68
lines changed

3 files changed

+91
-68
lines changed

packages/react-web3-icons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.6](https://github.com/bgd-labs/web3-icons/compare/[email protected]@v1.7.6) (2025-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* widen version ([c5afeac](https://github.com/bgd-labs/web3-icons/commit/c5afeac510b82d1e9ecaf451d97eb1855cdeef1f))
9+
310
## [1.7.5](https://github.com/bgd-labs/web3-icons/compare/[email protected]@v1.7.5) (2024-12-24)
411

512

packages/react-web3-icons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bgd-labs/react-web3-icons",
33
"description": "Svg set of web3 icons.",
4-
"version": "1.7.5",
4+
"version": "1.7.6",
55
"author": "BGD labs",
66
"license": "MIT",
77
"private": false,
@@ -61,8 +61,8 @@
6161
"to-words": "4.1.0"
6262
},
6363
"peerDependencies": {
64-
"react": ">=18.3.1",
65-
"react-dom": ">=18.3.1"
64+
"react": ">=18.3.1 || ^19.0.0",
65+
"react-dom": ">=18.3.1 || ^19.0.0"
6666
},
6767
"keywords": [
6868
"BGD labs",
@@ -73,4 +73,4 @@
7373
"SVG",
7474
"Icons"
7575
]
76-
}
76+
}

0 commit comments

Comments
 (0)