Merge pull request 'QRCode Mobile' (#10) from mobile-qrcode/13-nov-25 into staging

Reviewed-on: http://wibugit.wibudev.com/wibu/hipmi/pulls/10
This commit is contained in:
2025-11-13 17:14:03 +08:00
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
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. 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.
## [1.5.12](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.5.10...v1.5.12) (2025-11-13)
## [1.5.11](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.4.45...v1.5.11) (2025-11-07) ## [1.5.11](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.4.45...v1.5.11) (2025-11-07)
## [1.5.10](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.5.9...v1.5.10) (2025-11-03) ## [1.5.10](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.5.9...v1.5.10) (2025-11-03)

View File

@@ -1,6 +1,6 @@
{ {
"name": "hipmi", "name": "hipmi",
"version": "1.5.11", "version": "1.5.12",
"private": true, "private": true,
"prisma": { "prisma": {
"seed": "bun prisma/seed.ts" "seed": "bun prisma/seed.ts"

View File

@@ -4,7 +4,7 @@
"details": [ "details": [
{ {
"appID": "BMY6GT6W3D.com.anonymous.hipmi-mobile", "appID": "BMY6GT6W3D.com.anonymous.hipmi-mobile",
"paths": ["/app/*"] "paths": ["*"]
} }
] ]
} }