diff --git a/.changeset/thirty-pans-hammer.md b/.changeset/thirty-pans-hammer.md index 6ccec0373e..a9ba7063ca 100644 --- a/.changeset/thirty-pans-hammer.md +++ b/.changeset/thirty-pans-hammer.md @@ -1,6 +1,6 @@ --- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch +"@khanacademy/perseus": minor +"@khanacademy/perseus-editor": minor --- -Add save warnings to PhET widget editor +Add save warnings to PhET widget editor and un-hide widget from content editor widget dropdown diff --git a/packages/perseus/src/widgets/phet-simulation.tsx b/packages/perseus/src/widgets/phet-simulation.tsx index 77ec064c18..65c831e317 100644 --- a/packages/perseus/src/widgets/phet-simulation.tsx +++ b/packages/perseus/src/widgets/phet-simulation.tsx @@ -247,7 +247,5 @@ export default { name: "phet-simulation", displayName: "PhET Simulation", widget: PhetSimulation, - // Hides widget from content creators until full release - hidden: true, isLintable: true, } as WidgetExports;