Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Jul 12, 2023
1 parent 38018c1 commit c3a6de5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.0.4](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.3...v0.0.4) (2023-07-12)



## [0.0.3](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.2...v0.0.3) (2023-07-12)



## [0.0.2](https://github.com/Hebilicious/server-block-nuxt/compare/8fd4fbbdf1da6d73c3ca8fc2bb07650530a85b8f...v0.0.2) (2023-07-12)


### Features

* add extract sfc block extension ([8fd4fbb](https://github.com/Hebilicious/server-block-nuxt/commit/8fd4fbbdf1da6d73c3ca8fc2bb07650530a85b8f))
* add playground ([15aee7e](https://github.com/Hebilicious/server-block-nuxt/commit/15aee7e2da9522b4fa72db28503b4c5c55fe72f2))
* add server-block-nuxt module ([2e72790](https://github.com/Hebilicious/server-block-nuxt/commit/2e72790447616599687ceaf211cd122990a4c725))
* add volar plugin ([c9bfbd5](https://github.com/Hebilicious/server-block-nuxt/commit/c9bfbd5ff604aaa9dba3221d1a2f604d2d287b76))



## [0.0.3](https://github.com/Hebilicious/server-block-nuxt/compare/v0.0.2...v0.0.3) (2023-07-12)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "nuxt-module-template",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/server-block-nuxt",
"turbo:build": "turbo run build",
"build:all": "turbo run build",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/extract-sfc-block",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"author": {
"name": "Hebilicious",
"email": "[email protected]",
Expand Down
7 changes: 4 additions & 3 deletions packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/server-block-nuxt",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"author": {
"name": "Hebilicious",
"email": "[email protected]",
Expand Down Expand Up @@ -42,8 +42,8 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@hebilicious/sfc-server-volar": "latest",
"nuxt": "latest",
"@hebilicious/sfc-server-volar": "*",
"nuxt": "*",
"vite": "*"
},
"dependencies": {
Expand All @@ -55,6 +55,7 @@
"magicast": "^0.2.9"
},
"devDependencies": {
"@hebilicious/sfc-server-volar": "latest",
"@nuxt/module-builder": "^0.4.0",
"h3": "^1.7.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sfc-server-volar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/sfc-server-volar",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"author": {
"name": "Hebilicious",
"email": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3a6de5

Please sign in to comment.