Skip to content

Commit 079b223

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#2801)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83a2f77 commit 079b223

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"changesets": [
104104
"big-chairs-care",
105105
"eleven-cooks-destroy",
106+
"fresh-seahorses-join",
106107
"nine-kings-repair",
107108
"perfect-dogs-smash",
108109
"pretty-parents-drum",

components/button/CHANGELOG.md

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

3+
## 14.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- [#2725](https://github.com/adobe/spectrum-css/pull/2725) [`81edcde`](https://github.com/adobe/spectrum-css/commit/81edcde7fc606acd86b2bdb4379e0d2f96a5e211) Thanks [@jawinn](https://github.com/jawinn)! - #### refactor: remove spectrum-ButtonWithFocusRing placeholder class extend
8+
9+
Removes the need for the extend from this placeholder class, as the styles it provides have diverged slightly from what is in button and it was causing some unnecessary CSS to override.
10+
This should not result in any changed visuals or behavior, as the same CSS has been integrated.
11+
12+
## 14.0.0-next.6
13+
14+
### Major Changes
15+
16+
- [#2600](https://github.com/adobe/spectrum-css/pull/2600) [`3559678`](https://github.com/adobe/spectrum-css/commit/35596780a1309dd145fa565461d330ddfaf50e68) Thanks [@jawinn](https://github.com/jawinn)!
17+
18+
#### Spectrum 2 migration
19+
20+
Button now uses Spectrum 2 tokens and specifications, which includes many color changes to all variants. A few other notable changes:
21+
22+
- Outline buttons are no longer available in accent and negative options — use the filled variant instead.
23+
- Medium size is now the default. The class `.spectrum-Button--sizeM` is now unnecessary for this size, and has been removed.
24+
- The `.spectrum-Button--fill` class is no longer needed and has been removed.
25+
26+
The following `--mod` custom properties have been renamed:
27+
28+
- `--mod-line-height-100` has been renamed to `--mod-button-line-height`
29+
- `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`
30+
- `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`
31+
- `--mod-bold-font-weight` has been renamed to `--mod-button-font-weight`
32+
33+
## 14.0.0-next.5
34+
35+
### Patch Changes
36+
37+
- Updated peerDependencies [[`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d)]:
38+
- @spectrum-css/icon@>=7
39+
- @spectrum-css/progresscircle@>=3
40+
- @spectrum-css/tokens@>=14
41+
342
## 13.5.0
443

544
### Minor Changes
@@ -62,38 +101,6 @@
62101
- @spectrum-css/progresscircle@3.1.1
63102
- @spectrum-css/icon@7.1.1
64103

65-
## 14.0.0-next.6
66-
67-
### Major Changes
68-
69-
- [#2600](https://github.com/adobe/spectrum-css/pull/2600) [`3559678`](https://github.com/adobe/spectrum-css/commit/35596780a1309dd145fa565461d330ddfaf50e68) Thanks [@jawinn](https://github.com/jawinn)!
70-
71-
#### Spectrum 2 migration
72-
Button now uses Spectrum 2 tokens and specifications, which includes many color changes to all variants. A few other notable changes:
73-
74-
- Outline buttons are no longer available in accent and negative options — use the filled variant instead.
75-
- Medium size is now the default. The class `.spectrum-Button--sizeM` is now unnecessary for this size, and has been removed.
76-
- The `.spectrum-Button--fill` class is no longer needed and has been removed.
77-
78-
The following `--mod` custom properties have been renamed:
79-
80-
- `--mod-line-height-100` has been renamed to `--mod-button-line-height`
81-
- `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`
82-
- `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`
83-
- `--mod-bold-font-weight` has been renamed to `--mod-button-font-weight`
84-
85-
## 14.0.0-next.5
86-
87-
### Patch Changes
88-
89-
- Updated peerDependencies [[`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d)]:
90-
- @spectrum-css/icon@>=7
91-
- @spectrum-css/progresscircle@>=3
92-
- @spectrum-css/tokens@>=14
93-
94-
All notable changes to this project will be documented in this file.
95-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
96-
97104
## 13.1.0
98105

99106
### Minor Changes

components/button/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/button",
3-
"version": "14.0.0-next.6",
3+
"version": "14.0.0-next.7",
44
"description": "The Spectrum CSS button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)