Skip to content

Commit dba1b22

Browse files
committed
[wizard] added changelog note
1 parent 3fe9710 commit dba1b22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

semcore/wizard/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
44

5+
## [16.1.7] - 2025-08-12
6+
7+
### Fixed
8+
9+
- Texts are not wrapped.
10+
511
## [16.1.6] - 2025-08-07
612

713
### Changed

stories/components/wizard/docs/examples/basic_example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Text } from '@semcore/typography';
44
import Wizard from '@semcore/wizard';
55
import React from 'react';
66

7-
const steps = [{ title: 'SiteAuditSettingsSiteAuditSettings' }, { title: 'Keywords' }, { title: 'Schedule' }];
7+
const steps = [{ title: 'Location' }, { title: 'Keywords' }, { title: 'Schedule' }];
88

99
type WizardStep = { title: string };
1010

0 commit comments

Comments
 (0)