Skip to content

Commit c3a6de5

Browse files
committed
chore: release v0.0.4
1 parent 38018c1 commit c3a6de5

File tree

6 files changed

+31
-10
lines changed

6 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## [0.0.3](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.2...v0.0.3) (2023-07-12)
222

323

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "nuxt-module-template",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"private": true,
66
"packageManager": "pnpm@8.6.5",
77
"scripts": {
88
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/server-block-nuxt",
9-
"turbo:build": "turbo run build",
9+
"build:all": "turbo run build",
1010
"lint": "eslint --cache .",
1111
"lint:fix": "nr lint --fix",
1212
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

packages/extract-sfc-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/extract-sfc-block",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"author": {
66
"name": "Hebilicious",
77
"email": "xsh4k3@gmail.com",

packages/server-block-nuxt/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/server-block-nuxt",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"author": {
66
"name": "Hebilicious",
77
"email": "xsh4k3@gmail.com",
@@ -42,8 +42,8 @@
4242
"dev": "nuxi dev"
4343
},
4444
"peerDependencies": {
45-
"@hebilicious/sfc-server-volar": "latest",
46-
"nuxt": "latest",
45+
"@hebilicious/sfc-server-volar": "*",
46+
"nuxt": "*",
4747
"vite": "*"
4848
},
4949
"dependencies": {
@@ -55,6 +55,7 @@
5555
"magicast": "^0.2.9"
5656
},
5757
"devDependencies": {
58+
"@hebilicious/sfc-server-volar": "latest",
5859
"@nuxt/module-builder": "^0.4.0",
5960
"h3": "^1.7.1"
6061
}

packages/sfc-server-volar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/sfc-server-volar",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"author": {
66
"name": "Hebilicious",
77
"email": "xsh4k3@gmail.com",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)