Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- @huolala-tech/[email protected]
- @huolala-tech/[email protected]
- @huolala-tech/[email protected]
  • Loading branch information
YanagiEiichi committed Jul 4, 2024
1 parent 67fbd4a commit 7124ab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huolala-tech/nad-builder",
"version": "1.1.0",
"version": "1.1.1",
"description": "Convert the Java AST to client-side code",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huolala-tech/nad-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "The CLI Tools of Nad Project",
"license": "MIT",
"author": "YanagiEiichi <[email protected]>",
Expand All @@ -25,8 +25,8 @@
],
"dependencies": {
"@huolala-tech/custom-error": "^1.0.0",
"@huolala-tech/nad-builder": "^1.1.0",
"@huolala-tech/nad-runtime": "^1.0.7",
"@huolala-tech/nad-builder": "^1.1.1",
"@huolala-tech/nad-runtime": "^1.0.8",
"axios": "^1.4.0",
"capacitance": "^1.0.2",
"u2x": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huolala-tech/nad-runtime",
"version": "1.0.7",
"version": "1.0.8",
"description": "The runtime lib of the Nad project",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 7124ab9

Please sign in to comment.