Skip to content

Commit

Permalink
chore(release): version 0.44.5 (#629)
Browse files Browse the repository at this point in the history
Co-authored-by: ci010 <ci010@users.noreply.github.com>
  • Loading branch information
ci010 and ci010 committed May 12, 2024
1 parent 5316319 commit 38a1b53
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-release-note/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ inputs:
version:
description: Version
runs:
using: 'node16'
using: 'node20'
main: index.js

2 changes: 1 addition & 1 deletion .github/actions/get-build-number/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ outputs:
build_number:
description: The release body
runs:
using: 'node12'
using: 'node20'
main: index.js

2 changes: 1 addition & 1 deletion .github/actions/patch-release-note/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Patch release note
description: Patch release note
runs:
using: 'node16'
using: 'node20'
main: index.js

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.44.4",
"version": "0.44.5",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.15.7",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xmcl-electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xmcl",
"private": true,
"main": "./index.js",
"version": "0.44.4",
"version": "0.44.5",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xmcl/keystone-ui",
"private": true,
"productName": "xmcl",
"version": "0.43.4",
"version": "0.43.5",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-runtime-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmcl/runtime-api",
"version": "0.28.1",
"version": "0.28.2",
"author": "ci010 <cijhn@hotmail.com>",
"description": "Shared API for between launcher renderer & main process",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xmcl/runtime",
"private": true,
"version": "0.41.4",
"version": "0.41.5",
"author": "ci010 <cijhn@hotmail.com>",
"description": "The runtime for x minecraft launcher in nodejs",
"license": "MIT",
Expand Down

0 comments on commit 38a1b53

Please sign in to comment.