-
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 #1260
Merged
Merged
Release Tracking #1260
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-css/75qojSw3TE9J1yiisdHc17p4wxBb |
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 02:24
4c374a1
to
4bf495a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 15:55
4bf495a
to
6d9c073
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 16:08
6d9c073
to
099ab2f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 16:36
099ab2f
to
354ba5c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 17:24
354ba5c
to
ce99a57
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 17:25
ce99a57
to
4254246
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2021 18:20
4254246
to
7c72d52
Compare
jonrohan
approved these changes
Mar 26, 2021
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 28, 2021 05:24
7c72d52
to
7c40821
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 29, 2021 03:03
7c40821
to
3a2e2cb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
March 29, 2021 03:05
9f39270
to
c57600e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 29, 2021 06:07
c57600e
to
6ee7985
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 29, 2021 15:47
6ee7985
to
d957ec9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 29, 2021 15:47
d957ec9
to
358dfe6
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
March 29, 2021 16:13
358dfe6
to
2aee66e
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/css@16.1.0
Minor Changes
#1254
5d2f0beb
Thanks @tobiasahlin! - Add common marketing utilities to primer/marketing#1201
29a83bdc
Thanks @vdepizzol! - Change TableObject status to deprecatedPatch Changes
#1197
a355160a
Thanks @neildaniels! - Fix .btn-with-count documentation#1274
322379fe
Thanks @tobiasahlin! - Marketing buttons: don't animate everything#1272
88bcd1bf
Thanks @simurai! - UpdateCounter--secondary
bg#1261
b1346678
Thanks @jonrohan! - Fixing thecolor-mode-theme
mixin. Currently the mixin doesn't take into account whenmode="light"
andlight-theme="dark"
. This fix allows dark themes to be set as light themes and to toggle into single light mode.