From fe7fc72c3d140119cae58b5ef91a5ffc3456c11a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:19:12 +0900 Subject: [PATCH] Version Packages (#482) Co-authored-by: github-actions[bot] --- .changeset/fluffy-shirts-notice.md | 6 ------ packages/location-state-conform/CHANGELOG.md | 6 ++++++ packages/location-state-conform/package.json | 2 +- packages/location-state-core/CHANGELOG.md | 6 ++++++ packages/location-state-core/package.json | 2 +- packages/location-state-next/CHANGELOG.md | 7 +++++++ packages/location-state-next/package.json | 2 +- 7 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 .changeset/fluffy-shirts-notice.md diff --git a/.changeset/fluffy-shirts-notice.md b/.changeset/fluffy-shirts-notice.md deleted file mode 100644 index 29ba6038..00000000 --- a/.changeset/fluffy-shirts-notice.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@location-state/conform": patch -"@location-state/core": patch ---- - -Fix @location-state/conform types: strict check. diff --git a/packages/location-state-conform/CHANGELOG.md b/packages/location-state-conform/CHANGELOG.md index 0ad72bac..175745e8 100644 --- a/packages/location-state-conform/CHANGELOG.md +++ b/packages/location-state-conform/CHANGELOG.md @@ -1,5 +1,11 @@ # @location-state/conform +## 1.2.2 + +### Patch Changes + +- b6cd496: Fix @location-state/conform types: strict check. + ## 1.2.1 ### Patch Changes diff --git a/packages/location-state-conform/package.json b/packages/location-state-conform/package.json index 46132153..224c5ea0 100644 --- a/packages/location-state-conform/package.json +++ b/packages/location-state-conform/package.json @@ -1,6 +1,6 @@ { "name": "@location-state/conform", - "version": "1.2.1", + "version": "1.2.2", "publishConfig": { "access": "public" }, diff --git a/packages/location-state-core/CHANGELOG.md b/packages/location-state-core/CHANGELOG.md index 79cf2ddc..d768c87e 100644 --- a/packages/location-state-core/CHANGELOG.md +++ b/packages/location-state-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @location-state/core +## 1.2.2 + +### Patch Changes + +- b6cd496: Fix @location-state/conform types: strict check. + ## 1.2.1 ## 1.2.0 diff --git a/packages/location-state-core/package.json b/packages/location-state-core/package.json index f17bd176..7c875405 100644 --- a/packages/location-state-core/package.json +++ b/packages/location-state-core/package.json @@ -1,6 +1,6 @@ { "name": "@location-state/core", - "version": "1.2.1", + "version": "1.2.2", "publishConfig": { "access": "public" }, diff --git a/packages/location-state-next/CHANGELOG.md b/packages/location-state-next/CHANGELOG.md index 5072e02f..f29e3a93 100644 --- a/packages/location-state-next/CHANGELOG.md +++ b/packages/location-state-next/CHANGELOG.md @@ -1,5 +1,12 @@ # @location-state/next +## 1.2.2 + +### Patch Changes + +- Updated dependencies [b6cd496] + - @location-state/core@1.2.2 + ## 1.2.1 ### Patch Changes diff --git a/packages/location-state-next/package.json b/packages/location-state-next/package.json index 699fa925..439eb832 100644 --- a/packages/location-state-next/package.json +++ b/packages/location-state-next/package.json @@ -1,6 +1,6 @@ { "name": "@location-state/next", - "version": "1.2.1", + "version": "1.2.2", "publishConfig": { "access": "public" },