Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Nov 21, 2024
1 parent e5d51d2 commit 8e00229
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️.

## [Unreleased]

## [v2.4.1] - 2024-11-21

**Fixed**

- Fix `qs` type dependencies

## [v2.4.0] - 2024-11-09

**Added**
Expand Down Expand Up @@ -445,8 +451,9 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr

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

[Unreleased]: https://github.com/tighten/ziggy/compare/v2.4.0...HEAD
[v2.3.1]: https://github.com/tighten/ziggy/compare/v2.3.1...v2.4.0
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.4.1...HEAD
[v2.4.1]: https://github.com/tighten/ziggy/compare/v2.4.0...v2.4.1
[v2.4.0]: https://github.com/tighten/ziggy/compare/v2.3.1...v2.4.0
[v2.3.1]: https://github.com/tighten/ziggy/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/tighten/ziggy/compare/v2.2.1...v2.3.0
[v2.2.1]: https://github.com/tighten/ziggy/compare/v2.2.0...v2.2.1
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ziggy-js",
"version": "2.4.0",
"version": "2.4.1",
"description": "Use your Laravel named routes in JavaScript.",
"keywords": [
"laravel",
Expand Down Expand Up @@ -53,10 +53,10 @@
"regex": "^_(?!query)"
},
"dependencies": {
"@types/qs": "^6.9.17",
"qs": "~6.9.7"
},
"devDependencies": {
"@types/qs": "^6.9.17",
"jsdom": "^25.0.1",
"microbundle": "^0.15.1",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 8e00229

Please sign in to comment.