File tree 5 files changed +15
-8
lines changed
5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " vaul-vue " : minor
3
+ ---
4
+
5
+ General DX improvements to bring package inline with Vue standards
Original file line number Diff line number Diff line change
1
+ ---
2
+ " vaul-vue " : patch
3
+ ---
4
+
5
+ Add readme from root to package release
Original file line number Diff line number Diff line change 24
24
- name : Install Dependencies
25
25
run : pnpm install
26
26
27
+ - name : Copy README from root
28
+ run : cp README.md packages/vaul-vue/README.md
29
+
27
30
- name : Create Release Pull Request or Publish to npm
28
31
id : changesets
29
32
uses : changesets/action@v1
Original file line number Diff line number Diff line change 1
1
# vaul-vue
2
2
3
- ## 0.1.0
4
-
5
- ### Minor Changes
6
-
7
- - a75df19: General DX improvements to bring package inline with Vue standards
8
-
9
3
## 0.0.3
10
4
11
5
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vaul-vue" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"repository" : " https://github.com/Elliot-Alexander/vaul-vue" ,
6
6
"keywords" : [
7
7
" vue" ,
21
21
"module" : " ./dist/index.js" ,
22
22
"types" : " ./dist/index.d.ts" ,
23
23
"files" : [
24
- " ../../ README.md" ,
24
+ " README.md" ,
25
25
" dist"
26
26
],
27
27
"scripts" : {
You can’t perform that action at this time.
0 commit comments