Skip to content

Commit

Permalink
[🔥AUDIT🔥] Bump Pill version to avoid changeset error in next release (#…
Browse files Browse the repository at this point in the history
…2069)

🖍 _This is an audit!_ 🖍

## Summary:

There's a network issue with Cloudfare (that is used by NPM). This is causing
some packages to fail to install. This PR bumps the version of Pill to match the
existing version of Pill publised in NPM.

Issue: XXX-XXXX

## Test plan:

N/A

Author: jandrade

Auditors: #wonder-blocks

Required Reviewers:

Approved By:

Checks: ✅ codecov/project, ✅ Chromatic - Get results on non-draft regular PRs (ubuntu-latest, 16.x), ✅ Test (ubuntu-latest, 16.x, 2/2), ✅ Lint (ubuntu-latest, 16.x), ✅ Test (ubuntu-latest, 16.x, 1/2), ✅ Check build sizes (ubuntu-latest, 16.x), ✅ Chromatic - Build on non-draft regular PRs / chromatic (ubuntu-latest, 16.x), ⏭  Chromatic - Skip on Release PR (changesets), ✅ gerald, ⏭  dependabot, ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x)

Pull Request URL: #2069
  • Loading branch information
jandrade authored Sep 27, 2023
1 parent ea0e7c0 commit 5aabf76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-numbers-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/wonder-blocks-pill": patch
---

Copy tweaks (forcing a new version)
4 changes: 2 additions & 2 deletions packages/wonder-blocks-pill/src/components/pill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ const PillInner = (props: {
};

/**
* A Pill component displays text in a rounded, colored container.
* This is usually used to add label tags or indicate a status.
* A `Pill` component displays text in a rounded, colored container. This is
* usually used to add label tags or indicate a status.
*
* ### Usage
*
Expand Down

0 comments on commit 5aabf76

Please sign in to comment.