storybook_vitest_addon 0.0.7 → 0.0.8

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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.0.8 (Fri Apr 15 2022)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Update README.md ([@krzysztofradomski](https://github.com/krzysztofradomski))
6
+
7
+ #### Authors: 1
8
+
9
+ - Krzysztof "Chris" Radomski ([@krzysztofradomski](https://github.com/krzysztofradomski))
10
+
11
+ ---
12
+
1
13
  # v0.0.7 (Tue Apr 12 2022)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  ## storybook_vitest_addon
2
2
 
3
- ### \_
3
+ ###
4
4
 
5
5
  [![Release](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml/badge.svg)](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml)
6
6
 
7
7
  Installation:
8
8
 
9
9
  ```
10
- yarn add -dev storybook_vitest_addon
10
+ yarn add --dev storybook_vitest_addon
11
11
  ```
12
12
 
13
13
  Addon meant to display Vitest unit test results in a new Stoybook panel. Developed and tested with React.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook_vitest_addon",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Adds a panel to display Vitest unit test results",
5
5
  "keywords": [
6
6
  "storybook-addons",