Skip to content

Commit 97f1d17

Browse files
authored
chore: mark as compatible with Svelte 4 (sveltejs#367)
1 parent bd91bbf commit 97f1d17

File tree

3 files changed

+49
-25
lines changed

3 files changed

+49
-25
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# prettier-plugin-svelte changelog
22

3+
## 2.10.1
4+
5+
- (chore) mark as compatible with Svelte 4
6+
37
## 2.10.0
48

59
- (feat) support `requirePragma` and `insertPragma` options ([#350](https://github.com/sveltejs/prettier-plugin-svelte/issues/350))

package-lock.json

+43-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-svelte",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "Svelte plugin for prettier",
55
"main": "plugin.js",
66
"files": [
@@ -44,6 +44,6 @@
4444
},
4545
"peerDependencies": {
4646
"prettier": "^1.16.4 || ^2.0.0",
47-
"svelte": "^3.2.0"
47+
"svelte": "^3.2.0 || ^4.0.0-next.0"
4848
}
4949
}

0 commit comments

Comments
 (0)