chore(release): version packages
Some checks failed
Build and Push LST Docker Image / docker (push) Successful in 1m42s
Release and Build Image / release (push) Failing after 6s

This commit is contained in:
2026-04-03 11:56:40 -05:00
parent 7d55c5f431
commit 699c124b0e
4 changed files with 25 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"changesets": [ "changesets": [
"neat-years-unite", "neat-years-unite",
"soft-onions-appear", "soft-onions-appear",
"strict-towns-grin" "strict-towns-grin",
"thirty-grapes-shine"
] ]
} }

View File

@@ -0,0 +1,10 @@
---
"lst_v3": patch
---
Changes to the build process
# Build
- Added release flow
- when new release is in build the docker image
- latest will still be built as well

View File

@@ -1,5 +1,17 @@
# lst_v3 # lst_v3
## 0.1.0-alpha.2
### Patch Changes
- Changes to the build process
# Build
- Added release flow
- when new release is in build the docker image
- latest will still be built as well
## 0.1.0-alpha.1 ## 0.1.0-alpha.1
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "lst_v3", "name": "lst_v3",
"version": "0.1.0-alpha.1", "version": "0.1.0-alpha.2",
"description": "The tool that supports us in our everyday alplaprod", "description": "The tool that supports us in our everyday alplaprod",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {