Skip to content

Commit 21e1e39

Browse files
Version Packages (#90)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 042265b commit 21e1e39

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/poor-birds-dance.md

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

.changeset/twelve-weeks-drive.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# sveltekit-search-params
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- Return non-null writable for defined defaultValue and fix types for `queryParameters` ([#87](https://github.com/paoloricciuti/sveltekit-search-params/pull/87))
8+
9+
### Patch Changes
10+
11+
- fix: avoid complex values default being overriden on write ([#89](https://github.com/paoloricciuti/sveltekit-search-params/pull/89))
12+
313
## 2.1.2
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveltekit-search-params",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"repository": "git+https://github.com/paoloricciuti/sveltekit-search-params.git",
55
"author": "Paolo Ricciuti",
66
"license": "MIT",

0 commit comments

Comments
 (0)