From 2c0dbf95c7b8dfd2c98b476d3f44bc8929668c88 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 3 Apr 2026 12:44:43 -0500 Subject: [PATCH] chore(release): version packages --- .changeset/pre.json | 1 + .changeset/tasty-states-spend.md | 5 +++++ CHANGELOG.md | 6 ++++++ package.json | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .changeset/tasty-states-spend.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 1913451..daafb99 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,7 @@ "soft-onions-appear", "strict-towns-grin", "tall-cooks-rule", + "tasty-states-spend", "thirty-grapes-shine" ] } diff --git a/.changeset/tasty-states-spend.md b/.changeset/tasty-states-spend.md new file mode 100644 index 0000000..df00d27 --- /dev/null +++ b/.changeset/tasty-states-spend.md @@ -0,0 +1,5 @@ +--- +"lst_v3": patch +--- + +grr diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bc124..e8bdf8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # lst_v3 +## 0.1.0-alpha.6 + +### Patch Changes + +- grr + ## 0.1.0-alpha.5 ### Patch Changes diff --git a/package.json b/package.json index 10388e5..20f4ee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {