Skip to content

Commit f0d82c7

Browse files
committed
chore(release): release
- @spectrum-css/accordion@4.0.1 - @spectrum-css/actionbar@6.0.48 - @spectrum-css/actiongroup@3.0.53 - @spectrum-css/actionmenu@4.0.41 - @spectrum-css/alertbanner@1.1.9 - @spectrum-css/calendar@3.2.2 - @spectrum-css/card@6.0.0 - @spectrum-css/colorarea@4.0.23 - @spectrum-css/colorhandle@5.0.11 - @spectrum-css/colorloupe@4.1.2 - @spectrum-css/colorslider@3.0.19 - @spectrum-css/colorwheel@3.0.23 - @spectrum-css/combobox@2.0.18 - @spectrum-css/contextualhelp@2.0.17 - @spectrum-css/datepicker@1.0.31 - @spectrum-css/dialog@6.0.58 - @spectrum-css/divider@2.1.9 - @spectrum-css/expressvars@3.0.9 - @spectrum-css/fieldlabel@7.0.12 - @spectrum-css/menu@4.0.44 - @spectrum-css/picker@4.0.17 - @spectrum-css/pickerbutton@3.0.29 - @spectrum-css/popover@6.0.56 - @spectrum-css/progressbar@3.0.50 - @spectrum-css/searchwithin@4.0.32 - @spectrum-css/swatch@4.0.27 - @spectrum-css/swatchgroup@2.0.51 - @spectrum-css/tabs@3.2.62 - @spectrum-css/tray@2.0.53 - @spectrum-css/preview@3.1.2
1 parent 559696f commit f0d82c7

Some content is hidden

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

60 files changed

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

components/accordion/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/accordion",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

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

components/actionbar/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/actionbar",
3-
"version": "6.0.47",
3+
"version": "6.0.48",
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.5",
31-
"@spectrum-css/actiongroup": "^3.0.52",
31+
"@spectrum-css/actiongroup": "^3.0.53",
3232
"@spectrum-css/closebutton": "^3.1.6",
3333
"@spectrum-css/component-builder-simple": "^2.0.15",
34-
"@spectrum-css/fieldlabel": "^7.0.11",
34+
"@spectrum-css/fieldlabel": "^7.0.12",
3535
"@spectrum-css/icon": "^3.0.49",
36-
"@spectrum-css/popover": "^6.0.55",
36+
"@spectrum-css/popover": "^6.0.56",
3737
"@spectrum-css/table": "^4.0.57",
3838
"@spectrum-css/tokens": "^10.2.0",
3939
"gulp": "^4.0.0"

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="3.0.53"></a>
7+
##3.0.53
8+
🗓
9+
2023-06-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.52...@spectrum-css/actiongroup@3.0.53)
10+
11+
### 🐛 Bug fixes
12+
13+
- **actiongroup:**fix variable names for focus indicator border radius([ec8c8ec](https://github.com/adobe/spectrum-css/commit/ec8c8ec))
14+
615
<a name="3.0.52"></a>
716
##3.0.52
817
🗓

components/actiongroup/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/actiongroup",
3-
"version": "3.0.52",
3+
"version": "3.0.53",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

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.41"></a>
7+
##4.0.41
8+
🗓
9+
2023-06-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.40...@spectrum-css/actionmenu@4.0.41)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionmenu
12+
613
<a name="4.0.40"></a>
714
##4.0.40
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.40",
3+
"version": "4.0.41",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,8 +28,8 @@
2828
"@spectrum-css/actionbutton": "^4.0.5",
2929
"@spectrum-css/component-builder": "^4.0.12",
3030
"@spectrum-css/icon": "^3.0.49",
31-
"@spectrum-css/menu": "^4.0.43",
32-
"@spectrum-css/popover": "^6.0.55",
31+
"@spectrum-css/menu": "^4.0.44",
32+
"@spectrum-css/popover": "^6.0.56",
3333
"@spectrum-css/vars": "^9.0.8",
3434
"gulp": "^4.0.0"
3535
},

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

components/alertbanner/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/alertbanner",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@spectrum-css/closebutton": "^3.1.6",
2828
"@spectrum-css/component-builder-simple": "^2.0.15",
29-
"@spectrum-css/divider": "^2.1.8",
29+
"@spectrum-css/divider": "^2.1.9",
3030
"@spectrum-css/icon": "^3.0.49",
3131
"@spectrum-css/tokens": "^10.2.0",
3232
"gulp": "^4.0.0"

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

components/calendar/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/calendar",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "The Spectrum CSS calendar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/card/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="6.0.0"></a>
7+
#6.0.0
8+
🗓
9+
2023-06-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@5.0.41...@spectrum-css/card@6.0.0)
10+
11+
\*feat(card)!: migrate to use `@adobe/spectrum-tokens` (#1693)([1afc96b](https://github.com/adobe/spectrum-css/commit/1afc96b)), closes[#1693](https://github.com/adobe/spectrum-css/issues/1693)
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
migrates the Card component to use `@adobe/spectrum-tokens`
18+
619
<a name="5.0.41"></a>
720
##5.0.41
821
🗓

components/card/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/card",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0",
44
"description": "The Spectrum CSS card component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -33,8 +33,8 @@
3333
"@spectrum-css/component-builder-simple": "^2.0.6",
3434
"@spectrum-css/icon": "^3.0.49",
3535
"@spectrum-css/quickaction": "^3.0.65",
36-
"@spectrum-css/typography": "^5.0.24",
3736
"@spectrum-css/tokens": "^10.0.0",
37+
"@spectrum-css/typography": "^5.0.24",
3838
"gulp": "^4.0.0"
3939
},
4040
"publishConfig": {

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

components/colorarea/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/colorarea",
3-
"version": "4.0.22",
3+
"version": "4.0.23",
44
"description": "The Spectrum CSS Color Area component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"@spectrum-css/tokens": ">=10.0.0"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/colorhandle": "^5.0.10",
25+
"@spectrum-css/colorhandle": "^5.0.11",
2626
"@spectrum-css/component-builder-simple": "^2.0.15",
2727
"@spectrum-css/tokens": "^10.2.0",
2828
"gulp": "^4.0.0"

components/colorhandle/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.11"></a>
7+
##5.0.11
8+
🗓
9+
2023-06-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorhandle@5.0.10...@spectrum-css/colorhandle@5.0.11)
10+
11+
### 🐛 Bug fixes
12+
13+
- **colorloupe:**border bug ([#1958](https://github.com/adobe/spectrum-css/issues/1958))([559696f](https://github.com/adobe/spectrum-css/commit/559696f))
14+
615
<a name="5.0.10"></a>
716
##5.0.10
817
🗓

components/colorhandle/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/colorhandle",
3-
"version": "5.0.10",
3+
"version": "5.0.11",
44
"description": "The Spectrum CSS Color Handle component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"@spectrum-css/tokens": ">=9"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/colorloupe": "^4.1.1",
25+
"@spectrum-css/colorloupe": "^4.1.2",
2626
"@spectrum-css/component-builder-simple": "^2.0.15",
2727
"@spectrum-css/tokens": "^10.2.0",
2828
"gulp": "^4.0.0"

components/colorloupe/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.1.2"></a>
7+
##4.1.2
8+
🗓
9+
2023-06-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorloupe@4.1.1...@spectrum-css/colorloupe@4.1.2)
10+
11+
### 🐛 Bug fixes
12+
13+
- **colorloupe:**border bug ([#1958](https://github.com/adobe/spectrum-css/issues/1958))([559696f](https://github.com/adobe/spectrum-css/commit/559696f))
14+
615
<a name="4.1.1"></a>
716
##4.1.1
817
🗓

components/colorloupe/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/colorloupe",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "The Spectrum CSS Color Loupe component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/colorslider/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.19"></a>
7+
##3.0.19
8+
🗓
9+
2023-06-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorslider@3.0.18...@spectrum-css/colorslider@3.0.19)
10+
11+
### 🐛 Bug fixes
12+
13+
- **colorloupe:**border bug ([#1958](https://github.com/adobe/spectrum-css/issues/1958))([559696f](https://github.com/adobe/spectrum-css/commit/559696f))
14+
615
<a name="3.0.18"></a>
716
##3.0.18
817
🗓

components/colorslider/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/colorslider",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "The Spectrum CSS Color Slider component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"@spectrum-css/vars": ">=9"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/colorhandle": "^5.0.10",
25+
"@spectrum-css/colorhandle": "^5.0.11",
2626
"@spectrum-css/component-builder": "^4.0.12",
2727
"@spectrum-css/vars": "^9.0.8",
2828
"gulp": "^4.0.0"

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

components/colorwheel/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/colorwheel",
3-
"version": "3.0.22",
3+
"version": "3.0.23",
44
"description": "The Spectrum CSS Color Area 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/colorarea": "^4.0.22",
26-
"@spectrum-css/colorhandle": "^5.0.10",
25+
"@spectrum-css/colorarea": "^4.0.23",
26+
"@spectrum-css/colorhandle": "^5.0.11",
2727
"@spectrum-css/component-builder-simple": "^2.0.15",
2828
"@spectrum-css/tokens": "^10.2.0",
2929
"gulp": "^4.0.0"

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

components/combobox/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/combobox",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"description": "The Spectrum CSS combobox component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,9 +24,9 @@
2424
},
2525
"devDependencies": {
2626
"@spectrum-css/component-builder-simple": "^2.0.15",
27-
"@spectrum-css/menu": "^4.0.43",
28-
"@spectrum-css/pickerbutton": "^3.0.28",
29-
"@spectrum-css/popover": "^6.0.55",
27+
"@spectrum-css/menu": "^4.0.44",
28+
"@spectrum-css/pickerbutton": "^3.0.29",
29+
"@spectrum-css/popover": "^6.0.56",
3030
"@spectrum-css/progresscircle": "^2.0.49",
3131
"@spectrum-css/textfield": "^6.0.3",
3232
"@spectrum-css/tokens": "^10.2.0",

0 commit comments

Comments
 (0)