Skip to content

Commit e5e6640

Browse files
authored
Merge pull request #33 from selemondev/chore/release
chore: update version and generate release
2 parents dde33fc + 209469c commit e5e6640

File tree

3 files changed

+47
-4
lines changed

3 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
# Changelog
22

33

4+
## v0.0.3
5+
6+
[compare changes](https://github.com/selemondev/create-vue3-app/compare/v0.0.2...v0.0.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Add Vercel CLI ([f8bc9d1](https://github.com/selemondev/create-vue3-app/commit/f8bc9d1))
11+
- Add Netlify CLI ([3f9e607](https://github.com/selemondev/create-vue3-app/commit/3f9e607))
12+
13+
### 🔥 Performance
14+
15+
- Reduce bundle size ([01c3e21](https://github.com/selemondev/create-vue3-app/commit/01c3e21))
16+
17+
### 🩹 Fixes
18+
19+
- Logs ([f5cb146](https://github.com/selemondev/create-vue3-app/commit/f5cb146))
20+
- **app:** CSS overflow in UI ([84bdba5](https://github.com/selemondev/create-vue3-app/commit/84bdba5))
21+
- Package name ([5b74067](https://github.com/selemondev/create-vue3-app/commit/5b74067))
22+
23+
### 💅 Refactors
24+
25+
- Remove 'route' based folders ([42e0ec9](https://github.com/selemondev/create-vue3-app/commit/42e0ec9))
26+
- Use named imports instead of default imports ([b8e1daa](https://github.com/selemondev/create-vue3-app/commit/b8e1daa))
27+
28+
### 📖 Documentation
29+
30+
- Update ([264541e](https://github.com/selemondev/create-vue3-app/commit/264541e))
31+
- Update docs ([b6add94](https://github.com/selemondev/create-vue3-app/commit/b6add94))
32+
33+
### 🏡 Chore
34+
35+
- **release:** V0.0.2 ([571f612](https://github.com/selemondev/create-vue3-app/commit/571f612))
36+
- Rename from create-vue-next to @selemondev/create-vue3-app ([9a1a878](https://github.com/selemondev/create-vue3-app/commit/9a1a878))
37+
- Rename from create-vue-next to @selemondev/create-vue3-app ([8b5957c](https://github.com/selemondev/create-vue3-app/commit/8b5957c))
38+
- Update issue templates ([05dc349](https://github.com/selemondev/create-vue3-app/commit/05dc349))
39+
- Package name ([27a52c1](https://github.com/selemondev/create-vue3-app/commit/27a52c1))
40+
- Import paths hierarchy ([47e186b](https://github.com/selemondev/create-vue3-app/commit/47e186b))
41+
42+
### ❤️ Contributors
43+
44+
- Selemondev ([@selemondev](https://github.com/selemondev))
45+
- Selemondev-triply ([@selemon-dev](https://github.com/selemon-dev))
46+
447
## v0.0.2
548

649
[compare changes](https://github.com/selemondev/create-vue-next/compare/v0.0.1...v0.0.2)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<a href="https://npmjs.com/package/@selemondev/create-vue3-app">
1313
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/@selemondev/create-vue3-app.svg?style=flat&colorA=020420&colorB=00DC82" />
1414
</a>
15-
<a href="https://pkg-size.dev/@selemondev/create-vue3-app@latest">
16-
<img src="https://pkg-size.dev/badge/bundle/842194" title="Bundle size for @selemondev/create-vue3-app">
17-
</a>
15+
<a href="https://pkg-size.dev/@selemondev/create-vue3-app@0.0.7">
16+
<img src="https://pkg-size.dev/badge/bundle/841364" title="Bundle size for @selemondev/create-vue3-app">
17+
</a>
1818
</p>
1919

2020
The Next Generation Vue Scaffolding Tool powered by Vite 🛠️

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@selemondev/create-vue3-app",
3-
"version": "0.0.2",
3+
"version": "0.0.7",
44
"description": "The Next Generation Vue Scaffolding Tool ✨",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)