From fe7ac389fcc31d3ecc286d2bcfa7bd6ff02d7a4d Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Sat, 16 May 2026 02:20:16 +0200 Subject: [PATCH] chore(release): 0.1.0-rc.1 --- package.json | 2 +- release-policy.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5895b0a6..3941644b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.0.0-private", + "version": "0.1.0-rc.1", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/release-policy.json b/release-policy.json index 35e1aded..2bcbd4f7 100644 --- a/release-policy.json +++ b/release-policy.json @@ -7,12 +7,16 @@ "registry": null, "access": "public", "tag": "next", - "packages": ["@kaelio/ktx"] + "packages": [ + "@kaelio/ktx" + ] }, "python": { "publish": false, "repository": null, - "packages": ["kaelio-ktx"] + "packages": [ + "kaelio-ktx" + ] }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx",