Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-css/preview@7.4.0
 - @spectrum-css/accordion@4.2.0
 - @spectrum-css/actionbutton@5.2.0
 - @spectrum-css/actiongroup@4.2.0
 - @spectrum-css/assetcard@3.1.0
 - @spectrum-css/assetlist@5.2.0
 - @spectrum-css/breadcrumb@8.2.0
 - @spectrum-css/button@11.2.0
 - @spectrum-css/calendar@4.2.0
 - @spectrum-css/card@6.4.0
 - @spectrum-css/checkbox@8.1.0
 - @spectrum-css/clearbutton@5.1.0
 - @spectrum-css/closebutton@4.2.0
 - @spectrum-css/combobox@2.1.0
 - @spectrum-css/datepicker@2.1.0
 - @spectrum-css/dial@2.2.0
 - @spectrum-css/dropzone@5.2.0
 - @spectrum-css/floatingactionbutton@1.2.0
 - @spectrum-css/infieldbutton@4.2.0
 - @spectrum-css/link@4.2.0
 - @spectrum-css/logicbutton@3.3.0
 - @spectrum-css/menu@6.1.0
 - @spectrum-css/picker@7.2.0
 - @spectrum-css/pickerbutton@4.1.0
 - @spectrum-css/radio@8.1.0
 - @spectrum-css/rating@4.2.0
 - @spectrum-css/search@6.2.0
 - @spectrum-css/searchwithin@5.1.0
 - @spectrum-css/sidenav@4.2.0
 - @spectrum-css/site@4.2.0
 - @spectrum-css/slider@4.3.0
 - @spectrum-css/splitview@4.2.0
 - @spectrum-css/stepper@5.1.0
 - @spectrum-css/switch@4.2.0
 - @spectrum-css/table@5.2.0
 - @spectrum-css/tabs@4.1.0
 - @spectrum-css/tag@8.1.0
 - @spectrum-css/textfield@6.1.0
 - @spectrum-css/tooltip@5.3.0
 - @spectrum-css/treeview@9.2.0
 - @spectrum-css/tokens@13.1.0
 - @spectrum-css/bundle-builder@6.3.0
 - @spectrum-css/component-builder-simple@4.2.0
 - @spectrum-css/component-builder@5.2.0
  • Loading branch information
pfulton committed Feb 5, 2024
1 parent 881b68d commit f10a4b3
Show file tree
Hide file tree
Showing 88 changed files with 371 additions and 51 deletions.
7 changes: 7 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.4.0"></a>
#7.4.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@7.3.0...@spectrum-css/preview@7.4.0)

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

<a name="7.3.0"></a>
#7.3.0
🗓
Expand Down
10 changes: 5 additions & 5 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "7.3.0",
"version": "7.4.0",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -12,17 +12,17 @@
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
"@spectrum-css/expressvars": "^3.0.9",
"@spectrum-css/site": "^4.1.0",
"@spectrum-css/tokens": "^13.0.9",
"@spectrum-css/site": "^4.2.0",
"@spectrum-css/tokens": "^13.1.0",
"@spectrum-css/ui-icons": "^1.1.1",
"@spectrum-css/vars": "^9.0.8"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@chromaui/addon-visual-tests": "^0.0.124",
"@etchteam/storybook-addon-status": "^4.2.4",
"@spectrum-css/component-builder": "^5.1.0",
"@spectrum-css/component-builder-simple": "^4.1.0",
"@spectrum-css/component-builder": "^5.2.0",
"@spectrum-css/component-builder-simple": "^4.2.0",
"@storybook/addon-a11y": "^7.6.8",
"@storybook/addon-actions": "~7.5",
"@storybook/addon-console": "^1.2.3",
Expand Down
7 changes: 7 additions & 0 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
#4.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.1.1...@spectrum-css/accordion@4.2.0)

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

<a name="4.1.1"></a>
##4.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
"version": "4.1.1",
"version": "4.2.0",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/actionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
#5.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.1.0...@spectrum-css/actionbutton@5.2.0)

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

<a name="5.1.0"></a>
#5.1.0
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/actionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbutton",
"version": "5.1.0",
"version": "5.2.0",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/actiongroup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
#4.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@4.1.10...@spectrum-css/actiongroup@4.2.0)

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

<a name="4.1.10"></a>
##4.1.10
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actiongroup",
"version": "4.1.10",
"version": "4.2.0",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/assetcard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.1.0"></a>
#3.1.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@3.0.5...@spectrum-css/assetcard@3.1.0)

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

<a name="3.0.5"></a>
##3.0.5
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/assetcard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetcard",
"version": "3.0.5",
"version": "3.1.0",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/assetlist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
#5.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@5.1.1...@spectrum-css/assetlist@5.2.0)

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

<a name="5.1.1"></a>
##5.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/assetlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetlist",
"version": "5.1.1",
"version": "5.2.0",
"description": "The Spectrum CSS assetlist component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.2.0"></a>
#8.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@8.1.1...@spectrum-css/breadcrumb@8.2.0)

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

<a name="8.1.1"></a>
##8.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/breadcrumb",
"version": "8.1.1",
"version": "8.2.0",
"description": "The Spectrum CSS breadcrumb component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="11.2.0"></a>
#11.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@11.1.0...@spectrum-css/button@11.2.0)

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

<a name="11.1.0"></a>
#11.1.0
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/button",
"version": "11.1.0",
"version": "11.2.0",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
#4.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.1.1...@spectrum-css/calendar@4.2.0)

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

<a name="4.1.1"></a>
##4.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/calendar",
"version": "4.1.1",
"version": "4.2.0",
"description": "The Spectrum CSS calendar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="6.4.0"></a>
#6.4.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@6.3.1...@spectrum-css/card@6.4.0)

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

<a name="6.3.1"></a>
##6.3.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/card",
"version": "6.3.1",
"version": "6.4.0",
"description": "The Spectrum CSS card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="8.1.0"></a>
#8.1.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@8.0.6...@spectrum-css/checkbox@8.1.0)

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

<a name="8.0.6"></a>
##8.0.6
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/checkbox",
"version": "8.0.6",
"version": "8.1.0",
"description": "The Spectrum CSS checkbox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/clearbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.1.0"></a>
#5.1.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/clearbutton@5.0.16...@spectrum-css/clearbutton@5.1.0)

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

<a name="5.0.16"></a>
##5.0.16
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/clearbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/clearbutton",
"version": "5.0.16",
"version": "5.1.0",
"description": "The Spectrum CSS clearbutton component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/closebutton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
#4.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/closebutton@4.1.0...@spectrum-css/closebutton@4.2.0)

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

<a name="4.1.0"></a>
#4.1.0
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/closebutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/closebutton",
"version": "4.1.0",
"version": "4.2.0",
"description": "The Spectrum CSS close button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.0"></a>
#2.1.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.0.48...@spectrum-css/combobox@2.1.0)

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

<a name="2.0.48"></a>
##2.0.48
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/combobox",
"version": "2.0.48",
"version": "2.1.0",
"description": "The Spectrum CSS combobox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.0"></a>
#2.1.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/datepicker@2.0.5...@spectrum-css/datepicker@2.1.0)

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

<a name="2.0.5"></a>
##2.0.5
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/datepicker",
"version": "2.0.5",
"version": "2.1.0",
"description": "The Spectrum CSS datepicker component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/dial/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.2.0"></a>
#2.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dial@2.1.0...@spectrum-css/dial@2.2.0)

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

<a name="2.1.0"></a>
#2.1.0
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/dial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dial",
"version": "2.1.0",
"version": "2.2.0",
"description": "The Spectrum CSS dial component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
#5.2.0
🗓
2024-02-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dropzone@5.1.0...@spectrum-css/dropzone@5.2.0)

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

<a name="5.1.0"></a>
#5.1.0
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dropzone",
"version": "5.1.0",
"version": "5.2.0",
"description": "The Spectrum CSS dropzone component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
Loading

0 comments on commit f10a4b3

Please sign in to comment.