Skip to content

Commit 9ed010d

Browse files
committed
chore: release v0.5.2
1 parent 0d68eb9 commit 9ed010d

File tree

3 files changed

+65
-49
lines changed

3 files changed

+65
-49
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.5.2](https://github.com/nextui-org/nextui-cli/compare/v0.5.1...v0.5.2) (2025-01-16)
2+
3+
### Bug Fixes
4+
5+
- codemod release ([#136](https://github.com/nextui-org/nextui-cli/issues/136)) ([33fa8e6](https://github.com/nextui-org/nextui-cli/commit/33fa8e6e0740deffc786e7de02a5f7873736114b))
6+
- migrate nextui provider change to use regex ([#133](https://github.com/nextui-org/nextui-cli/issues/133)) ([af02fbe](https://github.com/nextui-org/nextui-cli/commit/af02fbe776fe5194a7fa93bcb28c73e9d775ea12))
7+
8+
### Features
9+
10+
- add deprecated info in nextui-cli ([#132](https://github.com/nextui-org/nextui-cli/issues/132)) ([0d68eb9](https://github.com/nextui-org/nextui-cli/commit/0d68eb9b401d278852155ea04bb626adefda1024))
11+
- add format effected files ([#134](https://github.com/nextui-org/nextui-cli/issues/134)) ([a27371b](https://github.com/nextui-org/nextui-cli/commit/a27371b55b365cd9591fa87324fee0b9e1f306bf))
12+
- add reinstall prompt and retry fetch version ([#137](https://github.com/nextui-org/nextui-cli/issues/137)) ([f36839e](https://github.com/nextui-org/nextui-cli/commit/f36839ed559b28b502b10639009f60c0622b7e4c))
13+
- add remaining files replace prompt and dot files detected and end note ([#135](https://github.com/nextui-org/nextui-cli/issues/135)) ([d29c05a](https://github.com/nextui-org/nextui-cli/commit/d29c05a71ab781dfa88e9b64014f993516d50f28))
14+
- **codemod:** change package version to latest ([#131](https://github.com/nextui-org/nextui-cli/issues/131)) ([b3bf4a8](https://github.com/nextui-org/nextui-cli/commit/b3bf4a896ecab6ceb8ac985b8cad9833b688cfbe))
15+
- init heroui codemod package ([#124](https://github.com/nextui-org/nextui-cli/issues/124)) ([2ddf426](https://github.com/nextui-org/nextui-cli/commit/2ddf426948f2e8ea31b3d31e5bba0f4a327ad611))
16+
117
## [0.5.1](https://github.com/nextui-org/nextui-cli/compare/v0.5.0...v0.5.1) (2024-12-23)
218

319
### Bug Fixes

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.1",
6+
"version": "0.5.2",
77
"homepage": "https://github.com/nextui-org/nextui-cli#readme",
88
"description": "A CLI tool that unlocks seamless NextUI integration",
99
"keywords": [

0 commit comments

Comments
 (0)