Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @spectrum-css/preview@8.0.2
 - @spectrum-css/button@12.0.0
 - @spectrum-css/textfield@6.1.4
 - @spectrum-css/tray@2.2.5
 - @spectrum-tools/stylelint-no-unknown-custom-properties@1.3.2
 - @spectrum-css/tokens@13.2.0
 - @spectrum-css/bundle-builder@7.0.1
 - @spectrum-css/component-builder-simple@5.0.3
 - @spectrum-css/component-builder@7.0.1
  • Loading branch information
pfulton committed Feb 20, 2024
1 parent b20ebb6 commit 565294a
Show file tree
Hide file tree
Showing 18 changed files with 126 additions and 15 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="8.0.2"></a>
##8.0.2
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@8.0.1...@spectrum-css/preview@8.0.2)

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

<a name="8.0.1"></a>
##8.0.1
🗓
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": "8.0.1",
"version": "8.0.2",
"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.2",
"@spectrum-css/tokens": "^13.1.2",
"@spectrum-css/tokens": "^13.2.0",
"@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": "^7.0.0",
"@spectrum-css/component-builder-simple": "^5.0.2",
"@spectrum-css/component-builder": "^7.0.1",
"@spectrum-css/component-builder-simple": "^5.0.3",
"@storybook/addon-a11y": "^7.6.16",
"@storybook/addon-actions": "^7.6.16",
"@storybook/addon-console": "^3.0.0",
Expand Down
48 changes: 48 additions & 0 deletions components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### 🐛 Bug fixes

- **button:**support for wrapping text ([#2248](https://github.com/adobe/spectrum-css/issues/2248))([3f14a86](https://github.com/adobe/spectrum-css/commit/3f14a86))

###
🛑 BREAKING CHANGES

*
**button:** changes vertical flex alignment to start.

Previously when the button had an icon and the text was wrapping, the
icon was vertically aligned center and the text was aligned center.

This fixes this to match with the design spec: for the version of the
button that uses a workflow icon, the icon should stay aligned to the
top, and the text should be aligned left (start). This uses the defined
token for the space between the top of the component and the workflow
icon (--spectrum-component-top-to-workflow-icon-\*).

- docs(button): rename storybook control to layout

Rename Storybook control for stacking buttons to "layout" with specified
options, which is a more appropriate name. The control has also been
made visible.

- fix(button): support any existing use of ui icons

Support any existing use of ui icons with the updated wrapping behavior.
And add Chromatic only testing of them to the Wrapping story.

Workflow icons are intended, with the use of the
spectrum-component-top-to-workflow-icon tokens, but UI icons have not
yet been specifically excluded in guidelines and are currently in use
within SplitButton in this library. This keeps UI icons that are
smaller than the intended workflow icon, better vertically centered
with the text within the button.

- feat(button): mod property for icon margin top

Add a mod property to make it easy to modify the margin-block-start of
the icon, in case of alignment issues with icons that are not the
intended workflow sizes.

<a name="11.3.1"></a>
##11.3.1
🗓
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.3.1",
"version": "12.0.0",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
10 changes: 10 additions & 0 deletions components/textfield/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.1.4"></a>
##6.1.4
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.3...@spectrum-css/textfield@6.1.4)

### 🐛 Bug fixes

- **textfield:**icon positioning with field label ([#2380](https://github.com/adobe/spectrum-css/issues/2380))([468b426](https://github.com/adobe/spectrum-css/commit/468b426))\*
**textfield:**remove extra padding on nested label and help ([#2519](https://github.com/adobe/spectrum-css/issues/2519))([0250d0e](https://github.com/adobe/spectrum-css/commit/0250d0e))

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

### 🐛 Bug fixes

- **tray:**full width at portrait orientation ([#2547](https://github.com/adobe/spectrum-css/issues/2547))([c9a79f2](https://github.com/adobe/spectrum-css/commit/c9a79f2))

<a name="2.2.4"></a>
##2.2.4
🗓
Expand Down
2 changes: 1 addition & 1 deletion components/tray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tray",
"version": "2.2.4",
"version": "2.2.5",
"description": "The Spectrum CSS tray component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions plugins/stylelint-no-unknown-custom-properties/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.3.2"></a>
##1.3.2
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/stylelint-no-unknown-custom-properties@1.3.1...@spectrum-tools/stylelint-no-unknown-custom-properties@1.3.2)

**Note:** Version bump only for package @spectrum-tools/stylelint-no-unknown-custom-properties

<a name="1.3.1"></a>
##1.3.1
🗓
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-tools/stylelint-no-unknown-custom-properties",
"version": "1.3.1",
"version": "1.3.2",
"description": "Report on any unknown custom property definitions",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
9 changes: 9 additions & 0 deletions tokens/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="13.2.0"></a>
#13.2.0
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@13.1.2...@spectrum-css/tokens@13.2.0)

### ✨ Features

- **tokens:**use spectrum-tokens@12.24.0([b20ebb6](https://github.com/adobe/spectrum-css/commit/b20ebb6))

<a name="13.1.2"></a>
##13.1.2
🗓
Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tokens",
"version": "13.1.2",
"version": "13.2.0",
"description": "The Spectrum CSS tokens package",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions tools/bundle-builder/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.0.1"></a>
##7.0.1
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/bundle-builder@7.0.0...@spectrum-css/bundle-builder@7.0.1)

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

<a name="7.0.0"></a>
#7.0.0
🗓
Expand Down
4 changes: 2 additions & 2 deletions tools/bundle-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/bundle-builder",
"version": "7.0.0",
"version": "7.0.1",
"description": "The Spectrum CSS top-level builder",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
"@spectrum-css/expressvars": "^3.0.9",
"@spectrum-css/tokens": "^13.1.2",
"@spectrum-css/tokens": "^13.2.0",
"@spectrum-css/ui-icons": "^1.1.2",
"@spectrum-css/vars": "^9.0.8",
"npm-registry-fetch": "^14.0.5"
Expand Down
7 changes: 7 additions & 0 deletions tools/component-builder-simple/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.0.3"></a>
##5.0.3
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder-simple@5.0.2...@spectrum-css/component-builder-simple@5.0.3)

**Note:** Version bump only for package @spectrum-css/component-builder-simple

<a name="5.0.2"></a>
##5.0.2
🗓
Expand Down
4 changes: 2 additions & 2 deletions tools/component-builder-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/component-builder-simple",
"version": "5.0.2",
"version": "5.0.3",
"description": "The Spectrum CSS simple component builder",
"license": "Apache-2.0",
"repository": {
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/adobe/spectrum-css/issues"
},
"dependencies": {
"@spectrum-css/tokens": "^13.1.2",
"@spectrum-css/tokens": "^13.2.0",
"at-rule-packer": "^0.4.2",
"autoprefixer": "^10.4.17",
"colors": "^1.4.0",
Expand Down
7 changes: 7 additions & 0 deletions tools/component-builder/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.0.1"></a>
##7.0.1
🗓
2024-02-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder@7.0.0...@spectrum-css/component-builder@7.0.1)

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

<a name="7.0.0"></a>
#7.0.0
🗓
Expand Down
4 changes: 2 additions & 2 deletions tools/component-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/component-builder",
"version": "7.0.0",
"version": "7.0.1",
"description": "The Spectrum CSS component builder",
"license": "Apache-2.0",
"repository": {
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/adobe/spectrum-css/issues"
},
"dependencies": {
"@spectrum-css/tokens": "^13.1.2",
"@spectrum-css/tokens": "^13.2.0",
"@spectrum-css/vars": "^9.0.8",
"at-rule-packer": "^0.4.2",
"autoprefixer": "^10.4.17",
Expand Down

0 comments on commit 565294a

Please sign in to comment.