Skip to content

Commit 7bec161

Browse files
authored
chore(sdk): bump both cli and ui versions (#67)
## Description Bump `@dotns/cli` version from `0.4.5` to `0.5.2` and `dotns-ui` version from `1.0.0` to `0.5.2` to align package versions for release. ## Type - [ ] Bug fix - [ ] Feature - [ ] Breaking change - [ ] Documentation - [x] Chore ## Package - [x] `@dotns/cli` - [ ] Root/monorepo - [ ] Documentation ## Related Issues N/A ## Fixes N/A ## Checklist ### Code - [x] Follows project style - [x] `bun run lint` passes - [x] `bun run format` passes - [x] `bun run typecheck` passes ### Documentation - [x] README updated if needed - [x] Types updated if needed ### Breaking Changes - [x] No breaking changes - [ ] Breaking changes documented below **Breaking changes:** N/A ## Testing How to test: 1. Verify `packages/cli/package.json` shows version `0.5.2` 2. Verify `packages/ui/package.json` shows version `0.5.2` ## Notes Aligns CLI and UI package versions to `0.5.2` ahead of release. The UI version was corrected from `1.0.0` to match the CLI versioning scheme.
1 parent 960d189 commit 7bec161

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dotns/cli",
33
"module": "index.ts",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"type": "module",
66
"private": true,
77
"packageManager": "bun@1.2.6",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotns-ui",
3-
"version": "1.0.0",
3+
"version": "0.5.2",
44
"private": true,
55
"type": "module",
66
"packageManager": "bun@1.2.6",

0 commit comments

Comments
 (0)