Skip to content

Commit 94b71c3

Browse files
Merge pull request #31 from jitsucom/release-please--branches--main--components--core
chore(main): release 0.3.1
2 parents a7e529e + 2fa81e6 commit 94b71c3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/core": "0.3.0"
2+
"packages/core": "0.3.1"
33
}

packages/core/CHANGELOG.md

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

3+
## [0.3.1](https://github.com/jitsucom/nextlytics/compare/v0.3.0...v0.3.1) (2026-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* abort stale soft navigation requests and simplify event handling ([0615b93](https://github.com/jitsucom/nextlytics/commit/0615b93743bcd42f8bc16f7623c0270dd279f543))
9+
* handle soft navigation in App Router ([11efd46](https://github.com/jitsucom/nextlytics/commit/11efd46cc92d5579c7020c4bf424fa58228dea7c))
10+
* prevent duplicate scripts on soft navigation ([6394b1b](https://github.com/jitsucom/nextlytics/commit/6394b1ba367a89c31c72de465d60fa02fe379006))
11+
* prevent duplicate scripts on soft navigation ([#29](https://github.com/jitsucom/nextlytics/issues/29)) ([455402a](https://github.com/jitsucom/nextlytics/commit/455402a40069ea2049ffc5ada705aa2892dd324b))
12+
* remove pathname from client-init deps to enable soft navigation detection ([8193f8f](https://github.com/jitsucom/nextlytics/commit/8193f8f596e55a29238dd98f8d1070ef1a450e6b))
13+
* track soft navigations via client /api/event instead of middleware ([d83bd2c](https://github.com/jitsucom/nextlytics/commit/d83bd2c403b51db783c7186cabc69c0013147b5c))
14+
315
## [0.3.0](https://github.com/jitsucom/nextlytics/compare/v0.2.2...v0.3.0) (2026-02-10)
416

517

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextlytics/core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Analytics library for Next.js",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)