Skip to content

Commit

Permalink
Add Svelte5 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFJA committed Oct 25, 2024
1 parent 791db58 commit 806c243
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.2]

### Added

- Add support for Svelte v5

## [2.4.1]

### Fixed
Expand Down Expand Up @@ -198,7 +204,8 @@ First version

</details>

[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.1...HEAD
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.2...HEAD
[2.4.2]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.1...2.4.2
[2.4.1]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.0...2.4.1
[2.4.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.2...2.4.0
[2.3.2]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.1...2.3.2
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macfja/svelte-persistent-store",
"version": "2.4.1",
"version": "2.4.2",
"description": "A Svelte store that keep its value through pages and reloads",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"rollup": "^2.56.2 || ^3.26.0",
"rollup-plugin-svelte": "^7.1.0",
"sirv-cli": "^2.0.2",
"svelte": "^3.42.1 || ^4.0.1",
"svelte": "^3.42.1 || ^4.0.1 || ^5.0.0",
"svelte-check": "^2.8.0 || 3.4.4",
"svelte-preprocess": "^4.7.4 || ^5.0.4",
"testcafe": "^1.18.3 <1.20.0 || 3.0.1",
Expand All @@ -58,7 +58,7 @@
"typescript": "^4.7.4 || ^5.1.6"
},
"peerDependencies": {
"svelte": "^3.0 || ^4.0"
"svelte": "^3.0 || ^4.0 || ^5.0"
},
"scripts": {
"doc": "typedoc",
Expand Down

0 comments on commit 806c243

Please sign in to comment.