Skip to content

Commit 6bcb2cb

Browse files
committed
chore(release): 1.8.2
1 parent 7045a73 commit 6bcb2cb

File tree

6 files changed

+37
-30
lines changed

6 files changed

+37
-30
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.8.2](https://github.com/ffalt/mah/compare/v1.8.1...v1.8.2) (2025-09-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **board:** if zoomed, avoid unselecting stone on panning ([c45bdff](https://github.com/ffalt/mah/commit/c45bdff4a9189211d4c76161dc0b2b490f7af0a7))
11+
512
## [1.8.1](https://github.com/ffalt/mah/compare/v1.8.0...v1.8.1) (2025-09-28)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mah",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"author": "ffalt",
55
"license": "MIT",
66
"description": "a html5 mahjong solitaire game",

resources/apps/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/apps/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "tauri-mah",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"scripts": {
55
"build": "tauri build",
6-
"windows": "tauri build --target x86_64-pc-windows-msvc && npm run rename-windows",
7-
"linux": "tauri build && npm run rename-linux",
8-
"macos": "tauri build --bundles dmg --target aarch64-apple-darwin && npm run rename-macos",
9-
"android:aab": "tauri android build --aab",
10-
"android:apk": "tauri android build --apk --split-per-abi",
11-
"rename-linux": "./rename-linux.sh",
12-
"rename-macos": "./rename-macos.sh",
13-
"rename-windows": "powershell -ExecutionPolicy Bypass -File ./rename-win.ps1",
14-
"tauri": "tauri",
15-
"icons": "tauri icon ./logo.svg"
6+
"windows": "tauri build --target x86_64-pc-windows-msvc && npm run rename-windows",
7+
"linux": "tauri build && npm run rename-linux",
8+
"macos": "tauri build --bundles dmg --target aarch64-apple-darwin && npm run rename-macos",
9+
"android:aab": "tauri android build --aab",
10+
"android:apk": "tauri android build --apk --split-per-abi",
11+
"rename-linux": "./rename-linux.sh",
12+
"rename-macos": "./rename-macos.sh",
13+
"rename-windows": "powershell -ExecutionPolicy Bypass -File ./rename-win.ps1",
14+
"tauri": "tauri",
15+
"icons": "tauri icon ./logo.svg"
1616
},
1717
"private": true,
1818
"dependencies": {
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "mah",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"identifier": "io.github.ffalt.mah",
66
"build": {
7-
"removeUnusedCommands": true,
8-
"beforeDevCommand": "cd ../../ && npm run start",
7+
"removeUnusedCommands": true,
8+
"beforeDevCommand": "cd ../../ && npm run start",
99
"devUrl": "http://localhost:1420",
1010
"beforeBuildCommand": "cd ../../ && npm run build:apps",
1111
"frontendDist": "../../../dist/"
@@ -16,8 +16,8 @@
1616
"title": "Mah",
1717
"width": 1024,
1818
"height": 800,
19-
"maximized": true,
20-
"center": true
19+
"maximized": true,
20+
"center": true
2121
}
2222
],
2323
"security": {
@@ -34,13 +34,13 @@
3434
"icons/icon.icns",
3535
"icons/icon.ico"
3636
],
37-
"macOS": {
38-
"signingIdentity": "-"
39-
},
40-
"windows": {
41-
"certificateThumbprint": null,
42-
"digestAlgorithm": "sha256",
43-
"timestampUrl": ""
44-
}
45-
}
37+
"macOS": {
38+
"signingIdentity": "-"
39+
},
40+
"windows": {
41+
"certificateThumbprint": null,
42+
"digestAlgorithm": "sha256",
43+
"timestampUrl": ""
44+
}
45+
}
4646
}

0 commit comments

Comments
 (0)