Skip to content

Commit

Permalink
chore(release): v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Nov 15, 2023
1 parent 91d82a7 commit 69232ab
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## v1.5.4

[compare changes](https://github.com/becem-gharbi/nuxt-naiveui/compare/v1.5.3...v1.5.4)

### 🩹 Fixes

- Fix [vue warn] onScopeDispose warning ([#34](https://github.com/becem-gharbi/nuxt-naiveui/pull/34))
- **NaiveNavbar:** Fix backgroundColor on pre-rendered dark mode ([8306bf5](https://github.com/becem-gharbi/nuxt-naiveui/commit/8306bf5))
- **NaiveIcon:** Force IconifyIcon update on pre-rendered pages ([7ee6287](https://github.com/becem-gharbi/nuxt-naiveui/commit/7ee6287))
- **NInput:** Set min-height for textarea ([#32](https://github.com/becem-gharbi/nuxt-naiveui/pull/32))

### 💅 Refactors

- **NaiveConfig:** Minor refactoring ([b8962c6](https://github.com/becem-gharbi/nuxt-naiveui/commit/b8962c6))
- **NaiveConfig:** Minor refactoring ([04a2f13](https://github.com/becem-gharbi/nuxt-naiveui/commit/04a2f13))

### 🏡 Chore

- Set NInput default textColor ([a1f53df](https://github.com/becem-gharbi/nuxt-naiveui/commit/a1f53df))
- Fix lint issues ([91d82a7](https://github.com/becem-gharbi/nuxt-naiveui/commit/91d82a7))

### ❤️ Contributors

- Becem-gharbi ([@becem-gharbi](http://github.com/becem-gharbi))

## v1.5.3

[compare changes](https://github.com/becem-gharbi/nuxt-naiveui/compare/v1.5.2...v1.5.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bg-dev/nuxt-naiveui",
"version": "1.5.3",
"version": "1.5.4",
"description": "Naive UI module for Nuxt 3",
"author": "Becem Gharbi",
"keywords": [
Expand Down

0 comments on commit 69232ab

Please sign in to comment.