diff --git a/packages/angular-store/package.json b/packages/angular-store/package.json index 34fbffc..dc65547 100644 --- a/packages/angular-store/package.json +++ b/packages/angular-store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-store", - "version": "0.5.4", + "version": "0.5.5", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-store/package.json b/packages/react-store/package.json index 3174bf0..9ab040b 100644 --- a/packages/react-store/package.json +++ b/packages/react-store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-store", - "version": "0.5.4", + "version": "0.5.5", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-store/package.json b/packages/solid-store/package.json index 9ceb234..5097017 100644 --- a/packages/solid-store/package.json +++ b/packages/solid-store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-store", - "version": "0.5.4", + "version": "0.5.5", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/store/package.json b/packages/store/package.json index b4cf999..261b7d3 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/store", - "version": "0.5.4", + "version": "0.5.5", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/svelte-store/package.json b/packages/svelte-store/package.json index 15d7644..50f4cde 100644 --- a/packages/svelte-store/package.json +++ b/packages/svelte-store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-store", - "version": "0.5.4", + "version": "0.5.5", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-store/package.json b/packages/vue-store/package.json index 6d5c0a3..f4c69ab 100644 --- a/packages/vue-store/package.json +++ b/packages/vue-store/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-store", - "version": "0.5.4", + "version": "0.5.5", "description": "Framework agnostic type-safe store w/ reactive framework adapters", "author": "Tanner Linsley", "license": "MIT",