Skip to content

Commit 8c100b3

Browse files
Merge pull request #109 from datum-cloud/changeset-release/main
2 parents 7755f72 + 480cfd7 commit 8c100b3

5 files changed

Lines changed: 21 additions & 14 deletions

File tree

.changeset/dependency-updates.md

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

apps/storybook/CHANGELOG.md

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

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f0495ef]
8+
- @datum-cloud/datum-ui@0.10.2
9+
310
## 1.0.8
411

512
### Patch 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": "1.0.8",
4+
"version": "1.0.9",
55
"private": true,
66
"scripts": {
77
"predev": "[ -d '../../packages/datum-ui/dist' ] || pnpm --filter @datum-cloud/datum-ui build",

packages/datum-ui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @datum-cloud/datum-ui
22

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- f0495ef: Update dependencies across the workspace, including four major upgrades, with the affected components migrated.
8+
- Minor & patch bumps for ~37 packages (react 19.2.7, recharts 3.8.1, zod 4.4.3, react-hook-form 7.77, motion 12.40, tiptap 3.24, storybook 10.4.1, next 16.2.7, turbo 2.9.16, and others).
9+
- `@antfu/eslint-config` v8 → v9 and `@eslint-react/eslint-plugin` v3 → v5 (removed the obsolete `react/component-hook-factories` rule override).
10+
- `fumadocs-mdx` v14 → v15 (Vite/rolldown bundler; no config changes needed).
11+
- `react-day-picker` v9 → v10: Calendar migrated to the v10 API — `month_grid` classNames key, `startMonth`/`endMonth` navigation props, and `autoFocus`. Behavior is unchanged.
12+
13+
Compatibility fixes: `recharts` 3.8 chart tooltip key coercion. Test setup gains a jsdom `elementFromPoint` polyfill for tiptap 3.24.
14+
315
## 0.10.1
416

517
### Patch Changes

packages/datum-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@datum-cloud/datum-ui",
33
"type": "module",
4-
"version": "0.10.1",
4+
"version": "0.10.2",
55
"packageManager": "pnpm@10.33.4",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)