Skip to content

Commit 87afb23

Browse files
committed
Write changelog for 8.2.1 [skip ci]
1 parent 64fc031 commit 87afb23

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 8.2.1
2+
3+
- CPC: Fix type generation - [#28507](https://github.com/storybookjs/storybook/pull/28507), thanks @ndelangen!
4+
- Types: Update type signatures of objects and functions - [#28503](https://github.com/storybookjs/storybook/pull/28503), thanks @valentinpalkovic!
5+
16
## 8.2.0
27

38
Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

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.1"
282283
}

docs/versions/latest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"8.2.0","info":{"plain":""}}
1+
{"version":"8.2.1","info":{"plain":"- CPC: Fix type generation - [#28507](https://github.com/storybookjs/storybook/pull/28507), thanks @ndelangen!\n- Types: Update type signatures of objects and functions - [#28503](https://github.com/storybookjs/storybook/pull/28503), thanks @valentinpalkovic!"}}

0 commit comments

Comments
 (0)