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

Commit fb70040

Browse files
System AdministratorSystem Administrator
System Administrator
authored and
System Administrator
committed
chore(release): v0.0.7
1 parent 397b13f commit fb70040

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## v0.0.7
5+
6+
[compare changes](https://github.com/selemondev/nuxt-ui-vue/compare/v0.0.9-beta.0...v0.0.7)
7+
8+
### 🩹 Fixes
9+
10+
- **app:** Button theme ([7bd2c72](https://github.com/selemondev/nuxt-ui-vue/commit/7bd2c72))
11+
- **app:** Input theme ([397b13f](https://github.com/selemondev/nuxt-ui-vue/commit/397b13f))
12+
13+
### ❤️ Contributors
14+
15+
- Selemondev <selemondev@Selemondevs-MacBook-Pro.local>
16+
417
## v0.0.6
518

619
[compare changes](https://github.com/selemondev/nuxt-ui-vue/compare/v0.0.5...v0.0.6)

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.6",
3+
"version": "0.0.7",
44
"private": false,
55
"scripts": {
66
"build": "rimraf packages/*/{dist,es,lib} && nr -r -F \"./packages/nuxt-ui-vue\" build",
@@ -44,4 +44,4 @@
4444
"pnpm lint:fix"
4545
]
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)