storybook_vitest_addon 0.0.3 → 0.0.4

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.0.4 (Sun Mar 27 2022)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - fix keywords order (krzysztof.radomski@netigate.se)
6
+
7
+ #### Authors: 1
8
+
9
+ - Krzysztof Radomski (krzysztof.radomski@netigate.se)
10
+
11
+ ---
12
+
1
13
  # v0.0.3 (Sun Mar 27 2022)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "storybook_vitest_addon",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Adds a panel to display Vitest unit test results",
5
5
  "keywords": [
6
+ "storybook-addons",
6
7
  "addon",
7
8
  "storybook",
8
9
  "vitest",
@@ -10,8 +11,7 @@
10
11
  "report",
11
12
  "test",
12
13
  "results",
13
- "unit-testing",
14
- "storybook-addons"
14
+ "unit-testing"
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",