Skip to content

Commit

Permalink
Update labeled-field package.json config (#2433)
Browse files Browse the repository at this point in the history
## Summary:

[labeled-field-pkg] fix labeled-field package.json config so we can publish it

Issue: WB-XXXX

## Test plan:

Author: beaesguerra

Reviewers: beaesguerra, jandrade

Required Reviewers:

Approved By: jandrade

Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ⏭️  Chromatic - Skip on Release PR (changesets), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald, ⏭️  dependabot

Pull Request URL: #2433
  • Loading branch information
beaesguerra authored Jan 16, 2025
1 parent 00a9318 commit dce7d78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-moles-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/wonder-blocks-labeled-field": patch
---

Make labeled-field package public
4 changes: 2 additions & 2 deletions packages/wonder-blocks-labeled-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"author": "",
"license": "MIT",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"private": true,
"dependencies": {
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^11.1.0",
Expand All @@ -24,6 +23,7 @@
"@khanacademy/wonder-blocks-typography": "^3.0.5"
},
"peerDependencies": {
"@phosphor-icons/core": "^2.0.2",
"aphrodite": "^1.2.5",
"react": "18.2.0"
},
Expand Down

0 comments on commit dce7d78

Please sign in to comment.