Skip to content

Commit 2dc2138

Browse files
committed
Write changelog for 8.2.8 [skip ci]
1 parent 152c677 commit 2dc2138

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.2.8
2+
3+
- Fix: Invariant failed: Expected package.json#version to be defined in the "undefined" package - [#28752](https://github.com/storybookjs/storybook/pull/28752), thanks @abcdmku!
4+
15
## 8.2.7
26

37
- CPC: Fix type usage in renderers - [#28745](https://github.com/storybookjs/storybook/pull/28745), thanks @ndelangen!

code/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,6 @@
278278
"Dependency Upgrades"
279279
]
280280
]
281-
}
281+
},
282+
"deferredNextVersion": "8.2.8"
282283
}

docs/versions/latest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"8.2.7","info":{"plain":"- CPC: Fix type usage in renderers - [#28745](https://github.com/storybookjs/storybook/pull/28745), thanks @ndelangen!\n- Core: Introduce run over play in portable stories, and revert back play changes of 8.2 - [#28764](https://github.com/storybookjs/storybook/pull/28764), thanks @kasperpeulen!"}}
1+
{"version":"8.2.8","info":{"plain":"- Fix: Invariant failed: Expected package.json#version to be defined in the \\\"undefined\\\" package - [#28752](https://github.com/storybookjs/storybook/pull/28752), thanks @abcdmku!"}}

0 commit comments

Comments
 (0)