Skip to content

Commit b9b99fe

Browse files
author
Justin Kimbrell
committed
chore: testing
1 parent 500bea2 commit b9b99fe

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.changeset/two-eels-raise.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
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup PNPM
29-
uses: pnpm/action-setup@v3
29+
uses: pnpm/action-setup@v4
3030

3131
- name: Setup Node
3232
uses: actions/setup-node@v4

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.2
4-
5-
### Patch Changes
6-
7-
- cc9173a: 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.2",
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)