Skip to content

Commit

Permalink
chore(release): version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jan 14, 2022
1 parent fde636b commit 27440ec
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 65 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pnpm run build:all --prefix xmcl-electron-app
env:
BUILD_NUMBER: ${{ env.GITHUB_RUN_NUMBER }}
FULL_RELEASE: ${{ startsWith(github.event.commits[0].message, 'chore(release)') }}
FULL_RELEASE: ${{ startsWith(github.event.head_commit.message, 'chore(release)') }}
- name: Upload Build
uses: actions/upload-artifact@v2
with:
Expand All @@ -51,7 +51,7 @@ jobs:
xmcl-electron-app/build/output/*.*
xmcl-electron-app/build/output/nsis-web/*.*
- name: Upload Windows Asar
if: ${{ runner.os == 'Windows' && startsWith(github.event.commits[0].message, 'chore(release)') }}
if: ${{ runner.os == 'Windows' && startsWith(github.event.head_commit.message, 'chore(release)') }}
uses: actions/upload-artifact@v2
with:
name: build
Expand All @@ -62,7 +62,7 @@ jobs:
repare-release:
runs-on: ubuntu-latest
needs: build
if: ${{ !startsWith(github.event.commits[0].message, 'chore(release)') }}
if: ${{ !startsWith(github.event.head_commit.message, 'chore(release)') }}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
branch: prepare-release

release:
if: startsWith(github.event.commits[0].message, 'chore(release)')
if: startsWith(github.event.head_commit.message, 'chore(release)')
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

## 0.16.0
### xmcl@0.16.0
#### Features

- support the app top control bar ([6499ccdd907f1b8ae7a75032b020e97602258117](https://github.com/Voxelum/x-minecraft-launcher/commit/6499ccdd907f1b8ae7a75032b020e97602258117))
### @xmcl/runtime-api@0.0.2
#### Bug Fixes

- use new pipeline ([480df463c0822789639297d097057a024fd68351](https://github.com/Voxelum/x-minecraft-launcher/commit/480df463c0822789639297d097057a024fd68351))
### @xmcl/keystone-ui@0.15.0
#### Features

- support the app top control bar ([6499ccdd907f1b8ae7a75032b020e97602258117](https://github.com/Voxelum/x-minecraft-launcher/commit/6499ccdd907f1b8ae7a75032b020e97602258117))
#### Bug Fixes

- add some missing locale ([9d1789eb268fc8abed516ac6bbda1f8e076e186c](https://github.com/Voxelum/x-minecraft-launcher/commit/9d1789eb268fc8abed516ac6bbda1f8e076e186c))
#### Dependencies Updates

### @xmcl/runtime@0.14.1
#### Dependencies Updates


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.1",
"version": "0.16.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,4 +14,4 @@
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint --ext .ts,.vue --fix src"
}
}
}
6 changes: 6 additions & 0 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": "./dist/index.js",
"version": "0.15.1",
"version": "0.16.0",
"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 @@ -3,7 +3,7 @@
"private": true,
"main": "./dist/electron/main.js",
"productName": "xmcl",
"version": "0.14.0",
"version": "0.15.0",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
112 changes: 56 additions & 56 deletions xmcl-runtime-api/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "@xmcl/runtime-api",
"version": "0.0.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "Shared API for between launcher renderer & main process",
"license": "MIT",
"main": "index.ts",
"engines": {
"node": ">=15.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/voxelum/x-minecraft-launcher"
},
"scripts": {
"build": "esbuild --bundle --platform=node --outdir=dist --target=es2020 --format=cjs index.ts",
"check": "tsc --noEmit --project ./tsconfig.json",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts --fix src",
"test": "jest"
},
"dependencies": {
"@xmcl/client": "2.1.2",
"@xmcl/core": "2.8.0",
"@xmcl/curseforge": "^0.1.2",
"@xmcl/forge-site-parser": "^2.0.8",
"@xmcl/gamesetting": "^2.0.2",
"@xmcl/installer": "^4.0.2",
"@xmcl/mod-parser": "^3.2.0",
"@xmcl/model": "^1.0.19",
"@xmcl/nbt": "^2.0.3",
"@xmcl/resourcepack": "^1.1.2",
"@xmcl/server-info": "^2.0.4",
"@xmcl/system": "^2.2.3",
"@xmcl/task": "^4.0.2",
"@xmcl/text-component": "^2.1.1",
"@xmcl/unzip": "^2.0.0",
"@xmcl/user": "^2.1.5",
"@xmcl/world": "^1.1.6",
"semver": "^7.3.5"
},
"devDependencies": {
"@types/eslint": "^8.2.1",
"@types/jest": "^27.0.2",
"@types/uuid": "^3.4.10",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"esbuild": "^0.12.25",
"eslint": "~7",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"typescript-json-schema": "^0.49.0"
}
"name": "@xmcl/runtime-api",
"version": "0.0.2",
"author": "ci010 <cijhn@hotmail.com>",
"description": "Shared API for between launcher renderer & main process",
"license": "MIT",
"main": "index.ts",
"engines": {
"node": ">=15.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/voxelum/x-minecraft-launcher"
},
"scripts": {
"build": "esbuild --bundle --platform=node --outdir=dist --target=es2020 --format=cjs index.ts",
"check": "tsc --noEmit --project ./tsconfig.json",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts --fix src",
"test": "jest"
},
"dependencies": {
"@xmcl/client": "2.1.2",
"@xmcl/core": "2.8.0",
"@xmcl/curseforge": "^0.1.2",
"@xmcl/forge-site-parser": "^2.0.8",
"@xmcl/gamesetting": "^2.0.2",
"@xmcl/installer": "^4.0.2",
"@xmcl/mod-parser": "^3.2.0",
"@xmcl/model": "^1.0.19",
"@xmcl/nbt": "^2.0.3",
"@xmcl/resourcepack": "^1.1.2",
"@xmcl/server-info": "^2.0.4",
"@xmcl/system": "^2.2.3",
"@xmcl/task": "^4.0.2",
"@xmcl/text-component": "^2.1.1",
"@xmcl/unzip": "^2.0.0",
"@xmcl/user": "^2.1.5",
"@xmcl/world": "^1.1.6",
"semver": "^7.3.5"
},
"devDependencies": {
"@types/eslint": "^8.2.1",
"@types/jest": "^27.0.2",
"@types/uuid": "^3.4.10",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"esbuild": "^0.12.25",
"eslint": "~7",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"typescript-json-schema": "^0.49.0"
}
}
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.14.0",
"version": "0.14.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "The runtime for x minecraft launcher in nodejs",
"license": "MIT",
Expand Down

0 comments on commit 27440ec

Please sign in to comment.