Skip to content

Commit 79a84f7

Browse files
committed
refactor(button)!: rename to @heroui-vue/button
1 parent 0779821 commit 79a84f7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/button-publish.yml renamed to .github/workflows/publish-button.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
push:
99
tags:
10-
- "@vue-nextui/button@*"
10+
- "@heroui-vue/button@*"
1111

1212
jobs:
1313
button:

packages/components/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@vue-nextui/button",
2+
"name": "@heroui-vue/button",
33
"type": "module",
44
"version": "1.0.0-beta.2",
55
"author": {
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"build": "tsdown --minify",
3636
"dev": "tsdown -w",
37-
"bump": "npm run build && bumpp --tag @vue-nextui/button@ --sign"
37+
"bump": "npm run build && bumpp --tag @heroui-vue/button@ --sign"
3838
},
3939
"dependencies": {
4040
"@heroui-vue/shared": "workspace: *"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"devDependencies": {
4141
"unplugin-vue": "catalog:prod",
4242
"@heroui-vue/alert": "workspace: *",
43-
"@vue-nextui/button": "workspace: *"
43+
"@heroui-vue/button": "workspace: *"
4444
}
4545
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)