Skip to content

Commit 355a9a1

Browse files
committed
chore(release): 0.5.0-alpha.0
1 parent acd37c8 commit 355a9a1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5.0-alpha.0](https://github.com/InverterNetwork/react/compare/v0.4.8...v0.5.0-alpha.0) (2025-05-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **styles:** adjust hover state styles for react-select options ([2efd67c](https://github.com/InverterNetwork/react/commit/2efd67cbc2958f1ad7dbdada181b44305dd380df))
11+
512
### [0.4.8](https://github.com/InverterNetwork/react/compare/v0.4.7...v0.4.8) (2025-04-24)
613

714
### [0.4.7](https://github.com/InverterNetwork/react/compare/v0.4.6...v0.4.7) (2025-03-20)

package.json

+2-2
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.8",
4+
"version": "0.5.0-alpha.0",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",
@@ -76,7 +76,7 @@
7676
"dependencies": {
7777
"@api3/logos": "^0.2.18",
7878
"@inverter-network/graphql": "^0.9.31",
79-
"@inverter-network/sdk": "0.4.4",
79+
"@inverter-network/sdk": "0.5.0-alpha.0",
8080
"immer": "^10.1.1",
8181
"zod": "^3.23.8",
8282
"zustand": "^5.0.0-rc.2"

0 commit comments

Comments
 (0)