Skip to content

Commit d8fba00

Browse files
committed
chore(release): release
- @spectrum-css/fieldlabel@5.0.0
1 parent 45802a6 commit d8fba00

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

components/fieldlabel/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.0.0"></a>
7+
# 5.0.0
8+
🗓 2022-10-11 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@4.0.29...@spectrum-css/fieldlabel@5.0.0)
9+
10+
* feat(fieldlabel)!: migrate to core tokens (CSS-102) (#1476) ([45802a6](https://github.com/adobe/spectrum-css/commit/45802a6)), closes [#1476](https://github.com/adobe/spectrum-css/issues/1476)
11+
12+
13+
### 🛑 BREAKING CHANGES
14+
15+
* migrates FieldLabel to core tokens
16+
17+
Co-authored-by: Monet Fort <lunarfusion@users.noreply.github.com>
18+
Co-authored-by: Patrick Fulton <pfulton@users.noreply.github.com>
19+
20+
21+
22+
23+
624
<a name="4.0.29"></a>
725
## 4.0.29
826
🗓 2022-07-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@4.0.28...@spectrum-css/fieldlabel@4.0.29)

components/fieldlabel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/fieldlabel",
3-
"version": "5.0.0-beta.3",
3+
"version": "5.0.0",
44
"description": "The Spectrum CSS fieldlabel component",
55
"license": "Apache-2.0",
66
"main": "dist/index.css",
@@ -35,4 +35,4 @@
3535
"access": "public"
3636
},
3737
"homepage": "https://opensource.adobe.com/spectrum-css/"
38-
}
38+
}

0 commit comments

Comments
 (0)