From 96ea2ab7c739367893d685e75270099008da0dab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 01:07:26 +0000 Subject: [PATCH] Version Packages --- .changeset/initial-utility.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/initial-utility.md diff --git a/.changeset/initial-utility.md b/.changeset/initial-utility.md deleted file mode 100644 index bbe0ed6..0000000 --- a/.changeset/initial-utility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/utility': minor ---- - -Add the initial shared utility package with project detection and regex subpaths. diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d0ac9..c83752b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # @ankhorage/utility + +## 0.1.0 + +### Minor Changes + +- fccaa12: Add the initial shared utility package with project detection and regex subpaths. diff --git a/package.json b/package.json index 2f2e0de..bc4bafa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ankhorage/utility", "type": "module", - "version": "0.0.0", + "version": "0.1.0", "description": "Shared, runtime-neutral utilities for Ankhorage packages and compatible external projects.", "homepage": "https://github.com/ankhorage/utility#readme", "bugs": {