@leafygreen-ui/icon 11.29.0 → 11.29.1

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,5 +1,11 @@
1
1
  # @leafygreen-ui/icon
2
2
 
3
+ ## 11.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e487fb24: Renames story files from `.story.tsx` to `.stories.tsx`
8
+
3
9
  ## 11.29.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafygreen-ui/icon",
3
- "version": "11.29.0",
3
+ "version": "11.29.1",
4
4
  "description": "LeafyGreen UI Kit Icons",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",
package/tsconfig.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "include": [
14
14
  "src/**/*"
15
15
  ],
16
- "exclude": ["**/*.spec.*", "**/*.story.*"],
16
+ "exclude": ["**/*.spec.*", "**/*.stories.*"],
17
17
  "references": [
18
18
  {
19
19
  "path": "../emotion"
File without changes