mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
chore(release): 0.1.0-rc.5 [skip ci]
## [0.1.0-rc.5](https://github.com/kaelio/ktx/compare/v0.1.0-rc.4...v0.1.0-rc.5) (2026-05-16) ### Bug Fixes * **release:** tolerate npm propagation in smoke ([8d1837f](8d1837f26e))
This commit is contained in:
parent
72ea21636e
commit
48afe89bd4
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## [0.1.0-rc.5](https://github.com/kaelio/ktx/compare/v0.1.0-rc.4...v0.1.0-rc.5) (2026-05-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release:** tolerate npm propagation in smoke ([8d1837f](https://github.com/kaelio/ktx/commit/8d1837f26edecb7017317e6624edf208aebca194))
|
||||
|
||||
## [0.1.0-rc.4](https://github.com/kaelio/ktx/compare/v0.1.0-rc.3...v0.1.0-rc.4) (2026-05-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ktx-workspace",
|
||||
"version": "0.1.0-rc.4",
|
||||
"version": "0.1.0-rc.5",
|
||||
"description": "Workspace root for ktx packages",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"publicNpmPackageVersion": "0.1.0-rc.4",
|
||||
"publicNpmPackageVersion": "0.1.0-rc.5",
|
||||
"releaseMode": "npm-public-release-ready",
|
||||
"npm": {
|
||||
"publish": true,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"publishedPackageSmoke": {
|
||||
"packageName": "@kaelio/ktx",
|
||||
"version": "0.1.0-rc.4",
|
||||
"version": "0.1.0-rc.5",
|
||||
"registry": null
|
||||
},
|
||||
"runtimeInstaller": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue