File tree Expand file tree Collapse file tree 3 files changed +47
-4
lines changed Expand file tree Collapse file tree 3 files changed +47
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
47
## v0.0.2
5
48
6
49
[ compare changes] ( https://github.com/selemondev/create-vue-next/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change 12
12
<a href =" https://npmjs.com/package/@selemondev/create-vue3-app " >
13
13
<img alt="npm-downloads-src" src="https://img.shields.io/npm/dm/@selemondev/create-vue3-app.svg?style=flat&colorA=020420&colorB=00DC82" />
14
14
</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 >
18
18
</p >
19
19
20
20
The Next Generation Vue Scaffolding Tool powered by Vite 🛠️
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @selemondev/create-vue3-app" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"description" : " The Next Generation Vue Scaffolding Tool ✨" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments