Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-css/accordion@3.0.32
 - @spectrum-css/actionbar@6.0.0
 - @spectrum-css/actionbutton@3.0.12
 - @spectrum-css/actiongroup@3.0.13
 - @spectrum-css/actionmenu@4.0.9
 - @spectrum-css/asset@3.0.29
 - @spectrum-css/assetcard@1.1.12
 - @spectrum-css/assetlist@3.0.32
 - @spectrum-css/avatar@5.0.26
 - @spectrum-css/badge@3.0.0
 - @spectrum-css/breadcrumb@7.0.0
 - @spectrum-css/button@9.0.0
 - @spectrum-css/buttongroup@6.0.15
 - @spectrum-css/calendar@3.0.34
 - @spectrum-css/card@5.0.9
 - @spectrum-css/checkbox@6.0.0
 - @spectrum-css/clearbutton@1.2.18
 - @spectrum-css/closebutton@3.0.12
 - @spectrum-css/coachmark@5.0.22
 - @spectrum-css/colorarea@1.0.28
 - @spectrum-css/colorhandle@2.0.14
 - @spectrum-css/colorloupe@2.0.14
 - @spectrum-css/colorslider@2.0.14
 - @spectrum-css/colorwheel@1.0.28
 - @spectrum-css/commons@7.0.0
 - @spectrum-css/cyclebutton@3.0.35
 - @spectrum-css/dial@1.0.31
 - @spectrum-css/dialog@6.0.26
 - @spectrum-css/divider@2.0.11
 - @spectrum-css/dropindicator@3.0.31
 - @spectrum-css/dropzone@3.0.32
 - @spectrum-css/fieldgroup@4.0.14
 - @spectrum-css/fieldlabel@6.0.0
 - @spectrum-css/helptext@4.0.0
 - @spectrum-css/icon@3.0.31
 - @spectrum-css/illustratedmessage@4.0.12
 - @spectrum-css/infieldbutton@2.0.8
 - @spectrum-css/inlinealert@6.0.0
 - @spectrum-css/inputgroup@5.0.10
 - @spectrum-css/link@4.0.12
 - @spectrum-css/logicbutton@1.2.17
 - @spectrum-css/menu@4.0.12
 - @spectrum-css/miller@3.0.32
 - @spectrum-css/modal@3.0.29
 - @spectrum-css/page@5.0.16
 - @spectrum-css/pagination@5.0.25
 - @spectrum-css/picker@1.2.20
 - @spectrum-css/pickerbutton@2.0.8
 - @spectrum-css/popover@6.0.15
 - @spectrum-css/progressbar@3.0.0
 - @spectrum-css/progresscircle@2.0.11
 - @spectrum-css/quickaction@3.0.33
 - @spectrum-css/radio@7.0.0
 - @spectrum-css/rating@3.0.32
 - @spectrum-css/search@4.2.21
 - @spectrum-css/searchwithin@3.4.29
 - @spectrum-css/sidenav@3.0.32
 - @spectrum-css/site@3.0.6
 - @spectrum-css/slider@3.1.13
 - @spectrum-css/splitbutton@5.0.23
 - @spectrum-css/splitview@3.0.28
 - @spectrum-css/statuslight@6.0.0
 - @spectrum-css/steplist@3.0.33
 - @spectrum-css/stepper@3.0.35
 - @spectrum-css/swatch@3.0.10
 - @spectrum-css/swatchgroup@2.0.11
 - @spectrum-css/switch@3.0.6
 - @spectrum-css/table@4.0.27
 - @spectrum-css/tabs@3.2.28
 - @spectrum-css/tag@5.0.0
 - @spectrum-css/taggroup@3.3.22
 - @spectrum-css/textfield@3.2.12
 - @spectrum-css/thumbnail@2.0.24
 - @spectrum-css/toast@9.0.0
 - @spectrum-css/tokens@7.0.0
 - @spectrum-css/tooltip@5.0.0
 - @spectrum-css/tray@2.0.12
 - @spectrum-css/treeview@6.0.28
 - @spectrum-css/typography@4.0.26
 - @spectrum-css/underlay@2.0.37
 - @spectrum-css/well@3.0.28
 - @spectrum-css/component-builder@4.0.0
 - @spectrum-css/generator@2.0.0
 - @spectrum-css/preview@2.0.0
  • Loading branch information
pfulton committed Feb 1, 2023
1 parent f2532e7 commit c17374b
Show file tree
Hide file tree
Showing 168 changed files with 1,203 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.32"></a>
## 3.0.32
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.31...@spectrum-css/accordion@3.0.32)

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





<a name="3.0.31"></a>
## 3.0.31
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@3.0.30...@spectrum-css/accordion@3.0.31)
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.31",
"version": "3.0.32",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -21,8 +21,8 @@
"@spectrum-css/vars": "^8.0.0"
},
"devDependencies": {
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/component-builder": "^4.0.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
Expand Down
15 changes: 15 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

* chore(tokens)!: use latest dependency & fix build error (#1591) ([f2532e7](https://github.com/adobe/spectrum-css/commit/f2532e7)), closes [#1591](https://github.com/adobe/spectrum-css/issues/1591)


### 🛑 BREAKING CHANGES

* uses latest `@adobe/spectrum-tokens` dependency which includes token renames





<a name="5.0.14"></a>
## 5.0.14
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@5.0.13...@spectrum-css/actionbar@5.0.14)
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.14",
"version": "6.0.0",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -26,15 +26,15 @@
"@spectrum-css/tokens": "^6.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.11",
"@spectrum-css/actiongroup": "^3.0.12",
"@spectrum-css/closebutton": "^3.0.11",
"@spectrum-css/actionbutton": "^3.0.12",
"@spectrum-css/actiongroup": "^3.0.13",
"@spectrum-css/closebutton": "^3.0.12",
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/fieldlabel": "^5.0.15",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/fieldlabel": "^6.0.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/popover": "^5.0.18",
"@spectrum-css/table": "^4.0.26",
"@spectrum-css/tokens": "^6.3.0",
"@spectrum-css/table": "^4.0.27",
"@spectrum-css/tokens": "^7.0.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
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.12"></a>
## 3.0.12
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.11...@spectrum-css/actionbutton@3.0.12)

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





<a name="3.0.11"></a>
## 3.0.11
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.10...@spectrum-css/actionbutton@3.0.11)
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.11",
"version": "3.0.12",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/tokens": "^6.3.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/tokens": "^7.0.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
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.13"></a>
## 3.0.13
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.12...@spectrum-css/actiongroup@3.0.13)

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





<a name="3.0.12"></a>
## 3.0.12
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.11...@spectrum-css/actiongroup@3.0.12)
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.12",
"version": "3.0.13",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -21,10 +21,10 @@
"@spectrum-css/tokens": "^6.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.11",
"@spectrum-css/actionbutton": "^3.0.12",
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/tokens": "^6.3.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/tokens": "^7.0.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
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.9"></a>
## 4.0.9
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.8...@spectrum-css/actionmenu@4.0.9)

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





<a name="4.0.8"></a>
## 4.0.8
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.7...@spectrum-css/actionmenu@4.0.8)
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.8",
"version": "4.0.9",
"description": "The Spectrum CSS actionmenu component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -25,9 +25,9 @@
},
"devDependencies": {
"@spectrum-css/actionbutton": "^1.1.14",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/menu": "^4.0.11",
"@spectrum-css/component-builder": "^4.0.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/menu": "^4.0.12",
"@spectrum-css/popover": "^5.0.18",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
Expand Down
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.29"></a>
## 3.0.29
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/asset@3.0.28...@spectrum-css/asset@3.0.29)

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





<a name="3.0.28"></a>
## 3.0.28
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/asset@3.0.27...@spectrum-css/asset@3.0.28)
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.28",
"version": "3.0.29",
"description": "The Spectrum CSS asset component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -20,7 +20,7 @@
"@spectrum-css/vars": "^8.0.0"
},
"devDependencies": {
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/component-builder": "^4.0.0",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
Expand Down
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.12"></a>
## 1.1.12
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@1.1.11...@spectrum-css/assetcard@1.1.12)

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





<a name="1.1.11"></a>
## 1.1.11
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@1.1.10...@spectrum-css/assetcard@1.1.11)
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.11",
"version": "1.1.12",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"@spectrum-css/checkbox": "^3.1.3",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/typography": "^4.0.25",
"@spectrum-css/component-builder": "^4.0.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/typography": "^4.0.26",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
Expand Down
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.32"></a>
## 3.0.32
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.31...@spectrum-css/assetlist@3.0.32)

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





<a name="3.0.31"></a>
## 3.0.31
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.30...@spectrum-css/assetlist@3.0.31)
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.31",
"version": "3.0.32",
"description": "The Spectrum CSS assetlist component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -23,8 +23,8 @@
},
"devDependencies": {
"@spectrum-css/checkbox": "^3.1.3",
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/icon": "^3.0.30",
"@spectrum-css/component-builder": "^4.0.0",
"@spectrum-css/icon": "^3.0.31",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
Expand Down
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.26"></a>
## 5.0.26
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@5.0.25...@spectrum-css/avatar@5.0.26)

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





<a name="5.0.25"></a>
## 5.0.25
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@5.0.24...@spectrum-css/avatar@5.0.25)
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.25",
"version": "5.0.26",
"description": "The Spectrum CSS avatar component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -20,7 +20,7 @@
"@spectrum-css/vars": "^8.0.0"
},
"devDependencies": {
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/component-builder": "^4.0.0",
"@spectrum-css/vars": "^8.0.3",
"gulp": "^4.0.0"
},
Expand Down
15 changes: 15 additions & 0 deletions components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
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.0"></a>
# 3.0.0
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@2.0.9...@spectrum-css/badge@3.0.0)

* chore(tokens)!: use latest dependency & fix build error (#1591) ([f2532e7](https://github.com/adobe/spectrum-css/commit/f2532e7)), closes [#1591](https://github.com/adobe/spectrum-css/issues/1591)


### 🛑 BREAKING CHANGES

* uses latest `@adobe/spectrum-tokens` dependency which includes token renames





<a name="2.0.9"></a>
## 2.0.9
🗓 2023-02-01 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@2.0.8...@spectrum-css/badge@2.0.9)
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.9",
"version": "3.0.0",
"description": "The Spectrum CSS badge component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/tokens": "^6.3.0",
"@spectrum-css/tokens": "^7.0.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c17374b

Please sign in to comment.