mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
chore(release): 0.4.0 [skip ci]
## [0.4.0](https://github.com/Kaelio/ktx/compare/v0.3.0...v0.4.0) (2026-05-20) ### Features * **release:** one version everywhere via @semantic-release/git ([#186](https://github.com/Kaelio/ktx/issues/186)) ([2f70861](2f70861a18)) ### Bug Fixes * correct repository URL casing to match canonical Kaelio org name ([#188](https://github.com/Kaelio/ktx/issues/188)) ([b43000f](b43000f961)) ### Documentation * standardize ktx naming ([#187](https://github.com/Kaelio/ktx/issues/187)) ([17647a4](17647a436a)) ### Continuous Integration * **release:** restore RELEASE_PAT for branch push ([#189](https://github.com/Kaelio/ktx/issues/189)) ([16f8a35](16f8a35bee)), closes [#188](https://github.com/Kaelio/ktx/issues/188)
This commit is contained in:
parent
16f8a35bee
commit
2f647d5c68
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ktx-workspace",
|
||||
"version": "0.1.0-rc.1",
|
||||
"version": "0.4.0",
|
||||
"description": "Workspace root for ktx packages",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ktx/cli",
|
||||
"version": "0.0.0-private",
|
||||
"version": "0.4.0",
|
||||
"description": "CLI wrapper for ktx context packages",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"publicNpmPackageVersion": "0.1.0-rc.1",
|
||||
"publicNpmPackageVersion": "0.4.0",
|
||||
"releaseMode": "npm-public-release-ready",
|
||||
"npm": {
|
||||
"publish": true,
|
||||
"registry": null,
|
||||
"access": "public",
|
||||
"tag": "next",
|
||||
"tag": "latest",
|
||||
"packages": [
|
||||
"@kaelio/ktx"
|
||||
]
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"publishedPackageSmoke": {
|
||||
"packageName": "@kaelio/ktx",
|
||||
"version": "0.1.0-rc.1",
|
||||
"version": "0.4.0",
|
||||
"registry": null
|
||||
},
|
||||
"runtimeInstaller": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue