Skip to content

Commit

Permalink
chore(release): version 0.17.1
Browse files Browse the repository at this point in the history
* chore(release): version 0.17.1

* fix cl

Co-authored-by: ci010 <ci010@users.noreply.github.com>
Co-authored-by: CI010 <cijhn@hotmail.com>
  • Loading branch information
ci010 and ci010 committed Jan 28, 2022
1 parent b4a3589 commit fef4a76
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

## 0.17.1
### xmcl@0.16.2
#### Bug Fixes

- auto update for nsis ([db668ca243c9f2b363f227bf35e300ce54ae980d](https://github.com/Voxelum/x-minecraft-launcher/commit/db668ca243c9f2b363f227bf35e300ce54ae980d))
### @xmcl/keystone-ui@0.16.1
#### Bug Fixes

- **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.1
#### Bug Fixes

- disable update if it's in appx container ([3303c05e830c43f78a1fd96e0baef80a5a2594d4](https://github.com/Voxelum/x-minecraft-launcher/commit/3303c05e830c43f78a1fd96e0baef80a5a2594d4))

## 0.17.0
### xmcl@0.16.1
#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.17.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
16 changes: 8 additions & 8 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.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-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.16.0",
"version": "0.16.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions xmcl-keystone-ui/src/windows/main/pages/setting/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ export default defineComponent({
const { migrate, postMigrate, openDirectory, state } = useBaseService()
const settings = useSettings()
const { $t } = useI18n()
// eslint-disable-next-line no-undef
const disableUpdate = DISABLE_UPDATE
const data = reactive({
rootLocation: state.root,
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.0",
"version": "0.15.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "The runtime for x minecraft launcher in nodejs",
"license": "MIT",
Expand Down

0 comments on commit fef4a76

Please sign in to comment.