Skip to content

Commit 38996f4

Browse files
authored
chore: version packages (#1196)
1 parent 8293782 commit 38996f4

File tree

3 files changed

+31
-30
lines changed

3 files changed

+31
-30
lines changed

.changeset/eighty-peas-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/studio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @asyncapi/studio
22

3+
## 0.24.3
4+
5+
### Patch Changes
6+
7+
- 8293782: Excluded cache folder from build to reduce package size.
8+
39
## 0.24.2
410

511
### Patch Changes

apps/studio/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/studio",
3-
"version": "0.24.2",
3+
"version": "0.24.3",
44
"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.",
55
"license": "Apache-2.0",
66
"bugs": {
@@ -15,30 +15,30 @@
1515
"author": {
1616
"name": "The AsyncAPI maintainers"
1717
},
18-
"files": [
19-
"/build/server",
20-
"/build/standalone",
21-
"/build/static",
22-
"/build/types",
23-
"/build/app-build-manifest.json",
24-
"/build/app-path-routes-manifest.json",
25-
"/build/BUILD_ID",
26-
"/build/build-manifest.json",
27-
"/build/export-marker.json",
28-
"/build/images-manifest.json",
29-
"/build/next-minimal-server.js.nft.json",
30-
"/build/next-server.js.nft.json",
31-
"/build/package.json",
32-
"/build/prerender-manifest.json",
33-
"/build/react-loadable-manifest.json",
34-
"/build/required-server-files.json",
35-
"/build/routes-manifest.json",
36-
"/build/trace",
37-
"/public",
38-
"./README.md",
39-
"./LICENSE",
40-
"./next.config.js"
41-
],
18+
"files": [
19+
"/build/server",
20+
"/build/standalone",
21+
"/build/static",
22+
"/build/types",
23+
"/build/app-build-manifest.json",
24+
"/build/app-path-routes-manifest.json",
25+
"/build/BUILD_ID",
26+
"/build/build-manifest.json",
27+
"/build/export-marker.json",
28+
"/build/images-manifest.json",
29+
"/build/next-minimal-server.js.nft.json",
30+
"/build/next-server.js.nft.json",
31+
"/build/package.json",
32+
"/build/prerender-manifest.json",
33+
"/build/react-loadable-manifest.json",
34+
"/build/required-server-files.json",
35+
"/build/routes-manifest.json",
36+
"/build/trace",
37+
"/public",
38+
"./README.md",
39+
"./LICENSE",
40+
"./next.config.js"
41+
],
4242
"scripts": {
4343
"dev": "next dev",
4444
"build": "next build",

0 commit comments

Comments
 (0)