Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Jul 12, 2023
1 parent 3458d42 commit c020448
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [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.2 (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-module-template",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"packageManager": "pnpm@8.6.5",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@hebilicious/extract-sfc-block",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "Hebilicious",
"email": "xsh4k3@gmail.com",
"url": "https://twitter.com/its_hebilicious"
},
"license": "MIT",
"repository": "Hebilicious/server-block-nuxt",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@hebilicious/server-block-nuxt",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "Hebilicious",
"email": "xsh4k3@gmail.com",
"url": "https://twitter.com/its_hebilicious"
},
"license": "MIT",
"repository": "Hebilicious/nuxt-module-template",
"repository": "Hebilicious/server-block-nuxt",
"exports": {
".": {
"types": "./dist/module.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/sfc-server-volar/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@hebilicious/sfc-server-volar",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"author": {
"name": "Hebilicious",
"email": "xsh4k3@gmail.com",
"url": "https://twitter.com/its_hebilicious"
},
"license": "MIT",
"repository": "Hebilicious/server-block-nuxt",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c020448

Please sign in to comment.