Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-css/accordion@3.0.30
 - @spectrum-css/actionbar@5.0.13
 - @spectrum-css/actionbutton@3.0.10
 - @spectrum-css/actiongroup@3.0.11
 - @spectrum-css/actionmenu@4.0.7
 - @spectrum-css/asset@3.0.27
 - @spectrum-css/assetcard@1.1.10
 - @spectrum-css/assetlist@3.0.30
 - @spectrum-css/avatar@5.0.24
 - @spectrum-css/badge@2.0.8
 - @spectrum-css/breadcrumb@6.0.1
 - @spectrum-css/button@6.0.21
 - @spectrum-css/buttongroup@6.0.13
 - @spectrum-css/calendar@3.0.32
 - @spectrum-css/card@5.0.7
 - @spectrum-css/checkbox@5.0.10
 - @spectrum-css/clearbutton@1.2.17
 - @spectrum-css/closebutton@3.0.10
 - @spectrum-css/coachmark@5.0.21
 - @spectrum-css/colorarea@1.0.27
 - @spectrum-css/colorhandle@2.0.13
 - @spectrum-css/colorloupe@2.0.13
 - @spectrum-css/colorslider@2.0.13
 - @spectrum-css/colorwheel@1.0.27
 - @spectrum-css/cyclebutton@3.0.33
 - @spectrum-css/dial@1.0.29
 - @spectrum-css/dialog@6.0.23
 - @spectrum-css/divider@2.0.9
 - @spectrum-css/dropindicator@3.0.29
 - @spectrum-css/dropzone@3.0.30
 - @spectrum-css/fieldgroup@4.0.12
 - @spectrum-css/fieldlabel@5.0.14
 - @spectrum-css/helptext@3.0.12
 - @spectrum-css/icon@3.0.29
 - @spectrum-css/illustratedmessage@4.0.11
 - @spectrum-css/infieldbutton@2.0.6
 - @spectrum-css/inlinealert@5.0.14
 - @spectrum-css/inputgroup@5.0.8
 - @spectrum-css/link@4.0.10
 - @spectrum-css/logicbutton@1.2.16
 - @spectrum-css/menu@4.0.10
 - @spectrum-css/miller@3.0.30
 - @spectrum-css/modal@3.0.28
 - @spectrum-css/pagination@5.0.23
 - @spectrum-css/picker@1.2.18
 - @spectrum-css/pickerbutton@2.0.6
 - @spectrum-css/popover@6.0.12
 - @spectrum-css/progressbar@2.0.11
 - @spectrum-css/progresscircle@2.0.10
 - @spectrum-css/quickaction@3.0.31
 - @spectrum-css/radio@6.0.9
 - @spectrum-css/rating@3.0.30
 - @spectrum-css/search@4.2.19
 - @spectrum-css/searchwithin@3.4.27
 - @spectrum-css/sidenav@3.0.30
 - @spectrum-css/site@3.0.5
 - @spectrum-css/slider@3.1.12
 - @spectrum-css/splitbutton@5.0.21
 - @spectrum-css/splitview@3.0.27
 - @spectrum-css/statuslight@5.0.10
 - @spectrum-css/steplist@3.0.31
 - @spectrum-css/stepper@3.0.33
 - @spectrum-css/swatch@3.0.8
 - @spectrum-css/swatchgroup@2.0.9
 - @spectrum-css/switch@3.0.4
 - @spectrum-css/table@4.0.25
 - @spectrum-css/tabs@3.2.26
 - @spectrum-css/tag@4.0.8
 - @spectrum-css/taggroup@3.3.20
 - @spectrum-css/textfield@3.2.10
 - @spectrum-css/thumbnail@2.0.22
 - @spectrum-css/toast@8.0.14
 - @spectrum-css/tooltip@4.0.9
 - @spectrum-css/tray@2.0.9
 - @spectrum-css/treeview@6.0.26
 - @spectrum-css/typography@4.0.25
 - @spectrum-css/underlay@2.0.36
 - @spectrum-css/well@3.0.27
 - @spectrum-css/preview@1.0.8
  • Loading branch information
pfulton committed Jan 27, 2023
1 parent ecdfb35 commit 95ad71f
Show file tree
Hide file tree
Showing 158 changed files with 1,058 additions and 268 deletions.
10 changes: 10 additions & 0 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.30"></a>
## 3.0.30
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.29...@spectrum-css/accordion@3.0.30)

**Note:** Version bump only for package @spectrum-css/accordion





<a name="3.0.29"></a>
## 3.0.29
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.28...@spectrum-css/accordion@3.0.29)
Expand Down
6 changes: 3 additions & 3 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
"version": "3.0.29",
"version": "3.0.30",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -22,11 +22,11 @@
},
"devDependencies": {
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.0.13"></a>
## 5.0.13
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@5.0.12...@spectrum-css/actionbar@5.0.13)

**Note:** Version bump only for package @spectrum-css/actionbar





<a name="5.0.12"></a>
## 5.0.12
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@5.0.11...@spectrum-css/actionbar@5.0.12)
Expand Down
16 changes: 8 additions & 8 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "5.0.12",
"version": "5.0.13",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -26,18 +26,18 @@
"@spectrum-css/tokens": "^6.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.9",
"@spectrum-css/actiongroup": "^3.0.10",
"@spectrum-css/closebutton": "^3.0.9",
"@spectrum-css/actionbutton": "^3.0.10",
"@spectrum-css/actiongroup": "^3.0.11",
"@spectrum-css/closebutton": "^3.0.10",
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/fieldlabel": "^5.0.13",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/fieldlabel": "^5.0.14",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/popover": "^5.0.18",
"@spectrum-css/table": "^4.0.24",
"@spectrum-css/table": "^4.0.25",
"@spectrum-css/tokens": "^6.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/actionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.10"></a>
## 3.0.10
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.9...@spectrum-css/actionbutton@3.0.10)

**Note:** Version bump only for package @spectrum-css/actionbutton





<a name="3.0.9"></a>
## 3.0.9
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.8...@spectrum-css/actionbutton@3.0.9)
Expand Down
6 changes: 3 additions & 3 deletions components/actionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbutton",
"version": "3.0.9",
"version": "3.0.10",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -22,11 +22,11 @@
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/tokens": "^6.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/actiongroup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.11"></a>
## 3.0.11
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.10...@spectrum-css/actiongroup@3.0.11)

**Note:** Version bump only for package @spectrum-css/actiongroup





<a name="3.0.10"></a>
## 3.0.10
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.9...@spectrum-css/actiongroup@3.0.10)
Expand Down
8 changes: 4 additions & 4 deletions components/actiongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actiongroup",
"version": "3.0.10",
"version": "3.0.11",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -21,13 +21,13 @@
"@spectrum-css/tokens": "^6.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.9",
"@spectrum-css/actionbutton": "^3.0.10",
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/tokens": "^6.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/actionmenu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.7"></a>
## 4.0.7
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.6...@spectrum-css/actionmenu@4.0.7)

**Note:** Version bump only for package @spectrum-css/actionmenu





<a name="4.0.6"></a>
## 4.0.6
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.5...@spectrum-css/actionmenu@4.0.6)
Expand Down
8 changes: 4 additions & 4 deletions components/actionmenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionmenu",
"version": "4.0.6",
"version": "4.0.7",
"description": "The Spectrum CSS actionmenu component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -26,13 +26,13 @@
"devDependencies": {
"@spectrum-css/actionbutton": "^1.1.14",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/menu": "^4.0.9",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/menu": "^4.0.10",
"@spectrum-css/popover": "^5.0.18",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.27"></a>
## 3.0.27
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/asset@3.0.26...@spectrum-css/asset@3.0.27)

**Note:** Version bump only for package @spectrum-css/asset





<a name="3.0.26"></a>
## 3.0.26
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/asset@3.0.25...@spectrum-css/asset@3.0.26)
Expand Down
4 changes: 2 additions & 2 deletions components/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/asset",
"version": "3.0.26",
"version": "3.0.27",
"description": "The Spectrum CSS asset component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -27,4 +27,4 @@
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/assetcard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.10"></a>
## 1.1.10
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@1.1.9...@spectrum-css/assetcard@1.1.10)

**Note:** Version bump only for package @spectrum-css/assetcard





<a name="1.1.9"></a>
## 1.1.9
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@1.1.8...@spectrum-css/assetcard@1.1.9)
Expand Down
8 changes: 4 additions & 4 deletions components/assetcard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetcard",
"version": "1.1.9",
"version": "1.1.10",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -25,12 +25,12 @@
"devDependencies": {
"@spectrum-css/checkbox": "^3.1.3",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/typography": "^4.0.24",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/typography": "^4.0.25",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/assetlist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.30"></a>
## 3.0.30
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.29...@spectrum-css/assetlist@3.0.30)

**Note:** Version bump only for package @spectrum-css/assetlist





<a name="3.0.29"></a>
## 3.0.29
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.28...@spectrum-css/assetlist@3.0.29)
Expand Down
6 changes: 3 additions & 3 deletions components/assetlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetlist",
"version": "3.0.29",
"version": "3.0.30",
"description": "The Spectrum CSS assetlist component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -24,11 +24,11 @@
"devDependencies": {
"@spectrum-css/checkbox": "^3.1.3",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.28",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.0.24"></a>
## 5.0.24
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@5.0.23...@spectrum-css/avatar@5.0.24)

**Note:** Version bump only for package @spectrum-css/avatar





<a name="5.0.23"></a>
## 5.0.23
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@5.0.22...@spectrum-css/avatar@5.0.23)
Expand Down
4 changes: 2 additions & 2 deletions components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/avatar",
"version": "5.0.23",
"version": "5.0.24",
"description": "The Spectrum CSS avatar component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -27,4 +27,4 @@
"publishConfig": {
"access": "public"
}
}
}
10 changes: 10 additions & 0 deletions components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.8"></a>
## 2.0.8
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@2.0.7...@spectrum-css/badge@2.0.8)

**Note:** Version bump only for package @spectrum-css/badge





<a name="2.0.7"></a>
## 2.0.7
🗓 2023-01-25 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@2.0.6...@spectrum-css/badge@2.0.7)
Expand Down
4 changes: 2 additions & 2 deletions components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/badge",
"version": "2.0.7",
"version": "2.0.8",
"description": "The Spectrum CSS badge component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -27,4 +27,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit 95ad71f

Please sign in to comment.