Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jan 18, 2025
1 parent be8f61b commit 9fc14e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.6.0](https://github.com/frontio-ai/heroui-cli/compare/v0.5.4...v0.6.0) (2025-01-18)

### Bug Fixes

- autocompleteMultiselect cancel exit when prompt yes ([#139](https://github.com/frontio-ai/heroui-cli/issues/139)) ([a736537](https://github.com/frontio-ai/heroui-cli/commit/a736537e030b011e933d8a5809fbecf973bcc01a))
- codemod bin command ([45712d7](https://github.com/frontio-ai/heroui-cli/commit/45712d7f5f00c05db2a8fdb82ef2dca6281d4257))
- **codemod:** npm migrate issue ([#140](https://github.com/frontio-ai/heroui-cli/issues/140)) ([4987cc8](https://github.com/frontio-ai/heroui-cli/commit/4987cc814fceb3a14cc111b155bdb6a0ff059a41))

## [0.5.4](https://github.com/frontio-ai/heroui-cli/compare/v0.5.3...v0.5.4) (2025-01-16)

## [0.5.3](https://github.com/frontio-ai/heroui-cli/compare/v0.5.2...v0.5.3) (2025-01-16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"license": "MIT",
"version": "0.5.4",
"version": "0.6.0",
"homepage": "https://github.com/frontio-ai/heroui-cli#readme",
"description": "A CLI tool that unlocks seamless HeroUI integration (Previously NextUI CLI)",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"license": "MIT",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/frontio-ai/heroui-cli#readme",
"description": "HeroUI Codemod provides transformations to help migrate your codebase from NextUI to HeroUI",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions src/constants/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"name": "autocomplete",
"package": "@heroui/autocomplete",
"version": "2.3.9",
"version": "2.3.10",
"docs": "https://heroui.com/docs/components/autocomplete",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"status": "updated",
Expand Down Expand Up @@ -313,7 +313,7 @@
{
"name": "input",
"package": "@heroui/input",
"version": "2.4.8",
"version": "2.4.9",
"docs": "https://heroui.com/docs/components/input",
"description": "The input component is designed for capturing user input within a text field.",
"status": "updated",
Expand Down Expand Up @@ -716,5 +716,5 @@
}
}
],
"version": "2.6.12"
"version": "2.6.13"
}

0 comments on commit 9fc14e4

Please sign in to comment.