Skip to content

Commit 19b546e

Browse files
committed
chore(release): release
- @spectrum-css/tag@8.0.2 - @spectrum-css/taggroup@4.0.0
1 parent cf81c7b commit 19b546e

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

components/tag/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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="8.0.2"></a>
7+
##8.0.2
8+
🗓
9+
2023-08-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tag@8.0.1...@spectrum-css/tag@8.0.2)
10+
11+
### 🔙 Reverts
12+
13+
\*gulp and build updates ([#2121](https://github.com/adobe/spectrum-css/issues/2121))([03a37f5](https://github.com/adobe/spectrum-css/commit/03a37f5)), closes[#2099](https://github.com/adobe/spectrum-css/issues/2099)
14+
615
<a name="8.0.1"></a>
716
##8.0.1
817
🗓

components/tag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/tag",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "The Spectrum CSS tags component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/taggroup/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
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="4.0.0"></a>
7+
#4.0.0
8+
🗓
9+
2023-08-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/taggroup@3.3.64...@spectrum-css/taggroup@4.0.0)
10+
11+
### 🔙 Reverts
12+
13+
\*gulp and build updates ([#2121](https://github.com/adobe/spectrum-css/issues/2121))([03a37f5](https://github.com/adobe/spectrum-css/commit/03a37f5)), closes[#2099](https://github.com/adobe/spectrum-css/issues/2099)
14+
15+
\*feat(taggroup)!: migrate to spectrum-tokens([531e067](https://github.com/adobe/spectrum-css/commit/531e067))
16+
17+
###
18+
🛑 BREAKING CHANGES
19+
20+
*
21+
migrates TagGroup to use `@adobe/spectrum-tokens`
22+
23+
Update build related files to migrate to use of core tokens.
24+
25+
Use new global tokens for margin, and simplify usage. Adds mod prefixed
26+
custom properties and improves docs with mod section and description
27+
text pulled from the tag guidelines.
28+
29+
Updates example markup and migration guide.
30+
31+
fix(taggroup): allow tag items to wrap to the next line
32+
33+
Tag group flex items were not previously wrapping and would overflow and
34+
cut off at smaller screen sizes. This now follows the tag guidelines to
35+
wrap items to the next line. And adds a story that shows wrapping.
36+
37+
CSS-500
38+
639
<a name="3.3.64"></a>
740
##3.3.64
841
🗓

components/taggroup/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/taggroup",
3-
"version": "4.0.0-beta.0",
3+
"version": "4.0.0",
44
"description": "The Spectrum CSS tag group component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,7 +27,7 @@
2727
"@spectrum-css/clearbutton": "^5.0.0",
2828
"@spectrum-css/component-builder-simple": "^2.0.17",
2929
"@spectrum-css/icon": "^4.0.1",
30-
"@spectrum-css/tag": "^8.0.0",
30+
"@spectrum-css/tag": "^8.0.2",
3131
"@spectrum-css/tokens": "^11.2.2",
3232
"gulp": "^4.0.0"
3333
},

0 commit comments

Comments
 (0)