From c02889d242ecf3a2dd641226f91483f03303d30f Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani Date: Tue, 23 Jan 2024 14:04:40 +0000 Subject: [PATCH] publish studio --- .changeset/orange-scissors-boil.md | 5 +++++ apps/studio/package.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/orange-scissors-boil.md diff --git a/.changeset/orange-scissors-boil.md b/.changeset/orange-scissors-boil.md new file mode 100644 index 000000000..d922d8a09 --- /dev/null +++ b/.changeset/orange-scissors-boil.md @@ -0,0 +1,5 @@ +--- +"@asyncapi/studio": minor +--- + +start publishing studio. diff --git a/apps/studio/package.json b/apps/studio/package.json index d06f9d294..3ae7bbaaa 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -1,7 +1,6 @@ { "name": "@asyncapi/studio", "version": "0.19.1", - "private": true, "description": "One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.", "license": "Apache-2.0", "bugs": { @@ -137,4 +136,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file