Skip to content

Commit 41813de

Browse files
committed
chore(release): 0.4.6
1 parent 32e9ed6 commit 41813de

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.6](https://github.com/InverterNetwork/react/compare/v0.4.5...v0.4.6) (2025-03-14)
6+
7+
8+
### Features
9+
10+
* **preview:** add Vite preview server and update configuration ([6c1b0cc](https://github.com/InverterNetwork/react/commit/6c1b0cc36b78396659bff9a9b2bce20bee69d748))
11+
* **theme:** add hover and active states to theme colors ([32e9ed6](https://github.com/InverterNetwork/react/commit/32e9ed6dad7aa5d8acb5a0235860641c1da70e1c))
12+
* **theme:** enhance color palette and button variants ([fff0d48](https://github.com/InverterNetwork/react/commit/fff0d48c7f701ad224d9e6df7ec4966f76cb808c))
13+
* **theme:** implement theme context and toggle functionality ([8dad830](https://github.com/InverterNetwork/react/commit/8dad830c7facd3bf352e252b89be4650d6b14134))
14+
* **ui:** improve SelectorAddressDialog layout and interaction ([1f480e3](https://github.com/InverterNetwork/react/commit/1f480e370b03fb512c1dbd28851e03a3f899bfc1))
15+
516
### [0.4.5](https://github.com/InverterNetwork/react/compare/v0.4.4...v0.4.5) (2025-03-11)
617

718
### [0.4.4](https://github.com/InverterNetwork/react/compare/v0.4.3...v0.4.4) (2025-03-11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inverter-network/react",
33
"description": "INVERTER react",
4-
"version": "0.4.5",
4+
"version": "0.4.6",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)