Skip to content

Commit b765666

Browse files
Version Packages
1 parent 35d509d commit b765666

7 files changed

Lines changed: 19 additions & 10 deletions

File tree

.changeset/add-next-app-syncer.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/location-state-conform/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @location-state/conform
22

3+
## 1.4.0
4+
35
## 1.3.0
46

57
## 1.2.2

packages/location-state-conform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@location-state/conform",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/location-state-core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @location-state/core
22

3+
## 1.4.0
4+
35
## 1.3.0
46

57
### Minor Changes

packages/location-state-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@location-state/core",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/location-state-next/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @location-state/next
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 2ae25d4: Add `NextAppSyncer` and `useNextAppSyncer()` for Next.js App Router.
8+
This syncer strips `__NA` and `__N` from `history.state` before calling
9+
`replaceState()` to prevent Next.js from treating it as internal navigation.
10+
11+
### Patch Changes
12+
13+
- @location-state/core@1.4.0
14+
315
## 1.3.0
416

517
### Patch Changes

packages/location-state-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@location-state/next",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)