Skip to content

Commit a771d39

Browse files
chore(release): bump version 7.10.0 (#325)
Co-authored-by: ci010 <[email protected]>
1 parent 1e19841 commit a771d39

File tree

12 files changed

+62
-11
lines changed

12 files changed

+62
-11
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## 7.10.0
4+
### @xmcl/core@2.15.0
5+
#### Features
6+
7+
- feat: Support demo launch argument ([111b46b9b4609e5ba049ee6153c64e4c1fce5da9](https://github.com/voxelum/minecraft-launcher-core-node/commit/111b46b9b4609e5ba049ee6153c64e4c1fce5da9))
8+
#### Bug Fixes
9+
10+
- fix: Allow quickPlayMultiplayer and server options to work together for compatibility (#324) ([f1cb1d5b871e05ce72f40b534a46c01ae8959b6a](https://github.com/voxelum/minecraft-launcher-core-node/commit/f1cb1d5b871e05ce72f40b534a46c01ae8959b6a))
11+
- fix: Support --quickPlayMultiplayer options for newer Minecraft versions (#321) ([1e533fecdb34f9e0a38c21e137cb4649e3861155](https://github.com/voxelum/minecraft-launcher-core-node/commit/1e533fecdb34f9e0a38c21e137cb4649e3861155))
12+
- fix: Correctly diagnose version jar for special version ([17744fee1b61f945f722d01fa417a425dc6f26f0](https://github.com/voxelum/minecraft-launcher-core-node/commit/17744fee1b61f945f722d01fa417a425dc6f26f0))
13+
### @xmcl/file-transfer@2.0.3
14+
#### Bug Fixes
15+
16+
- fix: Handle download error if file does not exist ([7eadc4c8a0c9df510ed390c34b7d893ffcb7cbcb](https://github.com/voxelum/minecraft-launcher-core-node/commit/7eadc4c8a0c9df510ed390c34b7d893ffcb7cbcb))
17+
- fix: Should download for unknown length request ([6e5dea8898f89e2b2a1a5cc17e86d0882889b186](https://github.com/voxelum/minecraft-launcher-core-node/commit/6e5dea8898f89e2b2a1a5cc17e86d0882889b186))
18+
### @xmcl/system@2.2.9
19+
#### Bug Fixes
20+
21+
- fix: Ignore the relative path in zip instead of throwing error ([461a5d92f45865742d53c9b6230dccc02ad8b274](https://github.com/voxelum/minecraft-launcher-core-node/commit/461a5d92f45865742d53c9b6230dccc02ad8b274))
22+
- fix: Should handle some corner case for zip entry names ([f3b2f2ca2adab71e7ecc5f3fa5c94f6fa4b70e18](https://github.com/voxelum/minecraft-launcher-core-node/commit/f3b2f2ca2adab71e7ecc5f3fa5c94f6fa4b70e18))
23+
### @xmcl/modrinth@2.5.0
24+
#### Features
25+
26+
- feat: Support modrinth collection ([641df7277cdcca8420ad5418386d7345513446ea](https://github.com/voxelum/minecraft-launcher-core-node/commit/641df7277cdcca8420ad5418386d7345513446ea))
27+
#### Bug Fixes
28+
29+
- fix: Correctly impl modrinth api ([fd2ffbb9fc411797bdd67a69fa58f3e8dd7b0daf](https://github.com/voxelum/minecraft-launcher-core-node/commit/fd2ffbb9fc411797bdd67a69fa58f3e8dd7b0daf))
30+
### @xmcl/user@4.3.0
31+
#### Features
32+
33+
- feat: Support to parse xbox login error code ([a255c84cd072e7d99cfc6db1482f49627906c2bd](https://github.com/voxelum/minecraft-launcher-core-node/commit/a255c84cd072e7d99cfc6db1482f49627906c2bd))
34+
### @xmcl/game-data@1.2.6
35+
- Dependency @xmcl/system bump **patch**
36+
### @xmcl/installer@6.1.1
37+
#### Bug Fixes
38+
39+
- fix: Java manifest should also respect the api host ([814ad7cc6dd6a556eee42dcf648cc8a32c0a8094](https://github.com/voxelum/minecraft-launcher-core-node/commit/814ad7cc6dd6a556eee42dcf648cc8a32c0a8094))
40+
- fix: Support legacy for server ([555b641ac433fe2fc0a943aba0c1d188f386622b](https://github.com/voxelum/minecraft-launcher-core-node/commit/555b641ac433fe2fc0a943aba0c1d188f386622b))
41+
- Dependency @xmcl/core bump **patch**
42+
- Dependency @xmcl/file-transfer bump **patch**
43+
### @xmcl/mod-parser@3.4.2
44+
#### Bug Fixes
45+
46+
- fix: Forge parser should latest toml format metadata ([8806124801d81e584399de4ff67b8b341867e1a0](https://github.com/voxelum/minecraft-launcher-core-node/commit/8806124801d81e584399de4ff67b8b341867e1a0))
47+
- Dependency @xmcl/system bump **patch**
48+
### @xmcl/resourcepack@1.2.5
49+
- Dependency @xmcl/system bump **patch**
50+
### @xmcl/model@2.0.5
51+
- Dependency @xmcl/resourcepack bump **patch**
52+
53+
354
## 7.9.0
455
### @xmcl/core@2.14.1
556
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "7.9.0",
3+
"version": "7.10.0",
44
"scripts": {
55
"build:docs": "tsx scripts/docs.ts",
66
"lint": "oxlint -c ./oxlintrc.json packages/**",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/core",
3-
"version": "2.14.1",
3+
"version": "2.15.0",
44
"main": "./index.ts",
55
"description": "Minecraft version.json parsing and game launching.",
66
"engines": {

packages/file-transfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/file-transfer",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"main": "./index.ts",
55
"description": "A high performance downloader based on undici",
66
"engines": {

packages/game-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/game-data",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"main": "./index.ts",
55
"description": "Parse minecraft game related data like level.dat, server.dat",
66
"engines": {

packages/installer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/installer",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"main": "./index.ts",
55
"description": "The installers of Minecraft/Forge/Fabric/Liteloader/Quilt",
66
"engines": {

packages/mod-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/mod-parser",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"main": "./index.ts",
55
"description": "The utilities to parse Forge/Liteloader/Fabric/Quilt mod metadata.",
66
"engines": {

packages/model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/model",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"main": "./index.ts",
55
"description": "Create Three.js model for player and block",
66
"engines": {

packages/modrinth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/modrinth",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"main": "./index.ts",
55
"module": "./index.ts",
66
"sideEffects": false,

packages/resourcepack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/resourcepack",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"main": "./index.ts",
55
"description": "A Minecraft resource pack parser",
66
"engines": {

0 commit comments

Comments
 (0)