Skip to content

Commit

Permalink
chore: release (s2-foundations) (#3112)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 17, 2024
1 parent 87605ce commit 2ad8426
Show file tree
Hide file tree
Showing 15 changed files with 137 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"dull-pandas-grin",
"empty-countries-act",
"fair-parents-rush",
"fluffy-apes-breathe",
"fluffy-months-battle",
"fresh-apes-invent",
"fresh-emus-worry",
Expand Down Expand Up @@ -150,6 +151,7 @@
"six-fireants-rule",
"sixty-ears-heal",
"soft-pianos-suffer",
"spicy-meals-smoke",
"strong-hotels-type",
"sweet-zoos-shout",
"tall-tomatoes-punch",
Expand All @@ -158,6 +160,7 @@
"three-buckets-walk",
"tiny-stingrays-kneel",
"twenty-jokes-lie",
"weak-bags-run"
"weak-bags-run",
"young-ads-argue"
]
}
7 changes: 7 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 11.0.0-s2-foundations.12

### Patch Changes

- Updated dependencies [[`9ae725f`](https://github.com/adobe/spectrum-css/commit/9ae725f10ebbb78b62070c4c477cb41cfc1b1ed6), [`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0)]:
- @spectrum-css/typography@7.0.0-s2-foundations.15

## 11.0.0-s2-foundations.11

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "11.0.0-s2-foundations.11",
"version": "11.0.0-s2-foundations.12",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
20 changes: 20 additions & 0 deletions components/actionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 7.0.0-s2-foundations.19

### Major Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0) Thanks [@pfulton](https://github.com/pfulton)! - ActionButton:

- Correct --spectrum-actionbutton-background-color-selected-disabled to be --spectrum-actionbutton-(background|border)-color-disabled-selected

Combobox:

- Move --spectrum-combobox-min-inline-size and --spectrum-combobox-button-width to the index.css

FieldGroup:

- Swap gap back to margin-inline-end on FieldGroup

Typography:

- Remap body size to xs if xxs provided

## 7.0.0-s2-foundations.18

### Major Changes
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": "7.0.0-s2-foundations.18",
"version": "7.0.0-s2-foundations.19",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
10 changes: 10 additions & 0 deletions components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 10.0.0-s2-foundations.17

### Patch Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`d8394c7`](https://github.com/adobe/spectrum-css/commit/d8394c7cd6e49e65928972eedaae0dbf013ea8f9) Thanks [@pfulton](https://github.com/pfulton)! - S2 preview background color mapping update

- Updated dependencies [[`9ae725f`](https://github.com/adobe/spectrum-css/commit/9ae725f10ebbb78b62070c4c477cb41cfc1b1ed6), [`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0)]:
- @spectrum-css/typography@7.0.0-s2-foundations.15
- @spectrum-css/actionbutton@7.0.0-s2-foundations.19

## 10.0.0-s2-foundations.16

### Major Changes
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": "10.0.0-s2-foundations.16",
"version": "10.0.0-s2-foundations.17",
"description": "The Spectrum CSS card component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
28 changes: 28 additions & 0 deletions components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 4.0.0-s2-foundations.16

### Major Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0) Thanks [@pfulton](https://github.com/pfulton)! - ActionButton:

- Correct --spectrum-actionbutton-background-color-selected-disabled to be --spectrum-actionbutton-(background|border)-color-disabled-selected

Combobox:

- Move --spectrum-combobox-min-inline-size and --spectrum-combobox-button-width to the index.css

FieldGroup:

- Swap gap back to margin-inline-end on FieldGroup

Typography:

- Remap body size to xs if xxs provided

### Patch Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`9ae725f`](https://github.com/adobe/spectrum-css/commit/9ae725f10ebbb78b62070c4c477cb41cfc1b1ed6) Thanks [@pfulton](https://github.com/pfulton)! - Combobox moved the quiet min-inline-size property to index.css from theme to pick up the t-shirt sizing for the calc.

Typography increases specificity for the t-shirt sizing.

Stepper fixes for the disabled + hovered states as well as regressions fixed for the quiet variant.

## 4.0.0-s2-foundations.15

### Major Changes
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": "4.0.0-s2-foundations.15",
"version": "4.0.0-s2-foundations.16",
"description": "The Spectrum CSS combobox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
20 changes: 20 additions & 0 deletions components/fieldgroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 6.0.0-s2-foundations.14

### Major Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0) Thanks [@pfulton](https://github.com/pfulton)! - ActionButton:

- Correct --spectrum-actionbutton-background-color-selected-disabled to be --spectrum-actionbutton-(background|border)-color-disabled-selected

Combobox:

- Move --spectrum-combobox-min-inline-size and --spectrum-combobox-button-width to the index.css

FieldGroup:

- Swap gap back to margin-inline-end on FieldGroup

Typography:

- Remap body size to xs if xxs provided

## 6.0.0-s2-foundations.13

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/fieldgroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldgroup",
"version": "6.0.0-s2-foundations.13",
"version": "6.0.0-s2-foundations.14",
"description": "The Spectrum CSS fieldgroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
13 changes: 13 additions & 0 deletions components/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 7.0.0-s2-foundations.15

### Patch Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`9ae725f`](https://github.com/adobe/spectrum-css/commit/9ae725f10ebbb78b62070c4c477cb41cfc1b1ed6) Thanks [@pfulton](https://github.com/pfulton)! - Combobox moved the quiet min-inline-size property to index.css from theme to pick up the t-shirt sizing for the calc.

Typography increases specificity for the t-shirt sizing.

Stepper fixes for the disabled + hovered states as well as regressions fixed for the quiet variant.

- Updated dependencies [[`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0)]:
- @spectrum-css/actionbutton@7.0.0-s2-foundations.19

## 7.0.0-s2-foundations.14

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/stepper",
"version": "7.0.0-s2-foundations.14",
"version": "7.0.0-s2-foundations.15",
"description": "The Spectrum CSS stepper component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
28 changes: 28 additions & 0 deletions components/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 7.0.0-s2-foundations.15

### Major Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4e80ae6`](https://github.com/adobe/spectrum-css/commit/4e80ae67ddda329a5ed556b57426623c6f0f13f0) Thanks [@pfulton](https://github.com/pfulton)! - ActionButton:

- Correct --spectrum-actionbutton-background-color-selected-disabled to be --spectrum-actionbutton-(background|border)-color-disabled-selected

Combobox:

- Move --spectrum-combobox-min-inline-size and --spectrum-combobox-button-width to the index.css

FieldGroup:

- Swap gap back to margin-inline-end on FieldGroup

Typography:

- Remap body size to xs if xxs provided

### Patch Changes

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`9ae725f`](https://github.com/adobe/spectrum-css/commit/9ae725f10ebbb78b62070c4c477cb41cfc1b1ed6) Thanks [@pfulton](https://github.com/pfulton)! - Combobox moved the quiet min-inline-size property to index.css from theme to pick up the t-shirt sizing for the calc.

Typography increases specificity for the t-shirt sizing.

Stepper fixes for the disabled + hovered states as well as regressions fixed for the quiet variant.

## 7.0.0-s2-foundations.14

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/typography",
"version": "7.0.0-s2-foundations.14",
"version": "7.0.0-s2-foundations.15",
"description": "The Spectrum CSS typography component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down

0 comments on commit 2ad8426

Please sign in to comment.