Skip to content

Commit 8a0b645

Browse files
committed
v2.6.2
1 parent 379f7ca commit 8a0b645

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Breaking changes are marked with ⚠️.
88

99
## [Unreleased]
1010

11+
## [v2.6.2] - 2026-03-05
12+
13+
**Fixed**
14+
15+
* Fix shared route bindings mutation in _substituteBindings by @pataar in https://github.com/tighten/ziggy/pull/875
16+
* fix: handle falsy parameter values in _parse by @pataar in https://github.com/tighten/ziggy/pull/876
17+
1118
## [v2.6.1] - 2026-02-16
1219

1320
**Changed**
@@ -510,7 +517,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr
510517

511518
For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page.
512519

513-
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.6.1...HEAD
520+
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.6.2...HEAD
521+
[v2.6.2]: https://github.com/tighten/ziggy/compare/v2.6.1...v2.6.2
514522
[v2.6.1]: https://github.com/tighten/ziggy/compare/v2.6.0...v2.6.1
515523
[v2.6.0]: https://github.com/tighten/ziggy/compare/v2.5.3...v2.6.0
516524
[v2.5.3]: https://github.com/tighten/ziggy/compare/v2.5.2...v2.5.3

dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/route.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ziggy-js",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Use your Laravel named routes in JavaScript.",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)