Commit 7bec161
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments