Skip to content

Commit

Permalink
chore: release v0.3.5 (#106)
Browse files Browse the repository at this point in the history
* ci: add branches main

* chore: release v0.3.5
  • Loading branch information
winchesHe authored Nov 5, 2024
1 parent 14ac5ac commit a634053
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
tags:
- 'v*'
branches: [main]

jobs:
release:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.5](https://github.com/nextui-org/nextui-cli/compare/v0.3.4...v0.3.5) (2024-11-04)

### Bug Fixes

- modal tailwindcss config ([#97](https://github.com/nextui-org/nextui-cli/issues/97)) ([14ac5ac](https://github.com/nextui-org/nextui-cli/commit/14ac5ac98a8d3d0895786f207f49ec54574db8c8))
- rename issue ([#98](https://github.com/nextui-org/nextui-cli/issues/98)) ([6ab7e42](https://github.com/nextui-org/nextui-cli/commit/6ab7e4205d7a674296e53254d61824b2378020f2))

### Features

- upgrade command -w option support devDep detect n output optimization ([#101](https://github.com/nextui-org/nextui-cli/issues/101)) ([5573805](https://github.com/nextui-org/nextui-cli/commit/5573805627689ac6485efb82eea467ca0d9ede53))

## [0.3.4](https://github.com/nextui-org/nextui-cli/compare/v0.3.3...v0.3.4) (2024-07-28)

### Bug Fixes
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.3.4",
"version": "0.3.5",
"homepage": "https://github.com/nextui-org/nextui-cli#readme",
"description": "A CLI tool that unlocks seamless NextUI integration",
"keywords": [
Expand Down

0 comments on commit a634053

Please sign in to comment.