Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-css/actionbar@6.0.37
 - @spectrum-css/assetcard@1.1.36
 - @spectrum-css/assetlist@3.0.56
 - @spectrum-css/card@5.0.33
 - @spectrum-css/checkbox@6.0.32
 - @spectrum-css/combobox@2.0.8
 - @spectrum-css/datepicker@1.0.21
 - @spectrum-css/fieldgroup@4.0.46
 - @spectrum-css/fieldlabel@7.0.1
 - @spectrum-css/miller@3.0.56
 - @spectrum-css/pagination@6.0.19
 - @spectrum-css/progressbar@3.0.39
 - @spectrum-css/quickaction@3.0.57
 - @spectrum-css/search@5.0.19
 - @spectrum-css/searchwithin@4.0.22
 - @spectrum-css/slider@4.0.1
 - @spectrum-css/stepper@4.0.29
 - @spectrum-css/table@4.0.50
 - @spectrum-css/textfield@5.1.7
  • Loading branch information
pfulton committed May 18, 2023
1 parent 7963b85 commit 8214cdf
Show file tree
Hide file tree
Showing 38 changed files with 240 additions and 42 deletions.
10 changes: 10 additions & 0 deletions components/actionbar/CHANGELOG.md
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.37"></a>
## 6.0.37
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.36...@spectrum-css/actionbar@6.0.37)

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





<a name="6.0.36"></a>
## 6.0.36
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@6.0.35...@spectrum-css/actionbar@6.0.36)
Expand Down
6 changes: 3 additions & 3 deletions components/actionbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "6.0.36",
"version": "6.0.37",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@spectrum-css/actiongroup": "^3.0.44",
"@spectrum-css/closebutton": "^3.0.43",
"@spectrum-css/component-builder-simple": "^2.0.13",
"@spectrum-css/fieldlabel": "^7.0.0",
"@spectrum-css/fieldlabel": "^7.0.1",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/popover": "^6.0.46",
"@spectrum-css/table": "^4.0.49",
"@spectrum-css/table": "^4.0.50",
"@spectrum-css/tokens": "^10.0.0",
"gulp": "^4.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions components/assetcard/CHANGELOG.md
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.36"></a>
## 1.1.36
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@1.1.35...@spectrum-css/assetcard@1.1.36)

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





<a name="1.1.35"></a>
## 1.1.35
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@1.1.34...@spectrum-css/assetcard@1.1.35)
Expand Down
4 changes: 2 additions & 2 deletions components/assetcard/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetcard",
"version": "1.1.35",
"version": "1.1.36",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -24,7 +24,7 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/checkbox": "^6.0.31",
"@spectrum-css/checkbox": "^6.0.32",
"@spectrum-css/component-builder": "^4.0.9",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/typography": "^5.0.17",
Expand Down
10 changes: 10 additions & 0 deletions components/assetlist/CHANGELOG.md
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.56"></a>
## 3.0.56
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.55...@spectrum-css/assetlist@3.0.56)

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





<a name="3.0.55"></a>
## 3.0.55
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.54...@spectrum-css/assetlist@3.0.55)
Expand Down
4 changes: 2 additions & 2 deletions components/assetlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetlist",
"version": "3.0.55",
"version": "3.0.56",
"description": "The Spectrum CSS assetlist component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -23,7 +23,7 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/checkbox": "^6.0.31",
"@spectrum-css/checkbox": "^6.0.32",
"@spectrum-css/component-builder": "^4.0.9",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/vars": "^9.0.5",
Expand Down
10 changes: 10 additions & 0 deletions components/card/CHANGELOG.md
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.33"></a>
## 5.0.33
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@5.0.32...@spectrum-css/card@5.0.33)

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





<a name="5.0.32"></a>
## 5.0.32
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@5.0.31...@spectrum-css/card@5.0.32)
Expand Down
6 changes: 3 additions & 3 deletions components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/card",
"version": "5.0.32",
"version": "5.0.33",
"description": "The Spectrum CSS card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -29,10 +29,10 @@
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.43",
"@spectrum-css/asset": "^3.0.40",
"@spectrum-css/checkbox": "^6.0.31",
"@spectrum-css/checkbox": "^6.0.32",
"@spectrum-css/component-builder": "^4.0.9",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/quickaction": "^3.0.56",
"@spectrum-css/quickaction": "^3.0.57",
"@spectrum-css/typography": "^5.0.17",
"@spectrum-css/vars": "^9.0.5",
"gulp": "^4.0.0"
Expand Down
12 changes: 12 additions & 0 deletions components/checkbox/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
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.32"></a>
## 6.0.32
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@6.0.31...@spectrum-css/checkbox@6.0.32)

### 🐛 Bug fixes

* **checkbox:** rename misspelled mod and add missing mods ([#1882](https://github.com/adobe/spectrum-css/issues/1882)) ([624527a](https://github.com/adobe/spectrum-css/commit/624527a))





<a name="6.0.31"></a>
## 6.0.31
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@6.0.30...@spectrum-css/checkbox@6.0.31)
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/checkbox",
"version": "6.0.31",
"version": "6.0.32",
"description": "The Spectrum CSS checkbox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
12 changes: 12 additions & 0 deletions components/combobox/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
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-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.0.7...@spectrum-css/combobox@2.0.8)

### 🐛 Bug fixes

* **textfield, stepper:** button padding and focus indicator ([#1863](https://github.com/adobe/spectrum-css/issues/1863)) ([7963b85](https://github.com/adobe/spectrum-css/commit/7963b85))





<a name="2.0.7"></a>
## 2.0.7
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.0.6...@spectrum-css/combobox@2.0.7)
Expand Down
4 changes: 2 additions & 2 deletions components/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/combobox",
"version": "2.0.7",
"version": "2.0.8",
"description": "The Spectrum CSS combobox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@spectrum-css/pickerbutton": "^3.0.19",
"@spectrum-css/popover": "^6.0.46",
"@spectrum-css/progresscircle": "^2.0.42",
"@spectrum-css/textfield": "^5.1.6",
"@spectrum-css/textfield": "^5.1.7",
"@spectrum-css/tokens": "^10.0.0",
"gulp": "^4.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions components/datepicker/CHANGELOG.md
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.0.21"></a>
## 1.0.21
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/datepicker@1.0.20...@spectrum-css/datepicker@1.0.21)

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





<a name="1.0.20"></a>
## 1.0.20
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/datepicker@1.0.19...@spectrum-css/datepicker@1.0.20)
Expand Down
4 changes: 2 additions & 2 deletions components/datepicker/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/datepicker",
"version": "1.0.20",
"version": "1.0.21",
"description": "The Spectrum CSS datepicker component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@spectrum-css/menu": "^4.0.34",
"@spectrum-css/pickerbutton": "^3.0.19",
"@spectrum-css/popover": "^6.0.46",
"@spectrum-css/textfield": "^5.1.6",
"@spectrum-css/textfield": "^5.1.7",
"@spectrum-css/vars": "^9.0.5",
"gulp": "^4.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions components/fieldgroup/CHANGELOG.md
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.46"></a>
## 4.0.46
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldgroup@4.0.45...@spectrum-css/fieldgroup@4.0.46)

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





<a name="4.0.45"></a>
## 4.0.45
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldgroup@4.0.44...@spectrum-css/fieldgroup@4.0.45)
Expand Down
4 changes: 2 additions & 2 deletions components/fieldgroup/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldgroup",
"version": "4.0.45",
"version": "4.0.46",
"description": "The Spectrum CSS fieldgroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
"@spectrum-css/tokens": ">=10.0.0"
},
"devDependencies": {
"@spectrum-css/checkbox": "^6.0.31",
"@spectrum-css/checkbox": "^6.0.32",
"@spectrum-css/component-builder-simple": "^2.0.13",
"@spectrum-css/helptext": "^4.0.31",
"@spectrum-css/icon": "^3.0.43",
Expand Down
10 changes: 10 additions & 0 deletions components/fieldlabel/CHANGELOG.md
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.1"></a>
## 7.0.1
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@7.0.0...@spectrum-css/fieldlabel@7.0.1)

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





<a name="7.0.0"></a>
# 7.0.0
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@6.0.35...@spectrum-css/fieldlabel@7.0.0)
Expand Down
10 changes: 5 additions & 5 deletions components/fieldlabel/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldlabel",
"version": "7.0.0",
"version": "7.0.1",
"description": "The Spectrum CSS fieldlabel component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,14 +22,14 @@
"@spectrum-css/tokens": ">=10.0.0"
},
"devDependencies": {
"@spectrum-css/checkbox": "^6.0.31",
"@spectrum-css/checkbox": "^6.0.32",
"@spectrum-css/component-builder-simple": "^2.0.13",
"@spectrum-css/fieldgroup": "^4.0.45",
"@spectrum-css/fieldgroup": "^4.0.46",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/picker": "^4.0.7",
"@spectrum-css/radio": "^7.0.31",
"@spectrum-css/stepper": "^4.0.28",
"@spectrum-css/textfield": "^5.1.6",
"@spectrum-css/stepper": "^4.0.29",
"@spectrum-css/textfield": "^5.1.7",
"@spectrum-css/tokens": "^10.0.0",
"gulp": "^4.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions components/miller/CHANGELOG.md
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.56"></a>
## 3.0.56
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/miller@3.0.55...@spectrum-css/miller@3.0.56)

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





<a name="3.0.55"></a>
## 3.0.55
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/miller@3.0.54...@spectrum-css/miller@3.0.55)
Expand Down
6 changes: 3 additions & 3 deletions components/miller/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/miller",
"version": "3.0.55",
"version": "3.0.56",
"description": "The Spectrum CSS miller component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -24,8 +24,8 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
"@spectrum-css/assetlist": "^3.0.55",
"@spectrum-css/checkbox": "^6.0.31",
"@spectrum-css/assetlist": "^3.0.56",
"@spectrum-css/checkbox": "^6.0.32",
"@spectrum-css/component-builder": "^4.0.9",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/vars": "^9.0.5",
Expand Down
10 changes: 10 additions & 0 deletions components/pagination/CHANGELOG.md
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-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pagination@6.0.18...@spectrum-css/pagination@6.0.19)

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





<a name="6.0.18"></a>
## 6.0.18
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pagination@6.0.17...@spectrum-css/pagination@6.0.18)
Expand Down
4 changes: 2 additions & 2 deletions components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/pagination",
"version": "6.0.18",
"version": "6.0.19",
"description": "The Spectrum CSS pagination component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@spectrum-css/component-builder": "^4.0.9",
"@spectrum-css/icon": "^3.0.43",
"@spectrum-css/splitbutton": "^5.0.45",
"@spectrum-css/textfield": "^5.1.6",
"@spectrum-css/textfield": "^5.1.7",
"@spectrum-css/vars": "^9.0.5",
"gulp": "^4.0.0"
},
Expand Down

0 comments on commit 8214cdf

Please sign in to comment.