@storybook/addon-svelte-csf 2.0.4 → 2.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v2.0.5 (Thu Jul 07 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Make `svelte-loader` optional [#62](https://github.com/storybookjs/addon-svelte-csf/pull/62) ([@benmccann](https://github.com/benmccann))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ben McCann ([@benmccann](https://github.com/benmccann))
10
+
11
+ ---
12
+
1
13
  # v2.0.4 (Thu May 19 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.4",
3
+ "version": "2.0.5",
4
4
  "description": "Allows to write stories in Svelte syntax",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -80,7 +80,7 @@
80
80
  "svelte-loader": "^3.1.2"
81
81
  },
82
82
  "peerDependenciesMeta": {
83
- "svelte": {
83
+ "svelte-loader": {
84
84
  "optional": true
85
85
  }
86
86
  },