chore(release): v0.9.5

This commit is contained in:
null 2026-08-18 04:06:22 -05:00
parent 231f07c62d
commit b35f171b8c
3 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ COPY --from=native-deps /app/node_modules ./node_modules
# and without it the honest answer to "which version is running?" is "unknown" — # and without it the honest answer to "which version is running?" is "unknown" —
# which is what it reported on 2026-08-18, leaving the digest as the only way to # which is what it reported on 2026-08-18, leaving the digest as the only way to
# tell one deploy from another. docs/OPERATIONS.md step 3 depends on it. # tell one deploy from another. docs/OPERATIONS.md step 3 depends on it.
ARG APP_VERSION=0.9.4 ARG APP_VERSION=0.9.5
LABEL org.opencontainers.image.version="$APP_VERSION" \ LABEL org.opencontainers.image.version="$APP_VERSION" \
org.opencontainers.image.title="Queue North Website" \ org.opencontainers.image.title="Queue North Website" \
org.opencontainers.image.source="https://dream.scheller.ltd/null/Queue-North-Website" org.opencontainers.image.source="https://dream.scheller.ltd/null/Queue-North-Website"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "queuenorth-website", "name": "queuenorth-website",
"version": "0.9.4", "version": "0.9.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "queuenorth-website", "name": "queuenorth-website",
"version": "0.9.4", "version": "0.9.5",
"dependencies": { "dependencies": {
"@radix-ui/react-dialog": "^1.1.0", "@radix-ui/react-dialog": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.2.4", "@radix-ui/react-visually-hidden": "^1.2.4",

View File

@ -1,7 +1,7 @@
{ {
"name": "queuenorth-website", "name": "queuenorth-website",
"private": true, "private": true,
"version": "0.9.4", "version": "0.9.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently \"vite\" \"node server/index.js\"", "dev": "concurrently \"vite\" \"node server/index.js\"",