Skip to content

Commit 5ce8014

Browse files
Merge pull request #30 from radix-vue/fix-publish-readme
Fix publish readme
2 parents 32005d8 + 771f420 commit 5ce8014

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/short-doors-explode.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vaul-vue": minor
3+
---
4+
5+
General DX improvements to bring package inline with Vue standards

.changeset/twelve-coins-thank.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vaul-vue": patch
3+
---
4+
5+
Add readme from root to package release

.github/workflows/cd.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install Dependencies
2525
run: pnpm install
2626

27+
- name: Copy README from root
28+
run: cp README.md packages/vaul-vue/README.md
29+
2730
- name: Create Release Pull Request or Publish to npm
2831
id: changesets
2932
uses: changesets/action@v1

packages/vaul-vue/CHANGELOG.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# vaul-vue
22

3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- a75df19: General DX improvements to bring package inline with Vue standards
8-
93
## 0.0.3
104

115
### Patch Changes

packages/vaul-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vaul-vue",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.0.3",
55
"repository": "https://github.com/Elliot-Alexander/vaul-vue",
66
"keywords": [
77
"vue",
@@ -21,7 +21,7 @@
2121
"module": "./dist/index.js",
2222
"types": "./dist/index.d.ts",
2323
"files": [
24-
"../../README.md",
24+
"README.md",
2525
"dist"
2626
],
2727
"scripts": {

0 commit comments

Comments
 (0)