mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-19 11:41:02 +02:00
chore(release): 0.1.0-rc.1
This commit is contained in:
parent
43c2deb067
commit
fe7ac389fc
2 changed files with 7 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue