diff --git a/examples/next/package.json b/examples/next/package.json index 785ca74..2006c63 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "0.0.20-beta.0", + "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/rakkas/package.json b/examples/rakkas/package.json index 1ac594e..a90898c 100644 --- a/examples/rakkas/package.json +++ b/examples/rakkas/package.json @@ -30,5 +30,5 @@ "zustand": "^4.5.4", "zustand-querystring": "0.0.20-beta.0" }, - "version": "0.0.20-beta.0" + "version": "0.1.0" } diff --git a/examples/react/package.json b/examples/react/package.json index 7520790..8c99215 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,7 +1,7 @@ { "name": "react", "private": true, - "version": "0.0.20-beta.0", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", diff --git a/package.json b/package.json index 4c6954a..c765278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-querystring-root", - "version": "0.0.20-beta.0", + "version": "0.1.0", "private": true, "type": "module", "scripts": { diff --git a/packages/zustand-querystring/package.json b/packages/zustand-querystring/package.json index 18f7877..e4025ed 100644 --- a/packages/zustand-querystring/package.json +++ b/packages/zustand-querystring/package.json @@ -1,6 +1,6 @@ { "name": "zustand-querystring", - "version": "0.0.20-beta.0", + "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs",