Skip to content

Commit

Permalink
chore(release): v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Mar 25, 2024
1 parent 3c7f1c4 commit c3476ac
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

## v0.0.9

[compare changes](https://github.com/varletjs/varlet-nuxt/compare/v0.0.7...v0.0.9)


### 🚀 Enhancements

- Add button demo ([#11](https://github.com/varletjs/varlet-nuxt/pull/11))
- Add all varlet demo ([#13](https://github.com/varletjs/varlet-nuxt/pull/13))
- Processing path for lays ([577df5d](https://github.com/varletjs/varlet-nuxt/commit/577df5d))

### 🩹 Fixes

- Fix the build sourcemap warning ([3c7f1c4](https://github.com/varletjs/varlet-nuxt/commit/3c7f1c4))

### 🏡 Chore

- Update readme & dependencie ([b27b907](https://github.com/varletjs/varlet-nuxt/commit/b27b907))

### ❤️ Contributors

- Zhangmo8 ([@zhangmo8](http://github.com/zhangmo8))
- Phil ([@lq-c](http://github.com/lq-c))

## v0.0.7

[compare changes](https://github.com/varletjs/varlet-nuxt/compare/v0.0.6...v0.0.7)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlet/nuxt",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"packageManager": "pnpm@7.22.0",
"description": "varlet module for nuxt",
"license": "MIT",
Expand Down Expand Up @@ -76,4 +76,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit c3476ac

Please sign in to comment.