diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index 011bc66..04d8702 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-store": "^0.6.0", + "@tanstack/react-store": "^0.6.1", "@tanstack/store": "^0.6.0", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/packages/react-store/package.json b/packages/react-store/package.json index e4f1595..419076f 100644 --- a/packages/react-store/package.json +++ b/packages/react-store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-store", - "version": "0.6.0", + "version": "0.6.1", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73ef809..29ab3c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,7 +163,7 @@ importers: examples/react/simple: dependencies: '@tanstack/react-store': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../../packages/react-store '@tanstack/store': specifier: ^0.6.0