Skip to content

Commit 6785a68

Browse files
chore(release): bump link family react version to 0.9.0
1 parent 33e7963 commit 6785a68

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We are following [Semantic Versioning](https://semver.org/spec/v2.0.0.html), as
2020
- Expanded the canonical `link-icon` guidance to cover usage, placement, accessibility notes, and the broader icon-led link pattern instead of only back-navigation
2121
- Aligned link-family spacing, typography, focus, and visible-state token usage with the current Figma spec
2222

23-
#### @ourfuturehealth/react-components 0.8.0 (`react-v0.8.0`)
23+
#### @ourfuturehealth/react-components 0.9.0 (`react-v0.9.0`)
2424

2525
##### ⚠️ BREAKING CHANGES
2626

UPGRADING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide provides detailed migration instructions for upgrading between versio
88

99
| Version | Date | Breaking Changes | Migration Complexity |
1010
| ------------------------------------------------------- | ------------- | -------------------------- | ---------------------------------------- |
11-
| [v4.10.0 / React v0.8.0](#upgrading-to-v4100--react-v080) | April 2026 | React `spritePath` removal | 🟢 Low - Remove the deprecated prop and adopt canonical names for new usage |
11+
| [v4.10.0 / React v0.9.0](#upgrading-to-v4100--react-v090) | April 2026 | React `spritePath` removal | 🟢 Low - Remove the deprecated prop and adopt canonical names for new usage |
1212
| [v4.9.0 / React v0.7.0](#upgrading-to-v490--react-v070) | April 2026 | Icon naming sync | 🟡 Medium - Search/replace icon names |
1313
| [v4.8.0 / React v0.6.0](#upgrading-to-v480--react-v060) | March 2026 | No breaking changes | 🟢 Low - only relevant if you adopted the earlier TextInput prototype |
1414
| [v4.7.0 / React v0.5.0](#upgrading-to-v470--react-v050) | March 2026 | Card family realignment | 🟡 Medium - API migration recommended |
@@ -20,13 +20,13 @@ This guide provides detailed migration instructions for upgrading between versio
2020

2121
---
2222

23-
## Upgrading to v4.10.0 / React v0.8.0
23+
## Upgrading to v4.10.0 / React v0.9.0
2424

2525
**Planned:** April 2026
2626
**Affected packages:**
2727

2828
- `@ourfuturehealth/toolkit` v4.10.0+
29-
- `@ourfuturehealth/react-components` v0.8.0+
29+
- `@ourfuturehealth/react-components` v0.9.0+
3030

3131
### Breaking Changes
3232

@@ -57,7 +57,7 @@ This release introduces the public React link family and aligns the toolkit link
5757

5858
#### React example
5959

60-
**New in `react-v0.8.0`:**
60+
**New in `react-v0.9.0`:**
6161

6262
```tsx
6363
import {

docs/release-versioning-strategy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For consumer migration instructions, use [Upgrading Guide](../UPGRADING.md).
3232
| Package | Canonical tag pattern | Example tag |
3333
| ----------------------------------- | --------------------- | ---------------- |
3434
| `@ourfuturehealth/toolkit` | `toolkit-v*` | `toolkit-v4.10.0` |
35-
| `@ourfuturehealth/react-components` | `react-v*` | `react-v0.8.0` |
35+
| `@ourfuturehealth/react-components` | `react-v*` | `react-v0.9.0` |
3636

3737
The release workflow still accepts legacy toolkit tags in the `v*` format for backward compatibility, but new toolkit releases should use `toolkit-v*`.
3838

@@ -70,7 +70,7 @@ React consumers follow the same contract:
7070
```json
7171
{
7272
"dependencies": {
73-
"@ourfuturehealth/react-components": "https://github.com/ourfuturehealth/design-system-toolkit/releases/download/react-v0.8.0/ourfuturehealth-react-components-0.8.0.tgz"
73+
"@ourfuturehealth/react-components": "https://github.com/ourfuturehealth/design-system-toolkit/releases/download/react-v0.9.0/ourfuturehealth-react-components-0.9.0.tgz"
7474
}
7575
}
7676
```
@@ -129,7 +129,7 @@ This table is a visual aid for pre-monorepo versus post-monorepo releases.
129129
| 20 | `toolkit-v4.9.0` | `4.9.0` | N/A | Monorepo | Released |
130130
| 21 | `react-v0.7.0` | N/A | `0.7.0` | Monorepo | Released |
131131
| 22 | `toolkit-v4.10.0` | `4.10.0` | N/A | Monorepo | Planned in this branch |
132-
| 23 | `react-v0.8.0` | N/A | `0.8.0` | Monorepo | Planned in this branch |
132+
| 23 | `react-v0.9.0` | N/A | `0.9.0` | Monorepo | Planned in this branch |
133133

134134
## References
135135

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ourfuturehealth/react-components",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"type": "module",
55
"description": "React component library for OFH Design System",
66
"packageManager": "pnpm@10.29.2",

0 commit comments

Comments
 (0)