From 68a9dac19895079727e928bcce92b126f2110db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Horv=C3=A1th=20D=C3=A1niel?= Date: Thu, 8 Aug 2024 03:26:40 +0200 Subject: [PATCH] chore: release v0.1.0 --- examples/next/package.json | 2 +- examples/rakkas/package.json | 2 +- examples/react/package.json | 2 +- package.json | 2 +- packages/zustand-querystring/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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",