@procore/storybook-addon 4.7.1 → 5.0.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.
- package/CHANGELOG.md +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @procore/storybook-addon
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 5544bb4: upgrade Storybook to v9
|
|
8
|
+
- 87aa6f4: [Upgrade Storybook to v10](https://storybook.js.org/docs/releases/migration-guide)
|
|
9
|
+
|
|
10
|
+
## 4.7.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- b8fa116: - Reverts changes related 4.6.0 and 4.7.0 and 4.7.1 .These changes introduced breaking behavior for consumers and are being reverted to prepare for a major version release with proper migration path.
|
|
15
|
+
|
|
3
16
|
## 4.7.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -8,6 +21,10 @@
|
|
|
8
21
|
|
|
9
22
|
## 4.7.0
|
|
10
23
|
|
|
24
|
+
### Deprecated
|
|
25
|
+
|
|
26
|
+
Deprecated: resolution issue after Storybook v10 upgrade. Use 4.7.1.
|
|
27
|
+
|
|
11
28
|
### Minor Changes
|
|
12
29
|
|
|
13
30
|
- 87aa6f4: [Upgrade Storybook to v10](https://storybook.js.org/docs/releases/migration-guide)
|
package/package.json
CHANGED