Skip to content

Commit d7c00cf

Browse files
committed
chore(release): v0.1.1
1 parent f2df13d commit d7c00cf

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
4+
## v0.1.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Add Vercel configuration and update MCP settings ([239567b](https://github.com/genu/nuxt-upload-kit/commit/239567b))
10+
- Add AppHeaderTitle component and logo assets ([48962f4](https://github.com/genu/nuxt-upload-kit/commit/48962f4))
11+
- Add hero-gradient styles to main.css and include in nuxt.config.ts ([8dd4b49](https://github.com/genu/nuxt-upload-kit/commit/8dd4b49))
12+
- Restructure AppHeader component and update logo handling in app.config.ts ([79d6be5](https://github.com/genu/nuxt-upload-kit/commit/79d6be5))
13+
14+
### 🩹 Fixes
15+
16+
- Update markdown syntax for page sections and buttons in index.md ([b623e01](https://github.com/genu/nuxt-upload-kit/commit/b623e01))
17+
- Center align title and description in README.md ([319752a](https://github.com/genu/nuxt-upload-kit/commit/319752a))
18+
- Format feature cards for Azure Data Lake, Amazon S3, and Cloudinary in index.md ([34a6cdc](https://github.com/genu/nuxt-upload-kit/commit/34a6cdc))
19+
- Update .prettierignore to include pnpm-lock.yaml ([587f966](https://github.com/genu/nuxt-upload-kit/commit/587f966))
20+
21+
### 🏡 Chore
22+
23+
- Initial commit ([69c57d5](https://github.com/genu/nuxt-upload-kit/commit/69c57d5))
24+
- Update ([376683d](https://github.com/genu/nuxt-upload-kit/commit/376683d))
25+
- Update ([6a38277](https://github.com/genu/nuxt-upload-kit/commit/6a38277))
26+
- Rename to `useUploadKit` ([15ead66](https://github.com/genu/nuxt-upload-kit/commit/15ead66))
27+
- Use vercel.ts ([bc1c0fe](https://github.com/genu/nuxt-upload-kit/commit/bc1c0fe))
28+
- Add .prettierignore to exclude markdown files from formatting ([a73eca0](https://github.com/genu/nuxt-upload-kit/commit/a73eca0))
29+
- Add unit tests for upload validators and utility functions ([3388363](https://github.com/genu/nuxt-upload-kit/commit/3388363))
30+
- Lint and format ([f2df13d](https://github.com/genu/nuxt-upload-kit/commit/f2df13d))
31+
32+
### ❤️ Contributors
33+
34+
- Eugen Istoc <eugenistoc@gmail.com>
35+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-upload-kit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A powerful, plugin-based file upload manager for Nuxt applications",
55
"license": "MIT",
66
"repository": "https://github.com/genu/nuxt-upload-kit.git",

0 commit comments

Comments
 (0)