Skip to content

Commit

Permalink
v0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Feb 23, 2024
1 parent 10503a5 commit a8ef2e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurora-launcher/api",
"version": "0.2.4",
"version": "0.3.0",
"description": "JS/TS API implementation for Aurora Launcher",
"main": "./dist/index-node.cjs",
"browser": "./dist/index-web.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/AuroraTeam/AuroraAPI#readme",
"dependencies": {
"@aurora-launcher/core": "^0.17.0",
"@aurora-launcher/core": "^0.18.0",
"aurora-rpc-client": "^0.3.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurora-launcher/core",
"version": "0.17.0",
"version": "0.18.0",
"description": "Base library for Aurora Launcher",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher
Submodule launcher updated 1 files
+3 −3 package.json
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurora-launcher/server",
"version": "0.0.4-rc.6",
"version": "0.0.4",
"branch": "dev",
"description": "LauncherServer for AuroraLauncher",
"keywords": [
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@aurora-launcher/core": "^0.17.0",
"@aurora-launcher/core": "^0.18.0",
"aurora-rpc-server": "^0.1.5",
"chalk": "^5.2.0",
"class-transformer": "^0.5.1",
Expand Down

0 comments on commit a8ef2e6

Please sign in to comment.