Skip to content

Commit 5129432

Browse files
authored
feat: publish studio to npm (#922)
1 parent 2f36437 commit 5129432

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/orange-scissors-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@asyncapi/studio": minor
3+
---
4+
5+
start publishing studio.

apps/studio/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@asyncapi/studio",
33
"version": "0.19.1",
4-
"private": true,
54
"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.",
65
"license": "Apache-2.0",
76
"bugs": {
@@ -137,4 +136,4 @@
137136
"publishConfig": {
138137
"access": "public"
139138
}
140-
}
139+
}

0 commit comments

Comments
 (0)