@storybook/react-dom-shim 7.2.0-rc.0 → 7.2.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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/preset.d.ts CHANGED
@@ -750,6 +750,7 @@ interface IndexedStory {
750
750
  }
751
751
  interface IndexedCSFFile {
752
752
  meta: {
753
+ id?: string;
753
754
  title?: string;
754
755
  tags?: Tag[];
755
756
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-dom-shim",
3
- "version": "7.2.0-rc.0",
3
+ "version": "7.2.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,7 +53,7 @@
53
53
  "prep": "../../../scripts/prepare/bundle.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@storybook/types": "7.2.0-rc.0",
56
+ "@storybook/types": "7.2.1",
57
57
  "typescript": "~4.9.3"
58
58
  },
59
59
  "peerDependencies": {