Thanks to visit codestin.com
Credit goes to github.com

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

Commit 50d9dfd

Browse files
System AdministratorSystem Administrator
System Administrator
authored and
System Administrator
committed
chore(release): v0.0.5
1 parent 398212f commit 50d9dfd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.0.5
5+
6+
[compare changes](https://github.com/selemondev/nuxt-ui-vue/compare/v0.0.5...v0.0.5)
7+
8+
### 🚀 Enhancements
9+
10+
- **app:** #110 remove image validation ([#110](https://github.com/selemondev/nuxt-ui-vue/issues/110))
11+
12+
### ❤️ Contributors
13+
14+
- Selemondev <[email protected]>
15+
416
## v0.0.4
517

618
[compare changes](https://github.com/selemondev/nuxtlabs-ui-vue/compare/v0.1.7...v0.0.4)

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.4",
3+
"version": "0.0.5",
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)