Skip to content

Commit f1ba73f

Browse files
committed
chore(release): 0.4.3
1 parent 60d4aca commit f1ba73f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3](https://github.com/InverterNetwork/react/compare/v0.4.2...v0.4.3) (2025-03-10)
6+
57
### [0.4.2](https://github.com/InverterNetwork/react/compare/v0.4.1...v0.4.2) (2025-03-10)
68

79
### [0.4.1](https://github.com/InverterNetwork/react/compare/v0.4.0...v0.4.1) (2025-03-03)

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.2",
4+
"version": "0.4.3",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",

src/hooks/use-workflow.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ export function useWorkflow<
4747
refetchOnWindowFocus: false,
4848
},
4949
dependencies = [],
50-
}: UseWorkFlowParams<T>): UseQueryResult<Workflow<PopWalletClient, T, FT, IT>> {
50+
}: UseWorkFlowParams<T, FT, IT>): UseQueryResult<
51+
Workflow<PopWalletClient, T, FT, IT>
52+
> {
5153
const inverter = useInverter()
5254

5355
const enabled = !!inverter.data && !!orchestratorAddress && options.enabled

0 commit comments

Comments
 (0)