Skip to content

Commit 0dc90b6

Browse files
chore(main): release react-web3-icons 1.2.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 414d6d5 commit 0dc90b6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/react-web3-icons/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/bgd-labs/icons/compare/[email protected]) (2024-07-23)
4+
5+
6+
### Features
7+
8+
* added github fallback ([#11](https://github.com/bgd-labs/icons/issues/11)) ([09f3cf3](https://github.com/bgd-labs/icons/commit/09f3cf3b367ed0f6603a91125228dbe5770d85b4))
9+
* added tsup for build package and fix package json ([f9b743f](https://github.com/bgd-labs/icons/commit/f9b743f558fd22928f406960ad9c568edcfb9b9a))
10+
* styles updates ([#12](https://github.com/bgd-labs/icons/issues/12)) ([7d9b5c1](https://github.com/bgd-labs/icons/commit/7d9b5c1e5d345cb7160ed7296dd30deb1e8779b0))
11+
12+
13+
### Bug Fixes
14+
15+
* combine chains and assets icons to one dir ([#10](https://github.com/bgd-labs/icons/issues/10)) ([66363fa](https://github.com/bgd-labs/icons/commit/66363fac36bf910fd55929c5a10e53152155824a))
16+
* package module ([#6](https://github.com/bgd-labs/icons/issues/6)) ([3fbfc6a](https://github.com/bgd-labs/icons/commit/3fbfc6a014ab7a1071b0362342e0f3a6c1768797))
17+
* package structure ([3e36dd3](https://github.com/bgd-labs/icons/commit/3e36dd3086617dd450099714b26be408a534fd77))
18+
* pre prod cleanup ([#4](https://github.com/bgd-labs/icons/issues/4)) ([caead5d](https://github.com/bgd-labs/icons/commit/caead5d15cfd0721a9de1cded79df27ba9013765))
19+
* readme and small style fixes ([9558e9b](https://github.com/bgd-labs/icons/commit/9558e9b1ad2ef992bb8b68a90d6561e2f3095eeb))
20+
* rename package ([1091704](https://github.com/bgd-labs/icons/commit/10917043b5248e239ba20264f6d2fd840b8593bf))
21+
* update react lazy to loadable components in the DynamicIcon ([#9](https://github.com/bgd-labs/icons/issues/9)) ([a0ee163](https://github.com/bgd-labs/icons/commit/a0ee16313d7864ccd414a9cb8476c9862e618bb7))
22+
323
## [1.1.0](https://github.com/bgd-labs/icons/compare/[email protected]@v1.1.0) (2024-07-23)
424

525

packages/react-web3-icons/package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "1.2.0",
55
"author": "BGD labs",
66
"license": "MIT",
77
"private": false,

0 commit comments

Comments
 (0)