Skip to content

Commit 53b4197

Browse files
authored
Changesets: Bump form package to test release process (#2410)
## Summary: This PR is meant to bump the version of the form package to test changesets. We are seeing if a change being applied in #2409 will fix the issue we are seeing with changesets not being triggering PR checks at all. This is causing that packages are not being published to NPM. Issue: XXX-XXXX ## Test plan: Land this PR and see if the changesets checks are triggered once the Release PR is created. Author: jandrade Reviewers: beaesguerra, jeremywiebe Required Reviewers: Approved By: beaesguerra Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ⏭️ Chromatic - Skip on Release PR (changesets), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald, ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ⏭️ Chromatic - Skip on Release PR (changesets), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ✅ gerald, ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ⏭️ dependabot Pull Request URL: #2410
1 parent 1aa4fef commit 53b4197

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/young-pumpkins-compete.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@khanacademy/wonder-blocks-form": patch
3+
---
4+
5+
Adding more info about the legend change

packages/wonder-blocks-form/src/components/group-styles.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const styles: StyleDeclaration = StyleSheet.create({
1616
legend: {
1717
padding: 0,
1818
// Let the legend use the size defined by the parent.
19+
// NOTE: This applies to `RadioGroup` and `CheckboxGroup`.
1920
width: "100%",
2021
},
2122

0 commit comments

Comments
 (0)