-
Notifications
You must be signed in to change notification settings - Fork 116
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 #1642
Merged
Merged
Release Tracking #1642
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
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
primer-css
force-pushed
the
changeset-release/main
branch
from
November 28, 2022 19:25
ca4085f
to
b59a90b
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 28, 2022 19:38
b59a90b
to
a55f816
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 28, 2022 22:07
a55f816
to
e484862
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 28, 2022 23:30
ef43145
to
bc6e398
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 29, 2022 02:46
bc6e398
to
f1299d1
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 29, 2022 04:17
f1299d1
to
b2d73c8
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 29, 2022 04:19
b2d73c8
to
4a28b0d
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 29, 2022 04:47
4a28b0d
to
3b6084e
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 29, 2022 17:15
3b6084e
to
ef24bad
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 29, 2022 17:41
ef24bad
to
e689df4
Compare
primer-css
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
December 5, 2022 19:15
a8618c2
to
efc5a9f
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 5, 2022 19:15
efc5a9f
to
64efd3a
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 5, 2022 19:47
64efd3a
to
92ec4a9
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 5, 2022 22:25
92ec4a9
to
e9f20d4
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 6, 2022 16:21
e9f20d4
to
92a4e98
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 6, 2022 17:45
92a4e98
to
fdc6706
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 6, 2022 17:46
fdc6706
to
a59c10c
Compare
3 tasks
primer-css
force-pushed
the
changeset-release/main
branch
from
December 6, 2022 18:40
a59c10c
to
ee9b46f
Compare
jonrohan
approved these changes
Dec 6, 2022
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
#1650
2941ba2b
Thanks @keithamus! - Add RelativeTime component#1665
f9759ff0
Thanks @camertron! - Add a button input to the forms framework#1636
0af266a7
Thanks @simurai! - RemoveActionListItem
animation#1638
5c421277
Thanks @simurai! - MoveFormControl
styles to PVC#1664
d56dfa60
Thanks @camertron! - Allow form inputs to be hidden#1630
e744c14f
Thanks @simurai! - Movebutton
styles to PVC#1666
5a7c5320
Thanks @camertron! - Add the primer_fields_for helper#1671
e0be2776
Thanks @mxriverlynn! - Add a migration guide for moving from Primer::DropdownMenuComponent to Primer::Beta::Dropdown#1635
653ac92b
Thanks @mxriverlynn! - Converting deprecations list to a .yml file, and updating all code around deprecations to use this new structure#1668
84cd95ed
Thanks @camertron! - Allow form components and entire forms to skip rendering#1643
7e20e148
Thanks @camertron! - Fix disabled ToggleSwitch behavior#1673
7a26cbb6
Thanks @camertron! - Ensure nested forms can be hidden independently of their radio button or check box#1651
7e430ac1
Thanks @simurai! - MoveOverlay
styles to PVC#1674
a6c5bb52
Thanks @mxriverlynn! - MovingPrimer::ClipboardCopy
toPrimer::Beta::ClipboardCopy
, and deprecating the original#1663
15392142
Thanks @mxriverlynn! - Adding a migration guide and updating deprecation settings for Primer::ButtonComponent -> Primer::Beta::Button#1662
d2b33606
Thanks @jonrohan! - AddingPrimer::ViewComponents::AUDITED
variable to access when a component was last audited. Get's data from thestatic/audited_at.json
file.#1639
ddc30dd5
Thanks @mxriverlynn! - Adding "guide" to PVC deprecation configuration, and providing a much more detailed deprecation notice based on configuration for each component