From 516e735f5093d5fe8538882a480ea30045ab7111 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:18:24 +0200 Subject: [PATCH] chore(main): release react-web3-icons 1.7.0 (#50) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/react-web3-icons/CHANGELOG.md | 7 +++++++ packages/react-web3-icons/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/react-web3-icons/CHANGELOG.md b/packages/react-web3-icons/CHANGELOG.md index 80ab7e25..f9bd35b9 100644 --- a/packages/react-web3-icons/CHANGELOG.md +++ b/packages/react-web3-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/bgd-labs/web3-icons/compare/react-web3-icons@v1.6.0...react-web3-icons@v1.7.0) (2024-10-31) + + +### Features + +* static icon components generation ([#47](https://github.com/bgd-labs/web3-icons/issues/47)) ([44f7016](https://github.com/bgd-labs/web3-icons/commit/44f7016b2adb1d8b222e791ac23e788d820f67b6)) + ## [1.6.0](https://github.com/bgd-labs/web3-icons/compare/react-web3-icons@v1.5.3...react-web3-icons@v1.6.0) (2024-10-26) diff --git a/packages/react-web3-icons/package.json b/packages/react-web3-icons/package.json index 76d248bb..f6a30b34 100644 --- a/packages/react-web3-icons/package.json +++ b/packages/react-web3-icons/package.json @@ -1,7 +1,7 @@ { "name": "@bgd-labs/react-web3-icons", "description": "Svg set of web3 icons.", - "version": "1.6.0", + "version": "1.7.0", "author": "BGD labs", "license": "MIT", "private": false,