Skip to content

Commit

Permalink
chore: release to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 23, 2024
1 parent 3143022 commit 57c2db1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-b3/web-core",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "dist/main.js",
"types": "dist-types/main.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions web/llmapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-b3/llmapi",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "dist/index.mjs",
"types": "dist-types/index.d.ts",
Expand Down Expand Up @@ -35,4 +35,4 @@
},
"private": false,
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions web/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-b3/web-studio",
"version": "0.0.1",
"version": "0.0.2",
"license": "MPL-2.0",
"contributors": [
{
Expand Down Expand Up @@ -81,4 +81,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 57c2db1

Please sign in to comment.