Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
System Administrator authored and System Administrator committed Aug 16, 2023
1 parent 62eec9b commit da1a768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nuxtlabs-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxtlabs-ui-vue",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"exports": {
".": {
Expand All @@ -24,7 +24,7 @@
"dev": "vite",
"play": "pnpm --filter playground dev",
"prepublishOnly": "pnpm run build",
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
"release": "pnpm build && bumpp --commit --push && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand Down

0 comments on commit da1a768

Please sign in to comment.