Skip to content

Commit efafed3

Browse files
committed
chore(release): release
- @spectrum-css/actionbar@6.0.3 - @spectrum-css/actionbutton@3.0.15 - @spectrum-css/actiongroup@3.0.16 - @spectrum-css/avatar@6.0.2 - @spectrum-css/badge@3.0.3 - @spectrum-css/breadcrumb@7.0.3 - @spectrum-css/button@9.0.3 - @spectrum-css/buttongroup@6.0.18 - @spectrum-css/checkbox@6.0.3 - @spectrum-css/closebutton@3.0.15 - @spectrum-css/divider@2.0.14 - @spectrum-css/fieldgroup@4.0.17 - @spectrum-css/fieldlabel@6.0.3 - @spectrum-css/helptext@4.0.3 - @spectrum-css/inlinealert@6.0.3 - @spectrum-css/link@4.0.15 - @spectrum-css/picker@2.0.2 - @spectrum-css/popover@6.0.18 - @spectrum-css/progressbar@3.0.5 - @spectrum-css/progresscircle@2.0.14 - @spectrum-css/radio@7.0.3 - @spectrum-css/searchwithin@3.4.32 - @spectrum-css/statuslight@6.0.3 - @spectrum-css/swatch@3.0.13 - @spectrum-css/swatchgroup@2.0.14 - @spectrum-css/switch@3.0.9 - @spectrum-css/tag@5.0.3 - @spectrum-css/toast@9.0.3 - @spectrum-css/tokens@7.2.0 - @spectrum-css/tooltip@5.0.3 - @spectrum-css/tray@2.0.15 - @spectrum-css/preview@2.0.3
1 parent e55c35d commit efafed3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+408
-84
lines changed

components/actionbar/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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="6.0.3"></a>
7+
## 6.0.3
8+
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.2...@spectrum-css/actionbar@6.0.3)
9+
10+
**Note:** Version bump only for package @spectrum-css/actionbar
11+
12+
13+
14+
15+
616
<a name="6.0.2"></a>
717
## 6.0.2
818
🗓 2023-02-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.1...@spectrum-css/actionbar@6.0.2)

components/actionbar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,15 +27,15 @@
2727
"@spectrum-css/tokens": "^7.0.0"
2828
},
2929
"devDependencies": {
30-
"@spectrum-css/actionbutton": "^3.0.14",
31-
"@spectrum-css/actiongroup": "^3.0.15",
32-
"@spectrum-css/closebutton": "^3.0.14",
30+
"@spectrum-css/actionbutton": "^3.0.15",
31+
"@spectrum-css/actiongroup": "^3.0.16",
32+
"@spectrum-css/closebutton": "^3.0.15",
3333
"@spectrum-css/component-builder-simple": "^2.0.5",
34-
"@spectrum-css/fieldlabel": "^6.0.2",
34+
"@spectrum-css/fieldlabel": "^6.0.3",
3535
"@spectrum-css/icon": "^3.0.33",
3636
"@spectrum-css/popover": "^5.0.18",
3737
"@spectrum-css/table": "^4.0.29",
38-
"@spectrum-css/tokens": "^7.1.0",
38+
"@spectrum-css/tokens": "^7.2.0",
3939
"gulp": "^4.0.0"
4040
},
4141
"publishConfig": {

components/actionbutton/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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="3.0.15"></a>
7+
## 3.0.15
8+
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.14...@spectrum-css/actionbutton@3.0.15)
9+
10+
### 🐛 Bug fixes
11+
12+
* **actionbutton:** fix variable used in documentation ([#1630](https://github.com/adobe/spectrum-css/issues/1630)) ([348f263](https://github.com/adobe/spectrum-css/commit/348f263))
13+
14+
15+
16+
17+
618
<a name="3.0.14"></a>
719
## 3.0.14
820
🗓 2023-02-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.13...@spectrum-css/actionbutton@3.0.14)

components/actionbutton/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/actionbutton",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@spectrum-css/component-builder-simple": "^2.0.5",
2626
"@spectrum-css/icon": "^3.0.33",
27-
"@spectrum-css/tokens": "^7.1.0",
27+
"@spectrum-css/tokens": "^7.2.0",
2828
"gulp": "^4.0.0"
2929
},
3030
"publishConfig": {

components/actiongroup/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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="3.0.16"></a>
7+
## 3.0.16
8+
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.15...@spectrum-css/actiongroup@3.0.16)
9+
10+
**Note:** Version bump only for package @spectrum-css/actiongroup
11+
12+
13+
14+
15+
616
<a name="3.0.15"></a>
717
## 3.0.15
818
🗓 2023-02-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.14...@spectrum-css/actiongroup@3.0.15)

components/actiongroup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actiongroup",
3-
"version": "3.0.15",
3+
"version": "3.0.16",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,10 +22,10 @@
2222
"@spectrum-css/tokens": "^7.0.0"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/actionbutton": "^3.0.14",
25+
"@spectrum-css/actionbutton": "^3.0.15",
2626
"@spectrum-css/component-builder-simple": "^2.0.5",
2727
"@spectrum-css/icon": "^3.0.33",
28-
"@spectrum-css/tokens": "^7.1.0",
28+
"@spectrum-css/tokens": "^7.2.0",
2929
"gulp": "^4.0.0"
3030
},
3131
"publishConfig": {

components/avatar/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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="6.0.2"></a>
7+
## 6.0.2
8+
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.1...@spectrum-css/avatar@6.0.2)
9+
10+
**Note:** Version bump only for package @spectrum-css/avatar
11+
12+
13+
14+
15+
616
<a name="6.0.1"></a>
717
## 6.0.1
818
🗓 2023-02-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.0...@spectrum-css/avatar@6.0.1)

components/avatar/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/avatar",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "The Spectrum CSS avatar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@spectrum-css/component-builder-simple": "^2.0.5",
25-
"@spectrum-css/tokens": "^7.1.0",
25+
"@spectrum-css/tokens": "^7.2.0",
2626
"gulp": "^4.0.0"
2727
},
2828
"publishConfig": {

components/badge/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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="3.0.3"></a>
7+
## 3.0.3
8+
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.0.2...@spectrum-css/badge@3.0.3)
9+
10+
**Note:** Version bump only for package @spectrum-css/badge
11+
12+
13+
14+
15+
616
<a name="3.0.2"></a>
717
## 3.0.2
818
🗓 2023-02-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.0.1...@spectrum-css/badge@3.0.2)

components/badge/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/badge",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "The Spectrum CSS badge component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@spectrum-css/component-builder-simple": "^2.0.5",
25-
"@spectrum-css/tokens": "^7.1.0",
25+
"@spectrum-css/tokens": "^7.2.0",
2626
"gulp": "^4.0.0"
2727
},
2828
"publishConfig": {

0 commit comments

Comments
 (0)