-
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 #2491
Merged
Merged
Release Tracking #2491
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 2023-08-22 16:22:02.540513769 +0000
+++ after.txt 2023-08-22 16:22:02.632514434 +0000
@@ -162,2 +162,3 @@
.FormControl-inlineValidation p
+.FormControl-inlineValidation--visual
.FormControl-input
@@ -748,13 +749,13 @@
.ToggleSwitch-track:hover
-.ToggleSwitch-track[aria-checked=true]
-.ToggleSwitch-track[aria-checked=true] .ToggleSwitch-circleIcon
-.ToggleSwitch-track[aria-checked=true] .ToggleSwitch-knob
-.ToggleSwitch-track[aria-checked=true] .ToggleSwitch-lineIcon
-.ToggleSwitch-track[aria-checked=true]:not([aria-disabled=true]):active
-.ToggleSwitch-track[aria-checked=true]:not([aria-disabled=true]):hover
-.ToggleSwitch-track[aria-checked=true][aria-disabled=true]
-.ToggleSwitch-track[aria-disabled=true]
-.ToggleSwitch-track[aria-disabled=true] .ToggleSwitch-circleIcon
-.ToggleSwitch-track[aria-disabled=true] .ToggleSwitch-knob
-.ToggleSwitch-track[aria-disabled=true] .ToggleSwitch-lineIcon
+.ToggleSwitch-track[aria-pressed=true]
+.ToggleSwitch-track[aria-pressed=true] .ToggleSwitch-circleIcon
+.ToggleSwitch-track[aria-pressed=true] .ToggleSwitch-knob
+.ToggleSwitch-track[aria-pressed=true] .ToggleSwitch-lineIcon
+.ToggleSwitch-track[aria-pressed=true]:not([disabled]):active
+.ToggleSwitch-track[aria-pressed=true]:not([disabled]):hover
+.ToggleSwitch-track[aria-pressed=true][disabled]
+.ToggleSwitch-track[disabled]
+.ToggleSwitch-track[disabled] .ToggleSwitch-circleIcon
+.ToggleSwitch-track[disabled] .ToggleSwitch-knob
+.ToggleSwitch-track[disabled] .ToggleSwitch-lineIcon
.ToggleSwitch.ToggleSwitch |
primer-css
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 14, 2023 00:02
9b0f4cd
to
137251d
Compare
primer-css
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 17, 2023 19:15
f0bb3ee
to
eb1f420
Compare
primer-css
had a problem deploying
to
github-pages
July 17, 2023 19:18
— with
GitHub Actions
Failure
primer-css
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 11, 2023 19:29
ec08b17
to
41e7fb8
Compare
primer-css
had a problem deploying
to
github-pages
August 11, 2023 19:32
— with
GitHub Actions
Failure
primer-css
force-pushed
the
changeset-release/main
branch
from
August 22, 2023 14:28
41e7fb8
to
194c1ff
Compare
primer-css
temporarily deployed
to
github-pages
August 22, 2023 14:30
— with
GitHub Actions
Inactive
primer-css
force-pushed
the
changeset-release/main
branch
from
August 22, 2023 16:20
194c1ff
to
51c1a07
Compare
langermank
approved these changes
Aug 22, 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]
Patch Changes
#2510
49e81506
Thanks @langermank! - Usecontrol
tokens for legacy form CSS border-color#2508
a8b1bed2
Thanks @langermank! - Bump Primitive v7.12.0#2443
e1b3f4f4
Thanks @jonrohan! - Remove yarn in favor of npm