storybook-addon-pseudo-states 1.3.0 → 1.4.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 +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
 
12
12
  #### ⚠️ Pushed to `main`
13
13
 
14
+ - Don't disable stories, just ignore IE ([@ghengeveld](https://github.com/ghengeveld))
14
15
  - Fix missing parameter ([@ghengeveld](https://github.com/ghengeveld))
15
16
  - Disable snapshotting for CustomElements stories ([@ghengeveld](https://github.com/ghengeveld))
16
17
  - 1.1.0 ([@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.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "CSS pseudo states for Storybook",
5
5
  "keywords": [
6
6
  "storybook-addons",