-
Notifications
You must be signed in to change notification settings - Fork 115
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
Release Tracking #2289
Merged
Merged
Release Tracking #2289
Conversation
This file contains 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
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 19:56
0aefbd6
to
65690ec
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 19:57
65690ec
to
79df731
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 21:13
79df731
to
6a75402
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 21:14
6a75402
to
da91b0e
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 22:31
da91b0e
to
110178d
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 22:33
110178d
to
46b46cd
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 22:56
46b46cd
to
bd8f8d8
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2023 22:58
bd8f8d8
to
07828c4
Compare
Dotcom integration PR (staff-only): https://github.com/github/github/pull/293912 |
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 18:59
07828c4
to
46f0327
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 20:46
46f0327
to
a8ddb95
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 20:49
a8ddb95
to
5d72972
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 20:52
5d72972
to
ba674eb
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 20:59
ba674eb
to
b48c487
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 21:15
9bedced
to
8567054
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 21:56
8567054
to
3399590
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 21:57
3399590
to
afc3e1e
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 21:57
afc3e1e
to
6ae48ca
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 19, 2023 21:58
a8718dd
to
3de2962
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
October 19, 2023 21:59
1887fe5
to
9ee2807
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 22:00
9ee2807
to
f14a8df
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 22:02
f14a8df
to
b8a8689
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 22:06
b8a8689
to
9ab6749
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
October 19, 2023 22:07
9ab6749
to
d097302
Compare
camertron
approved these changes
Oct 19, 2023
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 main, this PR will be updated.
Releases
@primer/[email protected]
Minor Changes
#2284
374d10fd
Thanks @langermank! - Update tooltip design#2293
d7eafca0
Thanks @camertron! - Fix multi-select behavior when ActionMenus are embedded in dialogs#2291
725bbd95
Thanks @camertron! - Allow ActionMenu items to submit multiple values on form submission; fix keyboard handling for submit itemsPatch Changes
#2286
02e7f785
Thanks @langermank! - fix SegmentedControl alignment issues#2288
caf09967
Thanks @TylerJDev! - Fixes issue where sometimes a dialog cannot be closed if another is open#2292
46e3ff02
Thanks @jonrohan! - Fix ActionBar issue where left and end key don't loop around to end of the action bar items.#2290
f33eed35
Thanks @jonrohan! - Bug fix: Respect autofocus attributes inside of a Dialog when opening a modal-dialog. When the dialog was opening before it was always focusing the first focusable element which was always the close button.