We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a9318 commit dce7d78Copy full SHA for dce7d78
.changeset/unlucky-moles-report.md
@@ -0,0 +1,5 @@
1
+---
2
+"@khanacademy/wonder-blocks-labeled-field": patch
3
4
+
5
+Make labeled-field package public
packages/wonder-blocks-labeled-field/package.json
@@ -13,9 +13,8 @@
13
"author": "",
14
"license": "MIT",
15
"publishConfig": {
16
- "access": "restricted"
+ "access": "public"
17
},
18
- "private": true,
19
"dependencies": {
20
"@babel/runtime": "^7.18.6",
21
"@khanacademy/wonder-blocks-core": "^11.1.0",
@@ -24,6 +23,7 @@
24
23
"@khanacademy/wonder-blocks-typography": "^3.0.5"
25
26
"peerDependencies": {
+ "@phosphor-icons/core": "^2.0.2",
27
"aphrodite": "^1.2.5",
28
"react": "18.2.0"
29
0 commit comments