Skip to content

Commit bef58a5

Browse files
chore: version packages
1 parent d48b3f8 commit bef58a5

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/fix-storybook-docs-darkmode.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/storybook/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @repo/storybook
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- e28bc85: Fix docs dark mode. The component preview on a docs page now gets a dark
8+
background in dark mode (matching the dark-rendered component), while the rest
9+
of the docs chrome stays light. Removes the custom docs `DocsContainer`, which
10+
threw a "combining Storybook hooks with framework hooks" runtime error and
11+
themed the whole docs page (clashing with the light prose and tables).
12+
313
## 2.0.0
414

515
### Major Changes

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@repo/storybook",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"private": true,
66
"scripts": {
77
"predev": "[ -d '../../packages/datum-ui/dist' ] || pnpm --filter @datum-cloud/datum-ui build",

0 commit comments

Comments
 (0)