Skip to content

Commit

Permalink
chore(release): version 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jan 29, 2022
1 parent 2f45cdb commit 6ae6306
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const fs = require('fs');
const core = require('@actions/core');

async function main(output) {
const { version } = JSON.parse(fs.readFileSync(`package.json`).toString());
const changelog = fs.readFileSync('CHANGELOG.md').toString();
const { version } = JSON.parse(fs.readFileSync(`xmcl-electron-app/package.json`).toString());
const changelog = fs.readFileSync('xmcl-electron-app/CHANGELOG.md').toString();
const changelogLines = changelog.split('\n').map(s => s.trim());

const start = changelogLines.findIndex(l => l.startsWith(`## ${version}`));
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ jobs:
with:
name: build
path: build
- uses: ./.github/actions/generate-mcbbs-content
- name: Generate MCBBS content
uses: ./.github/actions/generate-mcbbs-content
- name: Upload Mcbbs Content
uses: actions/upload-artifact@v2
with:
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md → xmcl-electron-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.17.2
### @xmcl/runtime-api@0.1.1
#### Bug Fixes

- suppress incompatible mod warning & refactor ([2f45cdbf7f11cb04b29f03c78d411eae6b830153](https://github.com/Voxelum/x-minecraft-launcher/commit/2f45cdbf7f11cb04b29f03c78d411eae6b830153))
### @xmcl/keystone-ui@0.16.2
#### Bug Fixes

- suppress incompatible mod warning & refactor ([2f45cdbf7f11cb04b29f03c78d411eae6b830153](https://github.com/Voxelum/x-minecraft-launcher/commit/2f45cdbf7f11cb04b29f03c78d411eae6b830153))
- curseforge no author name error ([ce144602e508abac98b50db466b7e7f2db943d96](https://github.com/Voxelum/x-minecraft-launcher/commit/ce144602e508abac98b50db466b7e7f2db943d96))
- **curseforge**: support curseforge import resourcepack ([eb6d9f6c2903647ea8f65b67b938ae34d8e0243d](https://github.com/Voxelum/x-minecraft-launcher/commit/eb6d9f6c2903647ea8f65b67b938ae34d8e0243d))
- **ui**: correctly detect the loading state ([8bcb1790439d7b6b4f3edb0f9b07469dd48c3717](https://github.com/Voxelum/x-minecraft-launcher/commit/8bcb1790439d7b6b4f3edb0f9b07469dd48c3717))
- disable update if it's in appx container ([3303c05e830c43f78a1fd96e0baef80a5a2594d4](https://github.com/Voxelum/x-minecraft-launcher/commit/3303c05e830c43f78a1fd96e0baef80a5a2594d4))
### @xmcl/runtime@0.15.2
#### Bug Fixes

- suppress incompatible mod warning & refactor ([2f45cdbf7f11cb04b29f03c78d411eae6b830153](https://github.com/Voxelum/x-minecraft-launcher/commit/2f45cdbf7f11cb04b29f03c78d411eae6b830153))
- **curseforge**: support curseforge import resourcepack ([eb6d9f6c2903647ea8f65b67b938ae34d8e0243d](https://github.com/Voxelum/x-minecraft-launcher/commit/eb6d9f6c2903647ea8f65b67b938ae34d8e0243d))
- disable update if it's in appx container ([3303c05e830c43f78a1fd96e0baef80a5a2594d4](https://github.com/Voxelum/x-minecraft-launcher/commit/3303c05e830c43f78a1fd96e0baef80a5a2594d4))
### xmcl@0.17.2
#### Bug Fixes

- auto update for nsis ([db668ca243c9f2b363f227bf35e300ce54ae980d](https://github.com/Voxelum/x-minecraft-launcher/commit/db668ca243c9f2b363f227bf35e300ce54ae980d))


## 0.17.1
### xmcl@0.16.2
Expand Down
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.17.1",
"version": "0.17.2",
"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.16.1",
"version": "0.16.2",
"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.1.0",
"version": "0.1.1",
"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.15.1",
"version": "0.15.2",
"author": "ci010 <cijhn@hotmail.com>",
"description": "The runtime for x minecraft launcher in nodejs",
"license": "MIT",
Expand Down

0 comments on commit 6ae6306

Please sign in to comment.