Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix publish readme #30

Merged
merged 3 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/short-doors-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vaul-vue": minor
---

General DX improvements to bring package inline with Vue standards
5 changes: 5 additions & 0 deletions .changeset/twelve-coins-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vaul-vue": patch
---

Add readme from root to package release
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Copy README from root
run: cp README.md packages/vaul-vue/README.md

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
6 changes: 0 additions & 6 deletions packages/vaul-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# vaul-vue

## 0.1.0

### Minor Changes

- a75df19: General DX improvements to bring package inline with Vue standards

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vaul-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vaul-vue",
"type": "module",
"version": "0.1.0",
"version": "0.0.3",
"repository": "https://github.com/Elliot-Alexander/vaul-vue",
"keywords": [
"vue",
Expand All @@ -21,7 +21,7 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"../../README.md",
"README.md",
"dist"
],
"scripts": {
Expand Down
Loading