Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-tools/gh-action-file-diff@2.0.4
 - @spectrum-css/preview@7.5.0
 - @spectrum-css/accordion@4.2.2
 - @spectrum-css/actionbar@7.2.0
 - @spectrum-css/alertbanner@1.1.38
 - @spectrum-css/calendar@4.2.2
 - @spectrum-css/coachindicator@1.1.2
 - @spectrum-css/coachmark@6.1.2
 - @spectrum-css/combobox@2.1.3
 - @spectrum-css/dropzone@5.2.2
 - @spectrum-css/fieldlabel@7.3.2
 - @spectrum-css/icon@6.0.2
 - @spectrum-css/illustratedmessage@6.1.2
 - @spectrum-css/inlinealert@7.1.2
 - @spectrum-css/modal@4.2.2
 - @spectrum-css/picker@7.2.3
 - @spectrum-css/slider@4.3.2
 - @spectrum-css/statuslight@6.1.2
 - @spectrum-css/stepper@5.1.2
 - @spectrum-css/textfield@6.1.2
 - @spectrum-css/tray@2.2.2
 - @spectrum-css/generator@2.1.0
 - @spectrum-css/tokens@13.1.2
 - @spectrum-css/bundle-builder@6.3.2
 - @spectrum-css/component-builder-simple@5.0.2
 - @spectrum-css/component-builder@6.0.2
  • Loading branch information
castastrophe committed Feb 12, 2024
1 parent b78693c commit 6165602
Show file tree
Hide file tree
Showing 52 changed files with 234 additions and 32 deletions.
7 changes: 7 additions & 0 deletions .github/actions/file-diff/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.0.4"></a>
##2.0.4
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.3...@spectrum-tools/gh-action-file-diff@2.0.4)

**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff

<a name="2.0.3"></a>
##2.0.3
🗓
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/file-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-tools/gh-action-file-diff",
"version": "2.0.3",
"version": "2.0.4",
"description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
9 changes: 9 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ✨ Features

- **preview:**add figma support to storybook [CSS-284] ([#1680](https://github.com/adobe/spectrum-css/issues/1680))([3c6194e](https://github.com/adobe/spectrum-css/commit/3c6194e))

<a name="7.4.2"></a>
##7.4.2
🗓
Expand Down
8 changes: 4 additions & 4 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "7.4.2",
"version": "7.5.0",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -13,16 +13,16 @@
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
"@spectrum-css/expressvars": "^3.0.9",
"@spectrum-css/site": "^4.2.1",
"@spectrum-css/tokens": "^13.1.1",
"@spectrum-css/tokens": "^13.1.2",
"@spectrum-css/ui-icons": "^1.1.2",
"@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": "^6.0.1",
"@spectrum-css/component-builder-simple": "^5.0.1",
"@spectrum-css/component-builder": "^6.0.2",
"@spectrum-css/component-builder-simple": "^5.0.2",
"@storybook/addon-a11y": "^7.6.14",
"@storybook/addon-actions": "^7.6.14",
"@storybook/addon-console": "^3.0.0",
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.2"></a>
##4.2.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.2.1...@spectrum-css/accordion@4.2.2)

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

<a name="4.2.1"></a>
##4.2.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.2.1",
"version": "4.2.2",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
9 changes: 9 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.2.0"></a>
#7.2.0
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@7.1.1...@spectrum-css/actionbar@7.2.0)

### ✨ Features

- **preview:**add figma support to storybook [CSS-284] ([#1680](https://github.com/adobe/spectrum-css/issues/1680))([3c6194e](https://github.com/adobe/spectrum-css/commit/3c6194e))

<a name="7.1.1"></a>
##7.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "7.1.1",
"version": "7.2.0",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/alertbanner/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="1.1.38"></a>
##1.1.38
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.37...@spectrum-css/alertbanner@1.1.38)

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

<a name="1.1.37"></a>
##1.1.37
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/alertbanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertbanner",
"version": "1.1.37",
"version": "1.1.38",
"description": "The Spectrum CSS alertbanner 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.2"></a>
##4.2.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.2.1...@spectrum-css/calendar@4.2.2)

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

<a name="4.2.1"></a>
##4.2.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.2.1",
"version": "4.2.2",
"description": "The Spectrum CSS calendar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
9 changes: 9 additions & 0 deletions components/coachindicator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.2"></a>
##1.1.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/coachindicator@1.1.1...@spectrum-css/coachindicator@1.1.2)

### 🐛 Bug fixes

- **coachindicator:**address issues with coach indicator rings position ([#2483](https://github.com/adobe/spectrum-css/issues/2483))([9965188](https://github.com/adobe/spectrum-css/commit/9965188))

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

<a name="6.1.2"></a>
##6.1.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/coachmark@6.1.1...@spectrum-css/coachmark@6.1.2)

### 🐛 Bug fixes

- **coachmark:**update font family tokens ([#2478](https://github.com/adobe/spectrum-css/issues/2478))([0a3a946](https://github.com/adobe/spectrum-css/commit/0a3a946))

<a name="6.1.1"></a>
##6.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/coachmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/coachmark",
"version": "6.1.1",
"version": "6.1.2",
"description": "The Spectrum CSS coachmark 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.3"></a>
##2.1.3
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.1.2...@spectrum-css/combobox@2.1.3)

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

<a name="2.1.2"></a>
##2.1.2
🗓
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.1.2",
"version": "2.1.3",
"description": "The Spectrum CSS combobox 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.2"></a>
##5.2.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dropzone@5.2.1...@spectrum-css/dropzone@5.2.2)

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

<a name="5.2.1"></a>
##5.2.1
🗓
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.2.1",
"version": "5.2.2",
"description": "The Spectrum CSS dropzone component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
9 changes: 9 additions & 0 deletions components/fieldlabel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.3.2"></a>
##7.3.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@7.3.1...@spectrum-css/fieldlabel@7.3.2)

### 🐛 Bug fixes

- **picker:**quiet side label picker positioning ([#2465](https://github.com/adobe/spectrum-css/issues/2465))([537f0b8](https://github.com/adobe/spectrum-css/commit/537f0b8))

<a name="7.3.1"></a>
##7.3.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/fieldlabel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldlabel",
"version": "7.3.1",
"version": "7.3.2",
"description": "The Spectrum CSS fieldlabel component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/icon/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.0.2"></a>
##6.0.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/icon@6.0.1...@spectrum-css/icon@6.0.2)

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

<a name="6.0.1"></a>
##6.0.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/icon",
"version": "6.0.1",
"version": "6.0.2",
"description": "The Spectrum CSS icon component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/illustratedmessage/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.1.2"></a>
##6.1.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/illustratedmessage@6.1.1...@spectrum-css/illustratedmessage@6.1.2)

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

<a name="6.1.1"></a>
##6.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/illustratedmessage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/illustratedmessage",
"version": "6.1.1",
"version": "6.1.2",
"description": "The Spectrum CSS illustratedmessage component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/inlinealert/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.1.2"></a>
##7.1.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@7.1.1...@spectrum-css/inlinealert@7.1.2)

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

<a name="7.1.1"></a>
##7.1.1
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/inlinealert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/inlinealert",
"version": "7.1.1",
"version": "7.1.2",
"description": "The Spectrum CSS in-line alert component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/modal/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.2"></a>
##4.2.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/modal@4.2.1...@spectrum-css/modal@4.2.2)

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

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

<a name="7.2.3"></a>
##7.2.3
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/picker@7.2.2...@spectrum-css/picker@7.2.3)

### 🐛 Bug fixes

- **picker:**quiet side label picker positioning ([#2465](https://github.com/adobe/spectrum-css/issues/2465))([537f0b8](https://github.com/adobe/spectrum-css/commit/537f0b8))

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

<a name="4.3.2"></a>
##4.3.2
🗓
2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/slider@4.3.1...@spectrum-css/slider@4.3.2)

### 🐛 Bug fixes

- **slider:**high contrast improvements for filled variants ([#2325](https://github.com/adobe/spectrum-css/issues/2325))([b78693c](https://github.com/adobe/spectrum-css/commit/b78693c))

<a name="4.3.1"></a>
##4.3.1
🗓
Expand Down
Loading

0 comments on commit 6165602

Please sign in to comment.