diff --git a/examples/next/package.json b/examples/next/package.json index c9f61c7..4d2728b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "0.0.19", + "version": "0.0.20-beta.0", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/rakkas/package.json b/examples/rakkas/package.json index 49e8534..822b1c0 100644 --- a/examples/rakkas/package.json +++ b/examples/rakkas/package.json @@ -30,5 +30,5 @@ "zustand": "^4.3.2", "zustand-querystring": "*" }, - "version": "0.0.19" + "version": "0.0.20-beta.0" } diff --git a/examples/react/package.json b/examples/react/package.json index cb67ffd..b300d39 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,7 +1,7 @@ { "name": "react", "private": true, - "version": "0.0.19", + "version": "0.0.20-beta.0", "type": "module", "scripts": { "dev": "vite", diff --git a/package.json b/package.json index a0ac004..35f7a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zustand-querystring-root", - "version": "0.0.19", + "version": "0.0.20-beta.0", "private": true, "type": "module", "scripts": { diff --git a/packages/zustand-querystring/package.json b/packages/zustand-querystring/package.json index d8b5412..2370821 100644 --- a/packages/zustand-querystring/package.json +++ b/packages/zustand-querystring/package.json @@ -1,6 +1,6 @@ { "name": "zustand-querystring", - "version": "0.0.19", + "version": "0.0.20-beta.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs",