Skip to content

Commit f251895

Browse files
committed
chore(release): release
- @spectrum-css/accordion@4.0.10 - @spectrum-css/actionbar@6.0.60 - @spectrum-css/actionbutton@5.0.0 - @spectrum-css/actiongroup@4.0.0 - @spectrum-css/actionmenu@4.0.51 - @spectrum-css/alertbanner@1.1.18 - @spectrum-css/asset@3.0.48 - @spectrum-css/assetcard@2.0.0 - @spectrum-css/assetlist@3.0.73 - @spectrum-css/avatar@6.0.45 - @spectrum-css/badge@3.1.1 - @spectrum-css/breadcrumb@8.0.0 - @spectrum-css/button@11.0.0 - @spectrum-css/buttongroup@6.0.62 - @spectrum-css/calendar@4.0.4 - @spectrum-css/card@6.0.10 - @spectrum-css/checkbox@7.0.3 - @spectrum-css/clearbutton@2.0.0 - @spectrum-css/closebutton@4.0.0 - @spectrum-css/coachmark@5.0.59 - @spectrum-css/colorarea@4.0.34 - @spectrum-css/colorhandle@7.0.0 - @spectrum-css/colorloupe@4.1.11 - @spectrum-css/colorslider@4.0.6 - @spectrum-css/colorwheel@3.0.34 - @spectrum-css/combobox@2.0.28 - @spectrum-css/commons@8.0.0 - @spectrum-css/contextualhelp@2.0.27 - @spectrum-css/cyclebutton@3.0.74 - @spectrum-css/datepicker@1.0.41 - @spectrum-css/dial@1.0.53 - @spectrum-css/dialog@6.0.67 - @spectrum-css/divider@2.1.18 - @spectrum-css/dropindicator@3.0.52 - @spectrum-css/dropzone@5.0.14 - @spectrum-css/fieldgroup@4.0.63 - @spectrum-css/fieldlabel@7.0.24 - @spectrum-css/floatingactionbutton@1.0.20 - @spectrum-css/helptext@4.0.47 - @spectrum-css/icon@4.0.1 - @spectrum-css/illustratedmessage@6.0.14 - @spectrum-css/infieldbutton@3.0.4 - @spectrum-css/inlinealert@7.0.38 - @spectrum-css/link@4.0.58 - @spectrum-css/logicbutton@2.0.0 - @spectrum-css/menu@5.0.3 - @spectrum-css/miller@3.0.73 - @spectrum-css/modal@3.0.49 - @spectrum-css/opacitycheckerboard@1.0.4 - @spectrum-css/page@5.0.33 - @spectrum-css/pagination@6.0.37 - @spectrum-css/picker@7.0.0 - @spectrum-css/pickerbutton@4.0.4 - @spectrum-css/popover@6.0.66 - @spectrum-css/progressbar@3.0.62 - @spectrum-css/progresscircle@2.0.58 - @spectrum-css/quickaction@3.0.75 - @spectrum-css/radio@8.0.0 - @spectrum-css/rating@4.0.18 - @spectrum-css/search@6.0.12 - @spectrum-css/searchwithin@5.0.5 - @spectrum-css/sidenav@4.0.2 - @spectrum-css/site@4.0.0 - @spectrum-css/slider@4.1.1 - @spectrum-css/splitbutton@6.0.0 - @spectrum-css/splitview@3.0.48 - @spectrum-css/statuslight@6.0.45 - @spectrum-css/steplist@3.0.71 - @spectrum-css/stepper@4.0.48 - @spectrum-css/swatch@5.0.5 - @spectrum-css/swatchgroup@2.0.61 - @spectrum-css/switch@4.0.0 - @spectrum-css/table@4.0.67 - @spectrum-css/tabs@4.0.9 - @spectrum-css/tag@6.0.1 - @spectrum-css/taggroup@3.3.61 - @spectrum-css/textfield@6.0.12 - @spectrum-css/thumbnail@5.0.0 - @spectrum-css/toast@9.1.1 - @spectrum-css/tooltip@5.1.4 - @spectrum-css/tray@2.1.4 - @spectrum-css/treeview@8.0.0 - @spectrum-css/typography@5.0.33 - @spectrum-css/underlay@2.0.54 - @spectrum-css/well@3.0.48 - @spectrum-css/component-builder-simple@2.0.17 - @spectrum-css/component-builder@4.0.14 - @spectrum-css/preview@4.1.8
1 parent 1506454 commit f251895

File tree

176 files changed

+1051
-327
lines changed

Some content is hidden

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

176 files changed

+1051
-327
lines changed

components/accordion/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.10"></a>
7+
##4.0.10
8+
🗓
9+
2023-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.0.9...@spectrum-css/accordion@4.0.10)
10+
11+
**Note:** Version bump only for package @spectrum-css/accordion
12+
613
<a name="4.0.9"></a>
714
##4.0.9
815
🗓

components/accordion/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/accordion",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,8 +22,8 @@
2222
"@spectrum-css/tokens": ">=10.0.0"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/component-builder-simple": "^2.0.16",
26-
"@spectrum-css/icon": "^4.0.0",
25+
"@spectrum-css/component-builder-simple": "^2.0.17",
26+
"@spectrum-css/icon": "^4.0.1",
2727
"@spectrum-css/tokens": "^11.2.0",
2828
"gulp": "^4.0.0"
2929
},

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.60"></a>
7+
##6.0.60
8+
🗓
9+
2023-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.59...@spectrum-css/actionbar@6.0.60)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbar
12+
613
<a name="6.0.59"></a>
714
##6.0.59
815
🗓

components/actionbar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "6.0.59",
3+
"version": "6.0.60",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,12 +28,12 @@
2828
},
2929
"devDependencies": {
3030
"@spectrum-css/actionbutton": "^4.0.0-beta.0",
31-
"@spectrum-css/closebutton": "^4.0.0-beta.0",
32-
"@spectrum-css/component-builder-simple": "^2.0.16",
33-
"@spectrum-css/fieldlabel": "^7.0.23",
34-
"@spectrum-css/icon": "^4.0.0",
35-
"@spectrum-css/popover": "^6.0.65",
36-
"@spectrum-css/table": "^4.0.66",
31+
"@spectrum-css/closebutton": "^4.0.0",
32+
"@spectrum-css/component-builder-simple": "^2.0.17",
33+
"@spectrum-css/fieldlabel": "^7.0.24",
34+
"@spectrum-css/icon": "^4.0.1",
35+
"@spectrum-css/popover": "^6.0.66",
36+
"@spectrum-css/table": "^4.0.67",
3737
"@spectrum-css/tokens": "^11.2.0",
3838
"gulp": "^4.0.0"
3939
},

components/actionbutton/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
🗓
9+
2023-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@4.0.13...@spectrum-css/actionbutton@5.0.0)
10+
11+
\*refactor(actionbutton)!: replace focus-ring with focus-visible([995a0dd](https://github.com/adobe/spectrum-css/commit/995a0dd))
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
native focus-visible pseudo class used for styling
18+
619
<a name="4.0.13"></a>
720
##4.0.13
821
🗓

components/actionbutton/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/actionbutton",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,8 +22,8 @@
2222
"@spectrum-css/tokens": ">=10"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/component-builder-simple": "^2.0.16",
26-
"@spectrum-css/icon": "^4.0.0",
25+
"@spectrum-css/component-builder-simple": "^2.0.17",
26+
"@spectrum-css/icon": "^4.0.1",
2727
"@spectrum-css/tokens": "^11.2.0",
2828
"gulp": "^4.0.0"
2929
},

components/actiongroup/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.61...@spectrum-css/actiongroup@4.0.0)
10+
11+
\*refactor(actiongroup)!: replace focus-ring with focus-visible([d792847](https://github.com/adobe/spectrum-css/commit/d792847))
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
use native focus-visible pseudo class for focus styling
18+
619
<a name="3.0.61"></a>
720
##3.0.61
821
🗓

components/actiongroup/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/actiongroup",
3-
"version": "4.0.0-beta.0",
3+
"version": "4.0.0",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,9 +22,9 @@
2222
"@spectrum-css/tokens": ">=10"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/actionbutton": "^5.0.0-beta.0",
26-
"@spectrum-css/component-builder-simple": "^2.0.16",
27-
"@spectrum-css/icon": "^4.0.0",
25+
"@spectrum-css/actionbutton": "^5.0.0",
26+
"@spectrum-css/component-builder-simple": "^2.0.17",
27+
"@spectrum-css/icon": "^4.0.1",
2828
"@spectrum-css/tokens": "^11.2.0",
2929
"gulp": "^4.0.0"
3030
},

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.51"></a>
7+
##4.0.51
8+
🗓
9+
2023-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.50...@spectrum-css/actionmenu@4.0.51)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionmenu
12+
613
<a name="4.0.50"></a>
714
##4.0.50
815
🗓

components/actionmenu/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/actionmenu",
3-
"version": "4.0.50",
3+
"version": "4.0.51",
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.0-beta.0",
29-
"@spectrum-css/component-builder": "^4.0.13",
30-
"@spectrum-css/icon": "^4.0.0",
28+
"@spectrum-css/actionbutton": "^5.0.0",
29+
"@spectrum-css/component-builder": "^4.0.14",
30+
"@spectrum-css/icon": "^4.0.1",
3131
"@spectrum-css/menu": "^4.0.50",
32-
"@spectrum-css/popover": "^6.0.65",
32+
"@spectrum-css/popover": "^6.0.66",
3333
"@spectrum-css/vars": "^9.0.8",
3434
"gulp": "^4.0.0"
3535
},

0 commit comments

Comments
 (0)