Skip to content

Commit

Permalink
chore: release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jan 16, 2025
1 parent 10ee268 commit 597906e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [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)

## [0.5.2](https://github.com/nextui-org/nextui-cli/compare/v0.5.1...v0.5.2) (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.3",
"version": "0.5.4",
"homepage": "https://github.com/frontio-ai/heroui-cli#readme",
"description": "A CLI tool that unlocks seamless HeroUI integration (Previously NextUI CLI)",
"keywords": [
Expand Down
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Command} from 'commander';

import {Logger, gradientString} from '@helpers/logger';
import {findMostMatchText} from '@helpers/math-diff';
import {outputBox, outputDeprecatedInfo} from '@helpers/output-info';
import {outputBox} from '@helpers/output-info';
import {getCommandDescAndLog} from '@helpers/utils';

import pkg from '../package.json';
Expand Down Expand Up @@ -197,8 +197,6 @@ heroui.hook('preAction', async (command) => {
});
Logger.newLine();
}

outputDeprecatedInfo();
});

heroui.parseAsync(process.argv).catch(async (reason) => {
Expand Down

0 comments on commit 597906e

Please sign in to comment.