Skip to content

Commit 9f4b461

Browse files
author
Justin Kimbrell
committed
chore: testing
1 parent 2a2b9ba commit 9f4b461

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.changeset/polite-tables-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-interface/tooltip": patch
3+
---
4+
5+
Fix issue with dist not being published

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: pnpm/action-setup@v4
3030

3131
- name: Setup Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: 22
3535
cache: pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"docs:build": "vitepress build docs",
1111
"docs:preview": "vitepress preview docs",
1212
"version": "changeset version",
13-
"release": "pnpm build && changeset publish --access public"
13+
"release": "pnpm build && changeset publish --access public --provenance"
1414
},
1515
"devDependencies": {
1616
"@changesets/cli": "^2.29.8",

packages/tooltip/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @vue-interface/tooltip
22

3-
## 2.0.1
4-
5-
### Patch Changes
6-
7-
- b9b99fe: Fix issue with dist not being published
8-
93
## 2.0.0
104

115
### Major Changes

packages/tooltip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-interface/tooltip",
3-
"version": "2.0.1",
3+
"version": "2.0.0",
44
"description": "A Vue tooltip component.",
55
"type": "module",
66
"main": "./dist/tooltip.umd.js",

0 commit comments

Comments
 (0)