From 46983be0a1e766c8822b341df2f109710ea32f52 Mon Sep 17 00:00:00 2001 From: Kevin Rodrigues Date: Mon, 17 Jun 2024 15:05:49 +0100 Subject: [PATCH] feat(pie-modal): DSW-000 updated component status to beta --- .changeset/tall-hounds-cry.md | 5 +++++ packages/components/pie-modal/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tall-hounds-cry.md diff --git a/.changeset/tall-hounds-cry.md b/.changeset/tall-hounds-cry.md new file mode 100644 index 0000000000..12114ae295 --- /dev/null +++ b/.changeset/tall-hounds-cry.md @@ -0,0 +1,5 @@ +--- +"@justeattakeaway/pie-modal": patch +--- + +[Changed] - Component to beta status diff --git a/packages/components/pie-modal/package.json b/packages/components/pie-modal/package.json index bb3525da43..af4e5ec374 100644 --- a/packages/components/pie-modal/package.json +++ b/packages/components/pie-modal/package.json @@ -13,7 +13,7 @@ "**/*.d.ts" ], "pieMetadata": { - "componentStatus": "alpha" + "componentStatus": "beta" }, "scripts": { "build": "run -T vite build",