chore(release): 0.1.0-rc.1

This commit is contained in:
Andrey Avtomonov 2026-05-16 02:20:16 +02:00
parent 43c2deb067
commit fe7ac389fc
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "ktx-workspace", "name": "ktx-workspace",
"version": "0.0.0-private", "version": "0.1.0-rc.1",
"description": "Workspace root for ktx packages", "description": "Workspace root for ktx packages",
"private": true, "private": true,
"type": "module", "type": "module",

View file

@ -7,12 +7,16 @@
"registry": null, "registry": null,
"access": "public", "access": "public",
"tag": "next", "tag": "next",
"packages": ["@kaelio/ktx"] "packages": [
"@kaelio/ktx"
]
}, },
"python": { "python": {
"publish": false, "publish": false,
"repository": null, "repository": null,
"packages": ["kaelio-ktx"] "packages": [
"kaelio-ktx"
]
}, },
"publishedPackageSmoke": { "publishedPackageSmoke": {
"packageName": "@kaelio/ktx", "packageName": "@kaelio/ktx",