Skip to content

Commit adf9da8

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c78d6a commit adf9da8

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/fix-command-export-default.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# kidd-cli
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 5c78d6a: Fix command export default typing by adding explicit `Command` return type to the `command()` factory and removing unsafe `as unknown as Command` casts from all command modules
8+
- Updated dependencies [5c78d6a]
9+
- @kidd-cli/core@0.1.2
10+
311
## 0.1.1
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kidd-cli/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "DX companion CLI for the kidd framework",
55
"keywords": [
66
"cli",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# kidd
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 5c78d6a: Fix command export default typing by adding explicit `Command` return type to the `command()` factory and removing unsafe `as unknown as Command` casts from all command modules
8+
39
## 0.1.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kidd-cli/core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An opinionated CLI framework for Node.js",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)