From 00eda674298284f91903ac7ae91741e5ece34f11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Mar 2023 21:38:15 +0000 Subject: [PATCH] Version Packages --- .changeset/quick-books-shave.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quick-books-shave.md diff --git a/.changeset/quick-books-shave.md b/.changeset/quick-books-shave.md deleted file mode 100644 index 6a46a19..0000000 --- a/.changeset/quick-books-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"next-typesafe-url": patch ---- - -docs: clarify pages dir, add useEffect to jotai example and clarify a possible silent error source diff --git a/CHANGELOG.md b/CHANGELOG.md index 255e4cc..4893d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-typesafe-url +## 1.0.1 + +### Patch Changes + +- 7e8055b: docs: clarify pages dir, add useEffect to jotai example and clarify a possible silent error source + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 0e6bc00..789bf51 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "next-typesafe-url", "description": "JSON serializable, fully typesafe, and zod validated URL search params, dynamic route params, and routing for NextJS", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "author": "Ethan Niser", "repository": { "type": "git",