Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-css/actionbar@6.0.5
 - @spectrum-css/actionbutton@3.0.16
 - @spectrum-css/actiongroup@3.0.17
 - @spectrum-css/avatar@6.0.3
 - @spectrum-css/badge@3.0.4
 - @spectrum-css/breadcrumb@7.0.4
 - @spectrum-css/button@9.0.4
 - @spectrum-css/buttongroup@6.0.19
 - @spectrum-css/checkbox@6.0.4
 - @spectrum-css/closebutton@3.0.16
 - @spectrum-css/divider@2.0.15
 - @spectrum-css/fieldgroup@4.0.18
 - @spectrum-css/fieldlabel@6.0.5
 - @spectrum-css/helptext@4.0.4
 - @spectrum-css/inlinealert@6.0.4
 - @spectrum-css/link@4.0.16
 - @spectrum-css/picker@2.0.4
 - @spectrum-css/popover@6.0.19
 - @spectrum-css/progressbar@3.0.7
 - @spectrum-css/progresscircle@2.0.15
 - @spectrum-css/radio@7.0.4
 - @spectrum-css/searchwithin@3.4.34
 - @spectrum-css/statuslight@6.0.4
 - @spectrum-css/swatch@3.0.14
 - @spectrum-css/swatchgroup@2.0.15
 - @spectrum-css/switch@3.0.10
 - @spectrum-css/tag@5.0.4
 - @spectrum-css/toast@9.0.4
 - @spectrum-css/tokens@7.3.0
 - @spectrum-css/tooltip@5.0.4
 - @spectrum-css/tray@2.0.16
 - @spectrum-css/preview@2.0.4
  • Loading branch information
pfulton committed Feb 28, 2023
1 parent f477c60 commit 278a337
Show file tree
Hide file tree
Showing 64 changed files with 406 additions and 84 deletions.
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="6.0.5"></a>
## 6.0.5
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.4...@spectrum-css/actionbar@6.0.5)

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





<a name="6.0.4"></a>
## 6.0.4
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.3...@spectrum-css/actionbar@6.0.4)
Expand Down
12 changes: 6 additions & 6 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "6.0.4",
"version": "6.0.5",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -27,15 +27,15 @@
"@spectrum-css/tokens": "^7.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.15",
"@spectrum-css/actiongroup": "^3.0.16",
"@spectrum-css/closebutton": "^3.0.15",
"@spectrum-css/actionbutton": "^3.0.16",
"@spectrum-css/actiongroup": "^3.0.17",
"@spectrum-css/closebutton": "^3.0.16",
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/fieldlabel": "^6.0.4",
"@spectrum-css/fieldlabel": "^6.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/popover": "^5.0.18",
"@spectrum-css/table": "^4.0.29",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.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.16"></a>
## 3.0.16
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.15...@spectrum-css/actionbutton@3.0.16)

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





<a name="3.0.15"></a>
## 3.0.15
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@3.0.14...@spectrum-css/actionbutton@3.0.15)
Expand Down
4 changes: 2 additions & 2 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.15",
"version": "3.0.16",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.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.17"></a>
## 3.0.17
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.16...@spectrum-css/actiongroup@3.0.17)

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





<a name="3.0.16"></a>
## 3.0.16
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@3.0.15...@spectrum-css/actiongroup@3.0.16)
Expand Down
6 changes: 3 additions & 3 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.16",
"version": "3.0.17",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,10 +22,10 @@
"@spectrum-css/tokens": "^7.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.15",
"@spectrum-css/actionbutton": "^3.0.16",
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
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="6.0.3"></a>
## 6.0.3
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.2...@spectrum-css/avatar@6.0.3)

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





<a name="6.0.2"></a>
## 6.0.2
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.1...@spectrum-css/avatar@6.0.2)
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": "6.0.2",
"version": "6.0.3",
"description": "The Spectrum CSS avatar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
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="3.0.4"></a>
## 3.0.4
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.0.3...@spectrum-css/badge@3.0.4)

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





<a name="3.0.3"></a>
## 3.0.3
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.0.2...@spectrum-css/badge@3.0.3)
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": "3.0.3",
"version": "3.0.4",
"description": "The Spectrum CSS badge component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions components/breadcrumb/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="7.0.4"></a>
## 7.0.4
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@7.0.3...@spectrum-css/breadcrumb@7.0.4)

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





<a name="7.0.3"></a>
## 7.0.3
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@7.0.2...@spectrum-css/breadcrumb@7.0.3)
Expand Down
6 changes: 3 additions & 3 deletions components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/breadcrumb",
"version": "7.0.3",
"version": "7.0.4",
"description": "The Spectrum CSS breadcrumb component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -23,10 +23,10 @@
"@spectrum-css/tokens": "^7.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.15",
"@spectrum-css/actionbutton": "^3.0.16",
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions components/button/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="9.0.4"></a>
## 9.0.4
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@9.0.3...@spectrum-css/button@9.0.4)

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





<a name="9.0.3"></a>
## 9.0.3
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@9.0.2...@spectrum-css/button@9.0.3)
Expand Down
4 changes: 2 additions & 2 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/button",
"version": "9.0.3",
"version": "9.0.4",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions components/buttongroup/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="6.0.19"></a>
## 6.0.19
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/buttongroup@6.0.18...@spectrum-css/buttongroup@6.0.19)

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





<a name="6.0.18"></a>
## 6.0.18
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/buttongroup@6.0.17...@spectrum-css/buttongroup@6.0.18)
Expand Down
4 changes: 2 additions & 2 deletions components/buttongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/buttongroup",
"version": "6.0.18",
"version": "6.0.19",
"description": "The Spectrum CSS buttongroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
"@spectrum-css/button": "^6.0.21",
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions components/checkbox/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="6.0.4"></a>
## 6.0.4
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@6.0.3...@spectrum-css/checkbox@6.0.4)

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





<a name="6.0.3"></a>
## 6.0.3
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@6.0.2...@spectrum-css/checkbox@6.0.3)
Expand Down
4 changes: 2 additions & 2 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/checkbox",
"version": "6.0.3",
"version": "6.0.4",
"description": "The Spectrum CSS checkbox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions components/closebutton/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.16"></a>
## 3.0.16
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/closebutton@3.0.15...@spectrum-css/closebutton@3.0.16)

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





<a name="3.0.15"></a>
## 3.0.15
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/closebutton@3.0.14...@spectrum-css/closebutton@3.0.15)
Expand Down
4 changes: 2 additions & 2 deletions components/closebutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/closebutton",
"version": "3.0.15",
"version": "3.0.16",
"description": "The Spectrum CSS close button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/icon": "^3.0.33",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions components/divider/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.15"></a>
## 2.0.15
🗓 2023-02-28 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/divider@2.0.14...@spectrum-css/divider@2.0.15)

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





<a name="2.0.14"></a>
## 2.0.14
🗓 2023-02-24 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/divider@2.0.13...@spectrum-css/divider@2.0.14)
Expand Down
4 changes: 2 additions & 2 deletions components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/divider",
"version": "2.0.14",
"version": "2.0.15",
"description": "The Spectrum CSS divider component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -24,7 +24,7 @@
"@spectrum-css/actionbutton": "^1.1.14",
"@spectrum-css/actiongroup": "^2.0.0",
"@spectrum-css/component-builder-simple": "^2.0.5",
"@spectrum-css/tokens": "^7.2.0",
"@spectrum-css/tokens": "^7.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 278a337

Please sign in to comment.