From c4fd74fc93226cffd9e39602f507a05cd8ea628b Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 3 Apr 2026 11:42:52 -0500 Subject: [PATCH] chore(release): version packages --- .changeset/pre.json | 3 ++- .changeset/strict-towns-grin.md | 7 +++++++ CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .changeset/strict-towns-grin.md diff --git a/.changeset/pre.json b/.changeset/pre.json index ea8767d..ea15fe0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "neat-years-unite", - "soft-onions-appear" + "soft-onions-appear", + "strict-towns-grin" ] } diff --git a/.changeset/strict-towns-grin.md b/.changeset/strict-towns-grin.md new file mode 100644 index 0000000..261dfb8 --- /dev/null +++ b/.changeset/strict-towns-grin.md @@ -0,0 +1,7 @@ +--- +"lst_v3": minor +--- + +more build stuff +### Build +- changes to now auto release when we push new v* diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e001c..e029765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # lst_v3 +## 0.1.0-alpha.1 + +### Minor Changes + +- more build stuff + ### Build + - changes to now auto release when we push new v\* + ## 1.0.2-alpha.0 ### Patch Changes diff --git a/package.json b/package.json index e5633ba..f1e06a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "1.0.2-alpha.0", + "version": "0.1.0-alpha.1", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {