Skip to content

Commit e0fa7ea

Browse files
committed
chore(release): release
- @spectrum-css/accordion@4.0.14 - @spectrum-css/actionbar@6.0.65 - @spectrum-css/actionbutton@5.0.4 - @spectrum-css/actiongroup@4.0.4 - @spectrum-css/actionmenu@4.0.55 - @spectrum-css/alertbanner@1.1.22 - @spectrum-css/alertdialog@1.0.2 - @spectrum-css/assetcard@2.0.4 - @spectrum-css/assetlist@3.0.77 - @spectrum-css/avatar@6.0.49 - @spectrum-css/badge@3.1.5 - @spectrum-css/breadcrumb@8.0.4 - @spectrum-css/button@11.0.4 - @spectrum-css/buttongroup@6.1.2 - @spectrum-css/calendar@4.0.9 - @spectrum-css/card@6.0.14 - @spectrum-css/checkbox@7.0.7 - @spectrum-css/clearbutton@5.0.2 - @spectrum-css/closebutton@4.0.4 - @spectrum-css/coachmark@5.0.63 - @spectrum-css/colorarea@4.0.38 - @spectrum-css/colorhandle@7.0.4 - @spectrum-css/colorloupe@4.1.15 - @spectrum-css/colorslider@5.0.1 - @spectrum-css/colorwheel@3.0.38 - @spectrum-css/combobox@2.0.33 - @spectrum-css/contextualhelp@2.0.31 - @spectrum-css/cyclebutton@3.0.78 - @spectrum-css/datepicker@1.0.46 - @spectrum-css/dialog@8.0.0 - @spectrum-css/divider@2.1.22 - @spectrum-css/dropzone@5.0.18 - @spectrum-css/fieldgroup@4.0.68 - @spectrum-css/fieldlabel@7.0.29 - @spectrum-css/floatingactionbutton@1.0.24 - @spectrum-css/helptext@4.0.51 - @spectrum-css/illustratedmessage@6.0.18 - @spectrum-css/infieldbutton@3.0.8 - @spectrum-css/inlinealert@7.0.42 - @spectrum-css/link@4.0.62 - @spectrum-css/logicbutton@2.0.1 - @spectrum-css/menu@5.0.7 - @spectrum-css/miller@3.0.77 - @spectrum-css/pagination@6.0.42 - @spectrum-css/picker@7.0.4 - @spectrum-css/pickerbutton@4.0.8 - @spectrum-css/popover@6.0.70 - @spectrum-css/progressbar@3.0.67 - @spectrum-css/progresscircle@2.0.62 - @spectrum-css/quickaction@3.0.79 - @spectrum-css/radio@8.0.5 - @spectrum-css/rating@4.0.22 - @spectrum-css/search@6.0.17 - @spectrum-css/searchwithin@5.0.10 - @spectrum-css/sidenav@4.0.6 - @spectrum-css/slider@4.1.6 - @spectrum-css/splitbutton@6.0.4 - @spectrum-css/statuslight@6.0.49 - @spectrum-css/steplist@3.0.75 - @spectrum-css/stepper@4.0.53 - @spectrum-css/swatch@5.0.9 - @spectrum-css/swatchgroup@2.0.65 - @spectrum-css/switch@4.0.4 - @spectrum-css/table@4.0.71 - @spectrum-css/tabs@4.0.13 - @spectrum-css/tag@8.0.3 - @spectrum-css/taggroup@4.0.1 - @spectrum-css/textfield@6.0.17 - @spectrum-css/thumbnail@5.0.4 - @spectrum-css/toast@9.1.5 - @spectrum-css/tokens@11.3.1 - @spectrum-css/tooltip@5.1.8 - @spectrum-css/tray@2.1.8 - @spectrum-css/typography@5.0.37 - @spectrum-css/underlay@3.0.0 - @spectrum-css/preview@4.1.12
1 parent 6019dd6 commit e0fa7ea

File tree

152 files changed

+948
-234
lines changed

Some content is hidden

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

152 files changed

+948
-234
lines changed

components/accordion/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="4.0.14"></a>
7+
##4.0.14
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.0.13...@spectrum-css/accordion@4.0.14)
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="4.0.13"></a>
716
##4.0.13
817
🗓

components/accordion/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/accordion",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@spectrum-css/component-builder-simple": "^2.0.17",
2626
"@spectrum-css/icon": "^4.0.1",
27-
"@spectrum-css/tokens": "^11.3.0",
27+
"@spectrum-css/tokens": "^11.3.1",
2828
"gulp": "^4.0.0"
2929
},
3030
"publishConfig": {

components/actionbar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.65"></a>
7+
##6.0.65
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.64...@spectrum-css/actionbar@6.0.65)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbar
12+
613
<a name="6.0.64"></a>
714
##6.0.64
815
🗓

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.64",
3+
"version": "6.0.65",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,13 +28,13 @@
2828
},
2929
"devDependencies": {
3030
"@spectrum-css/actionbutton": "^4.0.0-beta.0",
31-
"@spectrum-css/closebutton": "^4.0.3",
31+
"@spectrum-css/closebutton": "^4.0.4",
3232
"@spectrum-css/component-builder-simple": "^2.0.17",
33-
"@spectrum-css/fieldlabel": "^7.0.28",
33+
"@spectrum-css/fieldlabel": "^7.0.29",
3434
"@spectrum-css/icon": "^4.0.1",
35-
"@spectrum-css/popover": "^6.0.69",
36-
"@spectrum-css/table": "^4.0.70",
37-
"@spectrum-css/tokens": "^11.3.0",
35+
"@spectrum-css/popover": "^6.0.70",
36+
"@spectrum-css/table": "^4.0.71",
37+
"@spectrum-css/tokens": "^11.3.1",
3838
"gulp": "^4.0.0"
3939
},
4040
"publishConfig": {

components/actionbutton/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="5.0.4"></a>
7+
##5.0.4
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.3...@spectrum-css/actionbutton@5.0.4)
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="5.0.3"></a>
716
##5.0.3
817
🗓

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": "5.0.3",
3+
"version": "5.0.4",
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.17",
2626
"@spectrum-css/icon": "^4.0.1",
27-
"@spectrum-css/tokens": "^11.3.0",
27+
"@spectrum-css/tokens": "^11.3.1",
2828
"gulp": "^4.0.0"
2929
},
3030
"publishConfig": {

components/actiongroup/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="4.0.4"></a>
7+
##4.0.4
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@4.0.3...@spectrum-css/actiongroup@4.0.4)
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="4.0.3"></a>
716
##4.0.3
817
🗓

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": "4.0.3",
3+
"version": "4.0.4",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,10 +22,10 @@
2222
"@spectrum-css/tokens": ">=10"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/actionbutton": "^5.0.3",
25+
"@spectrum-css/actionbutton": "^5.0.4",
2626
"@spectrum-css/component-builder-simple": "^2.0.17",
2727
"@spectrum-css/icon": "^4.0.1",
28-
"@spectrum-css/tokens": "^11.3.0",
28+
"@spectrum-css/tokens": "^11.3.1",
2929
"gulp": "^4.0.0"
3030
},
3131
"publishConfig": {

components/actionmenu/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.55"></a>
7+
##4.0.55
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.54...@spectrum-css/actionmenu@4.0.55)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionmenu
12+
613
<a name="4.0.54"></a>
714
##4.0.54
815
🗓

components/actionmenu/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/actionmenu",
3-
"version": "4.0.54",
3+
"version": "4.0.55",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,11 +25,11 @@
2525
"@spectrum-css/vars": ">=9"
2626
},
2727
"devDependencies": {
28-
"@spectrum-css/actionbutton": "^5.0.3",
28+
"@spectrum-css/actionbutton": "^5.0.4",
2929
"@spectrum-css/component-builder": "^4.0.14",
3030
"@spectrum-css/icon": "^4.0.1",
3131
"@spectrum-css/menu": "^4.0.50",
32-
"@spectrum-css/popover": "^6.0.69",
32+
"@spectrum-css/popover": "^6.0.70",
3333
"@spectrum-css/vars": "^9.0.8",
3434
"gulp": "^4.0.0"
3535
},

components/alertbanner/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="1.1.22"></a>
7+
##1.1.22
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.21...@spectrum-css/alertbanner@1.1.22)
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="1.1.21"></a>
716
##1.1.21
817
🗓

components/alertbanner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "1.1.21",
3+
"version": "1.1.22",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,11 +24,11 @@
2424
"@spectrum-css/tokens": ">=10"
2525
},
2626
"devDependencies": {
27-
"@spectrum-css/closebutton": "^4.0.3",
27+
"@spectrum-css/closebutton": "^4.0.4",
2828
"@spectrum-css/component-builder-simple": "^2.0.17",
29-
"@spectrum-css/divider": "^2.1.21",
29+
"@spectrum-css/divider": "^2.1.22",
3030
"@spectrum-css/icon": "^4.0.1",
31-
"@spectrum-css/tokens": "^11.3.0",
31+
"@spectrum-css/tokens": "^11.3.1",
3232
"gulp": "^4.0.0"
3333
},
3434
"publishConfig": {

components/alertdialog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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="1.0.2"></a>
7+
##1.0.2
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.1...@spectrum-css/alertdialog@1.0.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/alertdialog
12+
613
<a name="1.0.1"></a>
714
##1.0.1
815
🗓

components/alertdialog/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertdialog",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,13 +27,13 @@
2727
"@spectrum-css/underlay": ">=2"
2828
},
2929
"devDependencies": {
30-
"@spectrum-css/button": "^11.0.3",
31-
"@spectrum-css/buttongroup": "^6.1.1",
30+
"@spectrum-css/button": "^11.0.4",
31+
"@spectrum-css/buttongroup": "^6.1.2",
3232
"@spectrum-css/component-builder-simple": "^2.0.17",
33-
"@spectrum-css/divider": "^2.1.21",
33+
"@spectrum-css/divider": "^2.1.22",
3434
"@spectrum-css/icon": "^3.1.0-alpha.0",
3535
"@spectrum-css/modal": "^3.1.0",
36-
"@spectrum-css/tokens": "^11.3.0",
36+
"@spectrum-css/tokens": "^11.3.1",
3737
"@spectrum-css/underlay": "^2.1.0",
3838
"gulp": "^4.0.0"
3939
},

components/assetcard/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="2.0.4"></a>
7+
##2.0.4
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@2.0.3...@spectrum-css/assetcard@2.0.4)
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="2.0.3"></a>
716
##2.0.3
817
🗓

components/assetcard/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/assetcard",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The Spectrum CSS asset card component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,10 +24,10 @@
2424
"@spectrum-css/vars": ">=9"
2525
},
2626
"devDependencies": {
27-
"@spectrum-css/checkbox": "^7.0.6",
27+
"@spectrum-css/checkbox": "^7.0.7",
2828
"@spectrum-css/component-builder": "^4.0.14",
2929
"@spectrum-css/icon": "^4.0.1",
30-
"@spectrum-css/typography": "^5.0.36",
30+
"@spectrum-css/typography": "^5.0.37",
3131
"@spectrum-css/vars": "^9.0.8",
3232
"gulp": "^4.0.0"
3333
},

components/assetlist/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="3.0.77"></a>
7+
##3.0.77
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.76...@spectrum-css/assetlist@3.0.77)
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="3.0.76"></a>
716
##3.0.76
817
🗓

components/assetlist/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/assetlist",
3-
"version": "3.0.76",
3+
"version": "3.0.77",
44
"description": "The Spectrum CSS assetlist component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -23,7 +23,7 @@
2323
"@spectrum-css/vars": ">=9"
2424
},
2525
"devDependencies": {
26-
"@spectrum-css/checkbox": "^7.0.6",
26+
"@spectrum-css/checkbox": "^7.0.7",
2727
"@spectrum-css/component-builder": "^4.0.14",
2828
"@spectrum-css/icon": "^4.0.1",
2929
"@spectrum-css/vars": "^9.0.8",

components/avatar/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="6.0.49"></a>
7+
##6.0.49
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.48...@spectrum-css/avatar@6.0.49)
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="6.0.48"></a>
716
##6.0.48
817
🗓

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.48",
3+
"version": "6.0.49",
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.17",
25-
"@spectrum-css/tokens": "^11.3.0",
25+
"@spectrum-css/tokens": "^11.3.1",
2626
"gulp": "^4.0.0"
2727
},
2828
"publishConfig": {

components/badge/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="3.1.5"></a>
7+
##3.1.5
8+
🗓
9+
2023-08-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.1.4...@spectrum-css/badge@3.1.5)
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="3.1.4"></a>
716
##3.1.4
817
🗓

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.1.4",
3+
"version": "3.1.5",
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.17",
25-
"@spectrum-css/tokens": "^11.3.0",
25+
"@spectrum-css/tokens": "^11.3.1",
2626
"gulp": "^4.0.0"
2727
},
2828
"publishConfig": {

0 commit comments

Comments
 (0)