Skip to content

Commit

Permalink
update++
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 17, 2024
1 parent 5335608 commit a40716e
Show file tree
Hide file tree
Showing 8 changed files with 276 additions and 438 deletions.
82 changes: 21 additions & 61 deletions LICENSE.md

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ Welcome to the patch update to AHQ Store.
## Changes 📈
- Remove requirement for AHQ Store Account
- Prefs are working as usual again 📝
- Discord RTC 🔥

## Present issues 🪲
- Updater currently doesn't work (to be fixed by **v1.5.0**) ⚡
- Discord RTC 🔥 under feature flag (will be exposed soon)
- Updater now works
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"react-modal": "^3.16.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.3.1",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^4.1.0"
"web-vitals": "^4.1.1"
},
"scripts": {
"start": "cross-env BROWSER=none NODE_OPTIONS=--max-old-space-size=2048 vite",
Expand Down Expand Up @@ -54,16 +54,16 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"bcrypt": "^5.1.1",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"cryptr": "^6.3.0",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"onchange": "^7.1.0",
"prettier": "^3.3.1"
"prettier": "^3.3.2"
},
"repository": {
"type": "git",
Expand Down
368 changes: 184 additions & 184 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

82 changes: 21 additions & 61 deletions src-ahqstore-types/LICENSE.md

Large diffs are not rendered by default.

82 changes: 21 additions & 61 deletions src-service/LICENSE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ahq-store-app"
version = "2.0.0-alpha.2"
description = "AHQ Store on Tauri and Rust"
authors = ["AHQ Softwares@AHQ Store"]
license = "Creative Commons Attribution Non Commercial 3.0"
license = "MIT"
repository = "https://github.com/ahqsoftwares/tauri-ahq-store"
homepage = "https://ahqstore.github.io/"
default-run = "ahq-store-app"
Expand Down
82 changes: 21 additions & 61 deletions src-tauri/LICENSE.md

Large diffs are not rendered by default.

0 comments on commit a40716e

Please sign in to comment.