storybook-addon-pseudo-states 1.6.0 → 1.7.0

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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # v1.0.0 (Fri Mar 11 2022)
1
+ # v1.0.0 (Mon Mar 14 2022)
2
2
 
3
3
  #### 🚀 Enhancement
4
4
 
@@ -11,6 +11,7 @@
11
11
 
12
12
  #### ⚠️ Pushed to `main`
13
13
 
14
+ - [skip release] Revert back to disabling CustomElement stories ([@ghengeveld](https://github.com/ghengeveld))
14
15
  - Another attempt at dealing with IE ([@ghengeveld](https://github.com/ghengeveld))
15
16
  - Don't disable stories, just ignore IE ([@ghengeveld](https://github.com/ghengeveld))
16
17
  - Fix missing parameter ([@ghengeveld](https://github.com/ghengeveld))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook-addon-pseudo-states",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "CSS pseudo states for Storybook",
5
5
  "keywords": [
6
6
  "storybook-addons",