diff --git a/package.json b/package.json index 2a16bdd2..38e14079 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index a93b9b6c..fc133704 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/release-policy.json b/release-policy.json index 2bcbd4f7..9dd7651e 100644 --- a/release-policy.json +++ b/release-policy.json @@ -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": {