Bump backend and frontend to 0.1.1 for the cosign-signed build
CI / vuln-scan (push) Successful in 12s
CI / test (push) Successful in 24s
CI / lint (push) Successful in 28s
CI / secrets-scan (push) Successful in 4s
CI / sast (push) Successful in 10s
CI / build-images (push) Successful in 1m48s
CI / image-scan (push) Successful in 45s
CI / push (push) Successful in 35s

Both packages were last published at 0.1.0 unsigned. The next push
attaches a cosign signature, which is a property of the published
artifact, so the version tag has to move forward — and the workflow's
own pre-push existence check would otherwise refuse to overwrite the
existing 0.1.0 digests in Harbor.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-06 16:49:23 -07:00
parent 573c1ec7df
commit b7394e7a32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tehriehlbudget-backend",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "tehriehlbudget-frontend",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",