Compare commits

...

3 Commits

Author SHA1 Message Date
wmantly 8107755307 Merge pull request #209 from theta42/fix/sync-version-v1.32.0
fix: sync package version to v1.32.0 tag
2026-08-03 21:33:00 -04:00
wmantly 1b8ef1f848 fix: sync package version to v1.32.0 tag
The v1.32.0 release tag was created but nodejs/package.json was left at
1.14.3 (lockfile at 1.13.3), so the deployed app's buildVersion lags its
own release tag and the update-check banner falsely reports a newer
version. Bump the version fields to match the tag.
2026-08-03 21:31:31 -04:00
wmantly eb08b6b5b9 Merge pull request #207 from theta42/refactor/standalone-removal-permissions-groups-v1.32.0
feat(proxy): remove standalone users UI/nav, refactor permissions to list view with live reload, and add dynamic reload to groups v1.32.0
2026-08-03 15:29:04 -04:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "proxy-api",
"version": "1.13.3",
"version": "1.32.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "proxy-api",
"version": "1.13.3",
"version": "1.32.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "proxy-api",
"version": "1.14.3",
"version": "1.32.0",
"author": [
{
"name": "William Mantly",