Skip to content

Commit 67700bc

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (s2-foundations) (#3313)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f4eb9c commit 67700bc

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,13 @@
102102
"changesets": [
103103
"afraid-cycles-wash",
104104
"big-hats-happen",
105+
"calm-ears-think",
105106
"calm-socks-speak",
106107
"clever-walls-glow",
107108
"cyan-actors-rest",
108109
"dull-pandas-grin",
109110
"empty-countries-act",
111+
"fair-badgers-repeat",
110112
"fair-parents-rush",
111113
"few-frogs-mate",
112114
"fluffy-apes-breathe",

components/actionbutton/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 7.0.0-s2-foundations.23
4+
5+
### Patch Changes
6+
7+
- [#3256](https://github.com/adobe/spectrum-css/pull/3256) [`b84b93e`](https://github.com/adobe/spectrum-css/commit/b84b93e64157c7a8288a3ed19f1a637ee609251c) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Adds line-height on `.spectrum-ActionButton-label` in order to accommodate text with diacritics that may be cut off vertically.
8+
39
## 7.0.0-s2-foundations.22
410

511
### Minor Changes

components/actionbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "7.0.0-s2-foundations.22",
3+
"version": "7.0.0-s2-foundations.23",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actiongroup/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 6.0.0-s2-foundations.16
4+
5+
### Patch Changes
6+
7+
- [#3256](https://github.com/adobe/spectrum-css/pull/3256) [`b84b93e`](https://github.com/adobe/spectrum-css/commit/b84b93e64157c7a8288a3ed19f1a637ee609251c) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Action group
8+
9+
`flex: 1` has now changed to `flex-grow: 1` in the `.spectrum-ActionGroup--justified .spectrum-ActionGroup-item` selector to specify the desired behavior of justified action groups.
10+
11+
- Updated dependencies [[`b84b93e`](https://github.com/adobe/spectrum-css/commit/b84b93e64157c7a8288a3ed19f1a637ee609251c)]:
12+
- @spectrum-css/actionbutton@7.0.0-s2-foundations.23
13+
314
## 6.0.0-s2-foundations.15
415

516
### Minor Changes

components/actiongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actiongroup",
3-
"version": "6.0.0-s2-foundations.15",
3+
"version": "6.0.0-s2-foundations.16",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)