Skip to content

Commit fa2df73

Browse files
committed
chore(release): 0.5.2
1 parent c24cf2b commit fa2df73

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.2](https://github.com/InverterNetwork/react/compare/v0.5.1...v0.5.2) (2025-05-28)
6+
7+
8+
### Features
9+
10+
* add useGetSimulatedWorkflow hook and enhance existing hooks with improved JSDoc comments ([8c2e311](https://github.com/InverterNetwork/react/commit/8c2e311d6090cf0ef73c0f272dae9243339ad1ff))
11+
* enhance useDeploy and useModuleMulticall hooks with improved type definitions and wrapped mutate functions ([7ded163](https://github.com/InverterNetwork/react/commit/7ded163c43404b6d36edf72917dc7a2089ac0181))
12+
* refactor chain icon handling and improve type definitions in deploy workflow hooks ([0abb970](https://github.com/InverterNetwork/react/commit/0abb9707320d4e1db13c6e5f769182eaf2d480e6))
13+
* refine useModuleMulticall and useWorkflow hooks with improved type definitions and JSDoc comments ([55d91a2](https://github.com/InverterNetwork/react/commit/55d91a294a67639530af4d8e017fc13f19867ce2))
14+
515
### [0.5.1](https://github.com/InverterNetwork/react/compare/v0.5.0...v0.5.1) (2025-05-14)
616

717
## [0.5.0](https://github.com/InverterNetwork/react/compare/v0.5.0-alpha.3...v0.5.0) (2025-05-13)

package.json

Lines changed: 2 additions & 2 deletions
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.5.1",
4+
"version": "0.5.2",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",
@@ -50,7 +50,7 @@
5050
"release": "standard-version -a",
5151
"release:alpha": "standard-version -a --prerelease alpha --skip.changelog",
5252
"release:beta": "standard-version -a --prerelease beta --skip.changelog",
53-
"release:pub": "git push --follow-tags origin main",
53+
"release:pub": "git push --follow-tags origin $(git rev-parse --abbrev-ref HEAD)",
5454
"copy:dist": "bun run build && bun tools/copy-dist.js"
5555
},
5656
"lint-staged": {

0 commit comments

Comments
 (0)