@storybook/addon-svelte-csf 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v2.0.3 (Wed Apr 20 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Update peerdependencies to work with sb@next [#56](https://github.com/storybookjs/addon-svelte-csf/pull/56) ([@francoisromain](https://github.com/francoisromain))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- François Romain ([@francoisromain](https://github.com/francoisromain))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v2.0.2 (Sun Apr 17 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-svelte-csf",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Allows to write stories in Svelte syntax",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"typescript": "^3.9.7"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@storybook/addons": "
|
|
72
|
-
"@storybook/api": "
|
|
73
|
-
"@storybook/client-api": "
|
|
74
|
-
"@storybook/client-logger": "
|
|
75
|
-
"@storybook/components": "
|
|
76
|
-
"@storybook/core-events": "
|
|
77
|
-
"@storybook/svelte": "
|
|
78
|
-
"@storybook/theming": "
|
|
71
|
+
"@storybook/addons": ">=6.4.20",
|
|
72
|
+
"@storybook/api": ">=6.4.20",
|
|
73
|
+
"@storybook/client-api": ">=6.4.20",
|
|
74
|
+
"@storybook/client-logger": ">=6.4.20",
|
|
75
|
+
"@storybook/components": ">=6.4.20",
|
|
76
|
+
"@storybook/core-events": ">=6.4.20",
|
|
77
|
+
"@storybook/svelte": ">=6.4.20",
|
|
78
|
+
"@storybook/theming": ">=6.4.20",
|
|
79
79
|
"react": "^16.8.0 || ^17.0.0",
|
|
80
80
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
81
81
|
"svelte": "^3.46.6",
|