-
Notifications
You must be signed in to change notification settings - Fork 584
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 #1168
Merged
Merged
Release Tracking #1168
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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/primer/primer-components/F3F31ZapzLojC6fZKSVVydXK3Ym3 |
6ee3aa1
to
d42e247
Compare
d42e247
to
8f99260
Compare
8f99260
to
16063b8
Compare
16063b8
to
bce4735
Compare
bce4735
to
49e9724
Compare
49e9724
to
b74c5cd
Compare
b74c5cd
to
64ef649
Compare
64ef649
to
de265d1
Compare
de265d1
to
edfdf82
Compare
edfdf82
to
f04f9a1
Compare
f04f9a1
to
87304e0
Compare
87304e0
to
60ee904
Compare
041e861
to
09ab0fc
Compare
09ab0fc
to
f127715
Compare
f127715
to
4aaee15
Compare
4aaee15
to
a8989ba
Compare
a8989ba
to
a68feb7
Compare
a68feb7
to
22696da
Compare
22696da
to
01168c7
Compare
VanAnderson
approved these changes
Apr 29, 2021
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]
Major Changes
5f85394d
#1157 Thanks @dgreif! - RemoveduseMouseIntent
in favor of:focus-visible
. With the removal ofuseMouseIntent
, theintent-mouse
class will no longer be added to the<body>
. Since:focus-visible
is a relatively new psuedo-class, a polyfill is included. Any focused elements that meet the criteria for:focus-visible
will also have afocus-visible
class added to them by the polyfill.Patch Changes
f7857a06
#1159 Thanks @hehex9! - Removed unused dependencies