-
Notifications
You must be signed in to change notification settings - Fork 201
chore: release (next) #2706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
chore: release (next) #2706
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
castastrophe
approved these changes
Apr 26, 2024
castastrophe
pushed a commit
that referenced
this pull request
Apr 26, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Apr 30, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pfulton
pushed a commit
that referenced
this pull request
May 1, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pfulton
pushed a commit
that referenced
this pull request
May 3, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
rise-erpelding
pushed a commit
that referenced
this pull request
May 7, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pfulton
pushed a commit
that referenced
this pull request
May 10, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Dec 27, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Dec 29, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Dec 29, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Jan 17, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Jan 17, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Jan 21, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Jan 22, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 5, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 7, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 7, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 7, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 11, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 24, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe
pushed a commit
that referenced
this pull request
Feb 24, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to spectrum-two, this PR will be updated.
spectrum-two
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onspectrum-two
.Releases
@spectrum-css/button@14.0.0-next.5
Patch Changes
fd0fbc2
Thanks @castastrophe! - chore: run branch through formatterAll notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
#13.0.0
🗓
2024-04-18 • 📝 Commits
✨ Features
*use storybook v8 (#2604)(166ab23)
🐛 Bug fixes
*feat!: postcss config build and script; remove gulp (feat: create a single postcss entry point #2466)(b0f337b), closes#2466
Imports added to index.css and themes/express.css
##12.0.2
🗓
2024-03-07 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##12.0.1
🗓
2024-02-26 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
#12.0.0
🗓
2024-02-20 • 📝 Commits
🐛 Bug fixes
**button:**support for wrapping text (#2248)(3f14a86)
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-*).
Rename Storybook control for stacking buttons to "layout" with specified
options, which is a more appropriate name. The control has also been
made visible.
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.
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.
##11.3.1
🗓
2024-02-16 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
#11.3.0
🗓
2024-02-15 • 📝 Commits
✨ Features
##11.2.1
🗓
2024-02-06
Note: Version bump only for package @spectrum-css/button
#11.2.0
🗓
2024-02-05 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
#11.1.0
🗓
2024-01-29 • 📝 Commits
✨ Features
🐛 Bug fixes
##11.0.19
🗓
2024-01-16 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.18
🗓
2023-12-12 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.17
🗓
2023-12-04 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.16
🗓
2023-11-15 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.15
🗓
2023-11-13 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.14
🗓
2023-11-09 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.13
🗓
2023-10-13 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.12
🗓
2023-09-26 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.11
🗓
2023-09-18 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.10
🗓
2023-09-14 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.9
🗓
2023-09-13 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.8
🗓
2023-09-07 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.7
🗓
2023-09-01 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.6
🗓
2023-08-31 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.5
🗓
2023-08-31 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.4
🗓
2023-08-29 • 📝 Commits
🔙 Reverts
*gulp and build updates (#2121)(03a37f5), closes#2099
##11.0.3
🗓
2023-08-22 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.2
🗓
2023-08-22 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##11.0.1
🗓
2023-08-18 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
#11.0.0
🗓
2023-08-16 • 📝 Commits
*refactor(button)!: replace focus-ring with focus-visible(5ec4849)
##10.1.14
🗓
2023-08-10 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.13
🗓
2023-08-07 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.12
🗓
2023-08-03 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.11
🗓
2023-07-24 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.10
🗓
2023-07-17 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.9
🗓
2023-07-14 • 📝 Commits
🐛 Bug fixes
##10.1.8
🗓
2023-07-11 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.7
🗓
2023-06-29 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.6
🗓
2023-06-21 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.5
🗓
2023-06-15 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.4
🗓
2023-06-12 • 📝 Commits
🐛 Bug fixes
*restore files to pre-formatted state(491dbcb)
##10.1.3
🗓
2023-06-02 • 📝 Commits
Note: Version bump only for package @spectrum-css/button
##10.1.2
🗓
2023-06-01 • 📝 Commits
Note: Version bump only for package @spectrum-css/button