-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #1438
Merged
Merged
Release Tracking #1438
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
Preparing for a release. ChecklistMake sure these items are checked before merging.
Selectors added/removed since latest release--- before.txt 2021-06-09 02:34:25.983923626 +0000
+++ after.txt 2021-06-09 02:34:26.059924611 +0000
@@ -171,2 +171,6 @@
.Layout.Layout--divided .Layout-main
+.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-main
+.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-sidebar
+.Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main
+.Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar
.Layout.Layout--flowRow-until-lg
@@ -179,2 +183,5 @@
.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow
+.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-main
+.Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main
+.Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar
.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-main
@@ -192,2 +199,5 @@
.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow
+.Layout.Layout--flowRow-until-md.Layout--divided .Layout-main
+.Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main
+.Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar
.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-main
@@ -395,2 +405,4 @@
.anim-grow-x
+.anim-hover-grow
+.anim-hover-grow:hover
.anim-pulse
@@ -598,2 +610,3 @@
.btn-danger.disabled .Counter
+.btn-danger.disabled .octicon
.btn-danger.selected
@@ -602,2 +615,3 @@
.btn-danger:disabled .Counter
+.btn-danger:disabled .octicon
.btn-danger:focus
@@ -608,2 +622,3 @@
.btn-danger[aria-disabled=true] .Counter
+.btn-danger[aria-disabled=true] .octicon
.btn-danger[aria-selected=true]
@@ -703,2 +718,3 @@
.btn-primary.disabled
+.btn-primary.disabled .octicon
.btn-primary.focus
@@ -708,2 +724,3 @@
.btn-primary:disabled
+.btn-primary:disabled .octicon
.btn-primary:focus
@@ -711,2 +728,3 @@
.btn-primary[aria-disabled=true]
+.btn-primary[aria-disabled=true] .octicon
.btn-primary[aria-selected=true] Bundles with a size change since latest release
|
primer-css
force-pushed
the
changeset-release/main
branch
from
June 2, 2021 12:04
2388714
to
fbc54d1
Compare
jonrohan
approved these changes
Jun 2, 2021
primer-css
force-pushed
the
changeset-release/main
branch
from
June 7, 2021 02:02
fbc54d1
to
8fab3a3
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 7, 2021 02:15
8fab3a3
to
f15595f
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 7, 2021 16:09
f15595f
to
0ab18d6
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 7, 2021 16:12
0ab18d6
to
5acda27
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 7, 2021 16:16
5acda27
to
bfb1d73
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 7, 2021 17:05
bfb1d73
to
a4cc95d
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 8, 2021 02:59
a4cc95d
to
9b34a59
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 8, 2021 03:16
9b34a59
to
8d90efa
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 8, 2021 08:47
8d90efa
to
e0bab50
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
June 9, 2021 01:28
e0bab50
to
4489217
Compare
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
#1451
9181b479
Thanks @simurai! - Support SF Mono font in Firefox and Safari#1441
3b552c77
Thanks @jonrohan! - Adding anim-hover-grow to replace hover-growPatch Changes
#1450
1d366c4b
Thanks @jonrohan! - Adding fill mode forwards to anim-fade-out#1448
8175f884
Thanks @simurai! - Replace auto and fade variables#1432
55ca5f2f
Thanks @manuelpuyol! - Fix Layout ordering when using dividers with custom sidebar placement#1443
c65b5f9c
Thanks @jdanyow! - Fix octicon color for disabled .btn-danger#1442
6c22133a
Thanks @jdanyow! - Fix octicon color for disabled .btn-primary