Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 3490715

Browse files
System AdministratorSystem Administrator
System Administrator
authored and
System Administrator
committed
chore(release): v0.0.8
1 parent c31ce4e commit 3490715

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

Diff for: CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v0.0.8
5+
6+
[compare changes](https://github.com/selemondev/nuxt-ui-vue/compare/v0.0.7...v0.0.8)
7+
8+
### 🩹 Fixes
9+
10+
- **app:** Input outline ([fa9eb56](https://github.com/selemondev/nuxt-ui-vue/commit/fa9eb56))
11+
- **app:** Select-menu theme ([09a7e6f](https://github.com/selemondev/nuxt-ui-vue/commit/09a7e6f))
12+
- **app:** Modal TransitionChild component binding error ([a22d1b6](https://github.com/selemondev/nuxt-ui-vue/commit/a22d1b6))
13+
- **app:** Alert click prop type ([06f9e53](https://github.com/selemondev/nuxt-ui-vue/commit/06f9e53))
14+
- **app:** AvatarGroup margin ([a025144](https://github.com/selemondev/nuxt-ui-vue/commit/a025144))
15+
- Allow the label prop as number ([937af83](https://github.com/selemondev/nuxt-ui-vue/commit/937af83))
16+
- Empty state is displayed if null ([ef831a3](https://github.com/selemondev/nuxt-ui-vue/commit/ef831a3))
17+
- **Tooltip:** Hide on touch devices ([b837094](https://github.com/selemondev/nuxt-ui-vue/commit/b837094))
18+
19+
### 🏡 Chore
20+
21+
- **release:** V0.0.7 ([fb70040](https://github.com/selemondev/nuxt-ui-vue/commit/fb70040))
22+
- Release v0.0.9-beta.1 ([356063b](https://github.com/selemondev/nuxt-ui-vue/commit/356063b))
23+
- **app:** Clean up ([cb31031](https://github.com/selemondev/nuxt-ui-vue/commit/cb31031))
24+
- Release v0.0.9-beta.2 ([e961c02](https://github.com/selemondev/nuxt-ui-vue/commit/e961c02))
25+
- Clean up ([90adfe1](https://github.com/selemondev/nuxt-ui-vue/commit/90adfe1))
26+
- Cleanup ([c31ce4e](https://github.com/selemondev/nuxt-ui-vue/commit/c31ce4e))
27+
28+
### ❤️ Contributors
29+
30+
- Selemondev <[email protected]>
31+
- System Administrator <[email protected]>
32+
433
## v0.0.7
534

635
[compare changes](https://github.com/selemondev/nuxt-ui-vue/compare/v0.0.9-beta.0...v0.0.7)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt-ui/vue-monorepo",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": false,
55
"scripts": {
66
"build": "rimraf packages/*/{dist,es,lib} && nr -r -F \"./packages/nuxt-ui-vue\" build",
@@ -43,4 +43,4 @@
4343
"pnpm lint:fix"
4444
]
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)