Skip to content

Commit f649616

Browse files
committed
chore(release): release
- @spectrum-css/accordion@3.0.46 - @spectrum-css/actionbar@6.0.43 - @spectrum-css/actionbutton@4.0.1 - @spectrum-css/actiongroup@3.0.48 - @spectrum-css/actionmenu@4.0.36 - @spectrum-css/alertbanner@1.1.4 - @spectrum-css/asset@3.0.42 - @spectrum-css/assetcard@1.1.39 - @spectrum-css/assetlist@3.0.59 - @spectrum-css/avatar@6.0.32 - @spectrum-css/badge@3.0.34 - @spectrum-css/breadcrumb@7.0.35 - @spectrum-css/button@10.1.2 - @spectrum-css/buttongroup@6.0.49 - @spectrum-css/calendar@3.1.22 - @spectrum-css/card@5.0.37 - @spectrum-css/checkbox@6.1.0 - @spectrum-css/clearbutton@1.2.32 - @spectrum-css/closebutton@3.1.2 - @spectrum-css/coachmark@5.0.46 - @spectrum-css/colorarea@4.0.18 - @spectrum-css/colorhandle@5.0.6 - @spectrum-css/colorloupe@4.0.6 - @spectrum-css/colorslider@3.0.14 - @spectrum-css/colorwheel@3.0.18 - @spectrum-css/combobox@2.0.13 - @spectrum-css/commons@7.0.7 - @spectrum-css/contextualhelp@2.0.12 - @spectrum-css/cyclebutton@3.0.61 - @spectrum-css/datepicker@1.0.26 - @spectrum-css/dial@1.0.45 - @spectrum-css/dialog@6.0.53 - @spectrum-css/divider@2.1.4 - @spectrum-css/dropindicator@3.0.45 - @spectrum-css/dropzone@5.0.1 - @spectrum-css/expressvars@3.0.7 - @spectrum-css/fieldgroup@4.0.49 - @spectrum-css/fieldlabel@7.0.7 - @spectrum-css/floatingactionbutton@1.0.7 - @spectrum-css/helptext@4.0.34 - @spectrum-css/icon@3.0.45 - @spectrum-css/illustratedmessage@6.0.1 - @spectrum-css/infieldbutton@2.0.22 - @spectrum-css/inlinealert@7.0.25 - @spectrum-css/link@4.0.45 - @spectrum-css/logicbutton@1.2.31 - @spectrum-css/menu@4.0.39 - @spectrum-css/miller@3.0.59 - @spectrum-css/modal@3.0.43 - @spectrum-css/overlay@3.0.8 - @spectrum-css/page@5.0.29 - @spectrum-css/pagination@6.0.24 - @spectrum-css/picker@4.0.12 - @spectrum-css/pickerbutton@3.0.24 - @spectrum-css/popover@6.0.51 - @spectrum-css/progressbar@3.0.45 - @spectrum-css/progresscircle@2.0.45 - @spectrum-css/quickaction@3.0.61 - @spectrum-css/radio@7.0.34 - @spectrum-css/rating@4.0.5 - @spectrum-css/search@5.0.23 - @spectrum-css/searchwithin@4.0.27 - @spectrum-css/sidenav@3.0.46 - @spectrum-css/site@3.0.19 - @spectrum-css/slider@4.0.7 - @spectrum-css/splitbutton@5.0.48 - @spectrum-css/splitview@3.0.42 - @spectrum-css/statuslight@6.0.32 - @spectrum-css/steplist@3.0.58 - @spectrum-css/stepper@4.0.35 - @spectrum-css/swatch@4.0.22 - @spectrum-css/swatchgroup@2.0.46 - @spectrum-css/switch@3.1.0 - @spectrum-css/table@4.0.53 - @spectrum-css/tabs@3.2.57 - @spectrum-css/tag@5.0.34 - @spectrum-css/taggroup@3.3.47 - @spectrum-css/textfield@5.1.11 - @spectrum-css/thumbnail@3.0.9 - @spectrum-css/toast@9.0.34 - @spectrum-css/tokens@10.1.2 - @spectrum-css/tooltip@5.0.34 - @spectrum-css/tray@2.0.48 - @spectrum-css/treeview@7.0.3 - @spectrum-css/typography@5.0.20 - @spectrum-css/underlay@2.0.50 - @spectrum-css/vars@9.0.7 - @spectrum-css/well@3.0.42 - stylelint-no-missing-parenthesis@1.1.0 - stylelint-no-missing-var@1.1.0 - stylelint-suit-naming-pattern@1.1.0 - @spectrum-css/bundle-builder@4.0.9 - @spectrum-css/component-builder-simple@2.0.14 - @spectrum-css/component-builder@4.0.10 - @spectrum-css/generator@2.0.8 - @spectrum-css/preview@3.0.24
1 parent a450904 commit f649616

File tree

192 files changed

+3840
-3156
lines changed

Some content is hidden

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

192 files changed

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

815
## 3.0.45

components/accordion/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "@spectrum-css/accordion",
3-
"version": "3.0.45",
4-
"description": "The Spectrum CSS accordion component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/accordion"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index-vars.css",
17-
"scripts": {
18-
"build": "gulp"
19-
},
20-
"peerDependencies": {
21-
"@spectrum-css/icon": ">=3",
22-
"@spectrum-css/vars": ">=9"
23-
},
24-
"devDependencies": {
25-
"@spectrum-css/component-builder": "^4.0.9",
26-
"@spectrum-css/icon": "^3.0.44",
27-
"@spectrum-css/vars": "^9.0.6",
28-
"gulp": "^4.0.0"
29-
},
30-
"publishConfig": {
31-
"access": "public"
32-
}
2+
"name": "@spectrum-css/accordion",
3+
"version": "3.0.46",
4+
"description": "The Spectrum CSS accordion component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/accordion"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index-vars.css",
17+
"scripts": {
18+
"build": "gulp"
19+
},
20+
"peerDependencies": {
21+
"@spectrum-css/icon": ">=3",
22+
"@spectrum-css/vars": ">=9"
23+
},
24+
"devDependencies": {
25+
"@spectrum-css/component-builder": "^4.0.10",
26+
"@spectrum-css/icon": "^3.0.45",
27+
"@spectrum-css/vars": "^9.0.7",
28+
"gulp": "^4.0.0"
29+
},
30+
"publishConfig": {
31+
"access": "public"
32+
}
3333
}

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

815
## 6.0.42

components/actionbar/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"name": "@spectrum-css/actionbar",
3-
"version": "6.0.42",
4-
"description": "The Spectrum CSS actionbar component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/actionbar"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index-vars.css",
17-
"scripts": {
18-
"build": "gulp"
19-
},
20-
"peerDependencies": {
21-
"@spectrum-css/actionbutton": ">=3",
22-
"@spectrum-css/actiongroup": ">=3",
23-
"@spectrum-css/closebutton": ">=3",
24-
"@spectrum-css/fieldlabel": ">=7.0.0",
25-
"@spectrum-css/icon": ">=3",
26-
"@spectrum-css/popover": ">=5 <=6",
27-
"@spectrum-css/tokens": ">=10.0.0"
28-
},
29-
"devDependencies": {
30-
"@spectrum-css/actionbutton": "^4.0.0",
31-
"@spectrum-css/actiongroup": "^3.0.47",
32-
"@spectrum-css/closebutton": "^3.1.1",
33-
"@spectrum-css/component-builder-simple": "^2.0.13",
34-
"@spectrum-css/fieldlabel": "^7.0.6",
35-
"@spectrum-css/icon": "^3.0.44",
36-
"@spectrum-css/popover": "^6.0.50",
37-
"@spectrum-css/table": "^4.0.52",
38-
"@spectrum-css/tokens": "^10.1.1",
39-
"gulp": "^4.0.0"
40-
},
41-
"publishConfig": {
42-
"access": "public"
43-
}
2+
"name": "@spectrum-css/actionbar",
3+
"version": "6.0.43",
4+
"description": "The Spectrum CSS actionbar component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/actionbar"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index-vars.css",
17+
"scripts": {
18+
"build": "gulp"
19+
},
20+
"peerDependencies": {
21+
"@spectrum-css/actionbutton": ">=3",
22+
"@spectrum-css/actiongroup": ">=3",
23+
"@spectrum-css/closebutton": ">=3",
24+
"@spectrum-css/fieldlabel": ">=7.0.0",
25+
"@spectrum-css/icon": ">=3",
26+
"@spectrum-css/popover": ">=5 <=6",
27+
"@spectrum-css/tokens": ">=10.0.0"
28+
},
29+
"devDependencies": {
30+
"@spectrum-css/actionbutton": "^4.0.1",
31+
"@spectrum-css/actiongroup": "^3.0.48",
32+
"@spectrum-css/closebutton": "^3.1.2",
33+
"@spectrum-css/component-builder-simple": "^2.0.14",
34+
"@spectrum-css/fieldlabel": "^7.0.7",
35+
"@spectrum-css/icon": "^3.0.45",
36+
"@spectrum-css/popover": "^6.0.51",
37+
"@spectrum-css/table": "^4.0.53",
38+
"@spectrum-css/tokens": "^10.1.2",
39+
"gulp": "^4.0.0"
40+
},
41+
"publishConfig": {
42+
"access": "public"
43+
}
4444
}

components/actionbutton/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-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@4.0.0...@spectrum-css/actionbutton@4.0.1)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbutton
12+
613
<a name="4.0.0"></a>
714

815
# 4.0.0

components/actionbutton/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "@spectrum-css/actionbutton",
3-
"version": "4.0.0",
4-
"description": "The Spectrum CSS action button component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/actionbutton"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index-vars.css",
17-
"scripts": {
18-
"build": "gulp"
19-
},
20-
"peerDependencies": {
21-
"@spectrum-css/icon": ">=3",
22-
"@spectrum-css/tokens": ">=10.0.0"
23-
},
24-
"devDependencies": {
25-
"@spectrum-css/component-builder-simple": "^2.0.13",
26-
"@spectrum-css/icon": "^3.0.44",
27-
"@spectrum-css/tokens": "^10.1.1",
28-
"gulp": "^4.0.0"
29-
},
30-
"publishConfig": {
31-
"access": "public"
32-
}
2+
"name": "@spectrum-css/actionbutton",
3+
"version": "4.0.1",
4+
"description": "The Spectrum CSS action button component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/actionbutton"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index-vars.css",
17+
"scripts": {
18+
"build": "gulp"
19+
},
20+
"peerDependencies": {
21+
"@spectrum-css/icon": ">=3",
22+
"@spectrum-css/tokens": ">=10.0.0"
23+
},
24+
"devDependencies": {
25+
"@spectrum-css/component-builder-simple": "^2.0.14",
26+
"@spectrum-css/icon": "^3.0.45",
27+
"@spectrum-css/tokens": "^10.1.2",
28+
"gulp": "^4.0.0"
29+
},
30+
"publishConfig": {
31+
"access": "public"
32+
}
3333
}

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

815
## 3.0.47

components/actiongroup/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "@spectrum-css/actiongroup",
3-
"version": "3.0.47",
4-
"description": "The Spectrum CSS actiongroup component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/actiongroup"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index-vars.css",
17-
"scripts": {
18-
"build": "gulp"
19-
},
20-
"peerDependencies": {
21-
"@spectrum-css/actionbutton": ">=3",
22-
"@spectrum-css/tokens": ">=10.0.0"
23-
},
24-
"devDependencies": {
25-
"@spectrum-css/actionbutton": "^4.0.0",
26-
"@spectrum-css/component-builder-simple": "^2.0.13",
27-
"@spectrum-css/icon": "^3.0.44",
28-
"@spectrum-css/tokens": "^10.1.1",
29-
"gulp": "^4.0.0"
30-
},
31-
"publishConfig": {
32-
"access": "public"
33-
}
2+
"name": "@spectrum-css/actiongroup",
3+
"version": "3.0.48",
4+
"description": "The Spectrum CSS actiongroup component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/actiongroup"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index-vars.css",
17+
"scripts": {
18+
"build": "gulp"
19+
},
20+
"peerDependencies": {
21+
"@spectrum-css/actionbutton": ">=3",
22+
"@spectrum-css/tokens": ">=10.0.0"
23+
},
24+
"devDependencies": {
25+
"@spectrum-css/actionbutton": "^4.0.1",
26+
"@spectrum-css/component-builder-simple": "^2.0.14",
27+
"@spectrum-css/icon": "^3.0.45",
28+
"@spectrum-css/tokens": "^10.1.2",
29+
"gulp": "^4.0.0"
30+
},
31+
"publishConfig": {
32+
"access": "public"
33+
}
3434
}

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

815
## 4.0.35

0 commit comments

Comments
 (0)