Skip to content

Commit 806c243

Browse files
committed
Add Svelte5 Support
1 parent 791db58 commit 806c243

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.4.2]
10+
11+
### Added
12+
13+
- Add support for Svelte v5
14+
915
## [2.4.1]
1016

1117
### Fixed
@@ -198,7 +204,8 @@ First version
198204

199205
</details>
200206

201-
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.1...HEAD
207+
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.2...HEAD
208+
[2.4.2]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.1...2.4.2
202209
[2.4.1]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.0...2.4.1
203210
[2.4.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.2...2.4.0
204211
[2.3.2]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.1...2.3.2

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macfja/svelte-persistent-store",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "A Svelte store that keep its value through pages and reloads",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -49,7 +49,7 @@
4949
"rollup": "^2.56.2 || ^3.26.0",
5050
"rollup-plugin-svelte": "^7.1.0",
5151
"sirv-cli": "^2.0.2",
52-
"svelte": "^3.42.1 || ^4.0.1",
52+
"svelte": "^3.42.1 || ^4.0.1 || ^5.0.0",
5353
"svelte-check": "^2.8.0 || 3.4.4",
5454
"svelte-preprocess": "^4.7.4 || ^5.0.4",
5555
"testcafe": "^1.18.3 <1.20.0 || 3.0.1",
@@ -58,7 +58,7 @@
5858
"typescript": "^4.7.4 || ^5.1.6"
5959
},
6060
"peerDependencies": {
61-
"svelte": "^3.0 || ^4.0"
61+
"svelte": "^3.0 || ^4.0 || ^5.0"
6262
},
6363
"scripts": {
6464
"doc": "typedoc",

0 commit comments

Comments
 (0)