Skip to content

Commit 597906e

Browse files
committed
chore: release v0.5.4
1 parent 10ee268 commit 597906e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.5.4](https://github.com/frontio-ai/heroui-cli/compare/v0.5.3...v0.5.4) (2025-01-16)
2+
13
## [0.5.3](https://github.com/frontio-ai/heroui-cli/compare/v0.5.2...v0.5.3) (2025-01-16)
24

35
## [0.5.2](https://github.com/nextui-org/nextui-cli/compare/v0.5.1...v0.5.2) (2025-01-16)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": false,
44
"type": "module",
55
"license": "MIT",
6-
"version": "0.5.3",
6+
"version": "0.5.4",
77
"homepage": "https://github.com/frontio-ai/heroui-cli#readme",
88
"description": "A CLI tool that unlocks seamless HeroUI integration (Previously NextUI CLI)",
99
"keywords": [

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Command} from 'commander';
55

66
import {Logger, gradientString} from '@helpers/logger';
77
import {findMostMatchText} from '@helpers/math-diff';
8-
import {outputBox, outputDeprecatedInfo} from '@helpers/output-info';
8+
import {outputBox} from '@helpers/output-info';
99
import {getCommandDescAndLog} from '@helpers/utils';
1010

1111
import pkg from '../package.json';
@@ -197,8 +197,6 @@ heroui.hook('preAction', async (command) => {
197197
});
198198
Logger.newLine();
199199
}
200-
201-
outputDeprecatedInfo();
202200
});
203201

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

0 commit comments

Comments
 (0)