From 58498c87afb5592e30aec8d18e32ac1ce9663289 Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 14 May 2025 07:12:08 -0400 Subject: [PATCH] bump: v0.0.29 -> v0.0.30 --- 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 a8536de..1317891 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "trevstack", - "version": "0.0.29", + "version": "0.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trevstack", - "version": "0.0.29", + "version": "0.0.30", "devDependencies": { "@bufbuild/protovalidate": "^0.1.1", "@connectrpc/connect": "^2.0.2", diff --git a/client/package.json b/client/package.json index d5ce09f..d07baaf 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "trevstack", "private": true, - "version": "0.0.29", + "version": "0.0.30", "type": "module", "scripts": { "dev": "vite dev", diff --git a/flake.nix b/flake.nix index b1ba2af..795b090 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ ... }: let pname = "trevstack"; - version = "0.0.29"; + version = "0.0.30"; build-systems = [ "x86_64-linux" @@ -127,7 +127,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-1Af4eOcvYIL6Y/gGn8PYaYAwPds/NOtSvyU13ByUH4A="; + npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; dontNpmInstall = true; buildPhase = '' @@ -190,7 +190,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-1Af4eOcvYIL6Y/gGn8PYaYAwPds/NOtSvyU13ByUH4A="; + npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; installPhase = '' cp -r build "$out" diff --git a/openapi.yaml b/openapi.yaml index 0a5861a..8ef807a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3,7 +3,7 @@ servers: - url: /grpc info: title: Trevstack API - version: 0.0.29 + version: 0.0.30 description: API for Trevstack contact: name: Trev