File tree Expand file tree Collapse file tree 6 files changed +31
-10
lines changed Expand file tree Collapse file tree 6 files changed +31
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.0.4] ( https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.3...v0.0.4 ) (2023-07-12)
2
+
3
+
4
+
5
+ ## [ 0.0.3] ( https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.2...v0.0.3 ) (2023-07-12)
6
+
7
+
8
+
9
+ ## [ 0.0.2] ( https://github.com/Hebilicious/server-block-nuxt/compare/8fd4fbbdf1da6d73c3ca8fc2bb07650530a85b8f...v0.0.2 ) (2023-07-12)
10
+
11
+
12
+ ### Features
13
+
14
+ * add extract sfc block extension ([ 8fd4fbb] ( https://github.com/Hebilicious/server-block-nuxt/commit/8fd4fbbdf1da6d73c3ca8fc2bb07650530a85b8f ) )
15
+ * add playground ([ 15aee7e] ( https://github.com/Hebilicious/server-block-nuxt/commit/15aee7e2da9522b4fa72db28503b4c5c55fe72f2 ) )
16
+ * add server-block-nuxt module ([ 2e72790] ( https://github.com/Hebilicious/server-block-nuxt/commit/2e72790447616599687ceaf211cd122990a4c725 ) )
17
+ * add volar plugin ([ c9bfbd5] ( https://github.com/Hebilicious/server-block-nuxt/commit/c9bfbd5ff604aaa9dba3221d1a2f604d2d287b76 ) )
18
+
19
+
20
+
1
21
## [ 0.0.3] ( https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.2...v0.0.3 ) (2023-07-12)
2
22
3
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-module-template" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.3 " ,
4
+ "version" : " 0.0.4 " ,
5
5
"private" : true ,
6
6
"packageManager" : " pnpm@8.6.5" ,
7
7
"scripts" : {
8
8
"build" : " rimraf packages/*/dist && turbo run build --filter=@hebilicious/server-block-nuxt" ,
9
- "turbo: build" : " turbo run build" ,
9
+ "build:all " : " turbo run build" ,
10
10
"lint" : " eslint --cache ." ,
11
11
"lint:fix" : " nr lint --fix" ,
12
12
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hebilicious/extract-sfc-block" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.3 " ,
4
+ "version" : " 0.0.4 " ,
5
5
"author" : {
6
6
"name" : " Hebilicious" ,
7
7
"email" : " xsh4k3@gmail.com" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hebilicious/server-block-nuxt" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.3 " ,
4
+ "version" : " 0.0.4 " ,
5
5
"author" : {
6
6
"name" : " Hebilicious" ,
7
7
"email" : " xsh4k3@gmail.com" ,
42
42
"dev" : " nuxi dev"
43
43
},
44
44
"peerDependencies" : {
45
- "@hebilicious/sfc-server-volar" : " latest " ,
46
- "nuxt" : " latest " ,
45
+ "@hebilicious/sfc-server-volar" : " * " ,
46
+ "nuxt" : " * " ,
47
47
"vite" : " *"
48
48
},
49
49
"dependencies" : {
55
55
"magicast" : " ^0.2.9"
56
56
},
57
57
"devDependencies" : {
58
+ "@hebilicious/sfc-server-volar" : " latest" ,
58
59
"@nuxt/module-builder" : " ^0.4.0" ,
59
60
"h3" : " ^1.7.1"
60
61
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hebilicious/sfc-server-volar" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.3 " ,
4
+ "version" : " 0.0.4 " ,
5
5
"author" : {
6
6
"name" : " Hebilicious" ,
7
7
"email" : " xsh4k3@gmail.com" ,
You can’t perform that action at this time.
0 commit comments