Skip to content

Commit 6ffcf29

Browse files
chore: version packages
1 parent b640167 commit 6ffcf29

6 files changed

Lines changed: 44 additions & 38 deletions

File tree

.changeset/deps-security-and-renovate-updates.md

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

.changeset/stepper-v7-upgrade.md

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

apps/storybook/CHANGELOG.md

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

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a2466e4]
8+
- Updated dependencies [a2466e4]
9+
- @datum-cloud/datum-ui@1.3.0
10+
311
## 2.0.3
412

513
### 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": "2.0.3",
4+
"version": "2.0.4",
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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @datum-cloud/datum-ui
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- a2466e4: Upgrade `@stepperize/react` to v7 and refactor the stepper to its redesigned API.
8+
9+
v7 is a ground-up API redesign, deferred from the dependency-update sweep. The
10+
internal refactor remaps the removed v6 surface (`stepper.lookup.*`,
11+
`stepper.state.current.data.id`, per-step `metadata`) onto the v7 instance
12+
(`current`, `index`, `isFirst`/`isLast`, `goTo`, flow `data`) and the new
13+
array-based `defineStepper(steps)` / `Provider` model.
14+
15+
Consumer-facing changes for the bare `Stepper` (the `FormStepper` API is
16+
unchanged):
17+
- `Stepper.Provider` prop `initialStep``defaultStep` (and `initialMetadata`
18+
`defaultData`).
19+
- The render-prop `methods` is now the flat v7 instance: use `methods.current.id`,
20+
`methods.next()/prev()/goTo()`, and `methods.isFirst`/`methods.isLast` instead
21+
of the old `methods.state.*` / `methods.navigation.*`.
22+
23+
### Patch Changes
24+
25+
- a2466e4: Update dependencies and apply a security fix.
26+
- Override `undici` to `^7.28.0` to resolve a critical CRLF Injection
27+
vulnerability (pulled in transitively via jsdom, test-only).
28+
- Apply open Renovate updates: `@radix-ui/*` primitives, storybook 10.4.6,
29+
`@types/react`, tsdown, `@rsbuild/core`.
30+
- Bump remaining minor/patch deps: `@tiptap/*` 3.27, react-hook-form,
31+
`@conform-to/*`, `@tanstack/react-virtual`, lucide-react,
32+
isomorphic-dompurify, tailwindcss 4.3.1, eslint, vitest, turbo.
33+
- Upgrade `js-yaml` to v5 (now imported via flat named exports; peer range
34+
widened to `>=4.1.1`).
35+
- Bump the pinned package manager to pnpm 11.8.0.
36+
337
## 1.2.0
438

539
### Minor 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": "1.2.0",
4+
"version": "1.3.0",
55
"packageManager": "pnpm@11.8.0",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)