Skip to content

Commit 9595737

Browse files
author
Kurt Medley
committed
fix(storybook): land on intro and fix links
1 parent b0256f6 commit 9595737

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cedar One Changelog
22

3+
## 0.1.39-alpha.0 - 2026-02-04
4+
5+
- Set HTML Storybook introduction as the first story and fixed its internal links.
6+
37
## 0.1.38-alpha.0 - 2026-02-04
48

59
- Refined the HTML Storybook introduction and added storybook utility spacing.

apps/html/stories/Introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Result:
111111

112112
JavaScript is introduced only where behavior is required and CSS cannot close the parity gap.
113113

114-
- <a href="/?path=/docs/html-forms-input--docs">Input</a>
115-
- <a href="/?path=/docs/html-disclosure-accordion--docs">Accordion</a>
114+
- <a href="./?path=/docs/html-forms-input--docs">Input</a>
115+
- <a href="./?path=/docs/html-disclosure-accordion--docs">Accordion</a>
116116

117117
These behaviors live in small, framework-agnostic adapters that Vue and React can wrap when needed.
118118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/c1",
3-
"version": "0.1.38-alpha.0",
3+
"version": "0.1.39-alpha.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)