From 1e8e06738beb8d637dfe96efa674a720c9249bc2 Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 01:45:32 -0400 Subject: [PATCH] bump: v0.0.38 -> v0.0.39 --- client/package-lock.json | 4 ++-- client/package.json | 2 +- flake.nix | 6 +++--- openapi.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 50e5c67..6ccc753 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "trevstack", - "version": "0.0.38", + "version": "0.0.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trevstack", - "version": "0.0.38", + "version": "0.0.39", "devDependencies": { "@bufbuild/protovalidate": "^0.1.1", "@connectrpc/connect": "^2.0.2", diff --git a/client/package.json b/client/package.json index 7b04a86..6ab5357 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "trevstack", "private": true, - "version": "0.0.38", + "version": "0.0.39", "type": "module", "scripts": { "dev": "vite dev", diff --git a/flake.nix b/flake.nix index 6f33b12..1f9d88a 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ ... }: let pname = "trevstack"; - version = "0.0.38"; + version = "0.0.39"; build-systems = [ "x86_64-linux" @@ -130,7 +130,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-0JLUq40zkVKWPQ2olTNYB4Muv3W+r/iw7ulXEFr0IbM="; + npmDepsHash = "sha256-HL/1Llrk8+bFSnphWHUwCpHAQqwz5YbG3kAZ8j8p7AU="; dontNpmInstall = true; buildPhase = '' @@ -193,7 +193,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-0JLUq40zkVKWPQ2olTNYB4Muv3W+r/iw7ulXEFr0IbM="; + npmDepsHash = "sha256-HL/1Llrk8+bFSnphWHUwCpHAQqwz5YbG3kAZ8j8p7AU="; installPhase = '' cp -r build "$out" diff --git a/openapi.yaml b/openapi.yaml index eb0074e..f18c025 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3,7 +3,7 @@ servers: - url: /grpc info: title: Trevstack API - version: 0.0.38 + version: 0.0.39 description: API for Trevstack contact: name: Trev