-
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 #2556
Merged
Merged
Release Tracking #2556
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
primer
bot
force-pushed
the
changeset-release/main
branch
from
November 30, 2023 23:03
c9806d2
to
e7e3e94
Compare
Preparing for a release. ChecklistMake sure these items are checked before merging.
Selectors added/removed since latest release--- before.txt 2023-12-01 18:01:41.956191025 +0000
+++ after.txt 2023-12-01 18:01:42.008190482 +0000
@@ -162,2 +162,3 @@
.FormControl-inlineValidation p
+.FormControl-inlineValidation--success
.FormControl-inlineValidation--visual
@@ -204,3 +205,4 @@
.FormControl-input[disabled]::placeholder
-.FormControl-input[invalid]:not(:focus)
+.FormControl-input[invalid=false]:not(:focus)
+.FormControl-input[invalid=true]:not(:focus)
.FormControl-input[readonly]
@@ -232,3 +234,4 @@
.FormControl-select[disabled]::placeholder
-.FormControl-select[invalid]:not(:focus)
+.FormControl-select[invalid=false]:not(:focus)
+.FormControl-select[invalid=true]:not(:focus)
.FormControl-select[readonly]
@@ -252,3 +255,4 @@
.FormControl-textarea[disabled]::placeholder
-.FormControl-textarea[invalid]:not(:focus)
+.FormControl-textarea[invalid=false]:not(:focus)
+.FormControl-textarea[invalid=true]:not(:focus)
.FormControl-textarea[readonly]
@@ -370,2 +374,3 @@
.Link--secondary:hover [class*=color-fg]
+.Link--underline
.Link:focus
@@ -695,2 +700,4 @@
.Subhead-heading--danger
+.Subhead-heading--large
+.Subhead-heading--medium
.TableObject
@@ -857,2 +864,3 @@
.blankslate-clean-background
+.blankslate-container
.blankslate-heading
@@ -3952,4 +3960,4 @@
input.FormControl-checkbox[type=checkbox][disabled]~.FormControl-checkbox-labelWrap .FormControl-label
-input.FormControl-checkbox[type=checkbox][disabled]~.FormControl-radio-labelWrap .FormControl-label
-input.FormControl-checkbox[type=checkbox][invalid]:not(:focus)
+input.FormControl-checkbox[type=checkbox][invalid=false]:not(:focus)
+input.FormControl-checkbox[type=checkbox][invalid=true]:not(:focus)
input.FormControl-radio[type=radio]:after
@@ -3957,2 +3965,3 @@
input.FormControl-radio[type=radio]:checked:disabled
+input.FormControl-radio[type=radio]:checked:disabled~.FormControl-radio-labelWrap .FormControl-label
input.FormControl-radio[type=radio]:focus-visible
@@ -3962,3 +3971,7 @@
input.FormControl-radio[type=radio][disabled]
-input.FormControl-radio[type=radio][invalid]:not(:focus)
+input.FormControl-radio[type=radio][disabled]:checked
+input.FormControl-radio[type=radio][disabled]:checked~.FormControl-radio-labelWrap .FormControl-label
+input.FormControl-radio[type=radio][disabled]~.FormControl-radio-labelWrap .FormControl-label
+input.FormControl-radio[type=radio][invalid=false]:not(:focus)
+input.FormControl-radio[type=radio][invalid=true]:not(:focus)
input::-webkit-inner-spin-button |
primer
bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
December 1, 2023 17:58
d1ffe82
to
8800519
Compare
primer
bot
force-pushed
the
changeset-release/main
branch
from
December 1, 2023 17:59
8800519
to
0057425
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
f0b0d208
Thanks @jonrohan! - Remove primitives css tokens import from support package