Skip to content

Commit 5b77fed

Browse files
author
Justin Kimbrell
committed
chore: testing
1 parent 10736db commit 5b77fed

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

.changeset/lovely-items-begin.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
node-version: 22
3535
cache: pnpm
36+
registry-url: 'https://registry.npmjs.org'
37+
scope: '@vue-interface'
3638

3739
- name: Install dependencies
3840
run: pnpm install
@@ -47,5 +49,4 @@ jobs:
4749
commit: "chore: version bump from changesets"
4850
title: "🚀 Version Packages"
4951
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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-
- 770e8f4: Fix issue with dist not being published
8-
93
## 2.0.0
104

115
### Major Changes

packages/tooltip/package.json

Lines changed: 5 additions & 6 deletions
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",
@@ -9,12 +9,11 @@
99
"exports": {
1010
".": {
1111
"source": "./index.ts",
12-
"types": "./index.ts",
12+
"types": "./dist/index.d.ts",
1313
"import": "./dist/tooltip.js",
1414
"require": "./dist/tooltip.umd.js"
1515
},
16-
"./tailwindcss": "./tailwindcss/index.cjs",
17-
"./tailwindcss/safelist": "./tailwindcss/safelist.cjs"
16+
"./css": "./index.css"
1817
},
1918
"browserslist": "last 2 versions, > 0.5%, ie >= 11",
2019
"scripts": {
@@ -24,7 +23,7 @@
2423
},
2524
"repository": {
2625
"type": "git",
27-
"url": "git+https://github.com/vue-interface/tooltip"
26+
"url": "git+https://github.com/vue-interface/vue-interface"
2827
},
2928
"keywords": [
3029
"Tooltip",
@@ -36,7 +35,7 @@
3635
"author": "Justin Kimbrell",
3736
"license": "ISC",
3837
"bugs": {
39-
"url": "https://github.com/vue-interface/tooltip"
38+
"url": "https://github.com/vue-interface/vue-interface"
4039
},
4140
"homepage": "https://github.com/vue-interface/vue-interface",
4241
"dependencies": {

0 commit comments

Comments
 (0)