File tree 9 files changed +15
-15
lines changed
9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 64
64
65
65
- name : Publish each package separately
66
66
run : |
67
- pnpm -r --filter "packages/components/ components" publish --access public --no-git-checks
68
- pnpm -r --filter "packages/components/ button" publish --access public --no-git-checks
69
- pnpm -r --filter "packages/components/ icon" publish --access public --no-git-checks
70
- pnpm -r --filter "packages/components/ input" publish --access public --no-git-checks
67
+ pnpm -r --filter "@devbyray/vue-wc- components" publish --access public --no-git-checks
68
+ pnpm -r --filter "@devbyray/vue-wc- button" publish --access public --no-git-checks
69
+ pnpm -r --filter "@devbyray/vue-wc- icon" publish --access public --no-git-checks
70
+ pnpm -r --filter "@devbyray/vue-wc- input" publish --access public --no-git-checks
71
71
env :
72
72
NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 63
63
64
64
- name : Publish each package separately
65
65
run : |
66
- pnpm -r --filter "packages/components/ components" publish --access public --no-git-checks
67
- pnpm -r --filter "packages/components/ button" publish --access public --no-git-checks
68
- pnpm -r --filter "packages/components/ icon" publish --access public --no-git-checks
69
- pnpm -r --filter "packages/components/ input" publish --access public --no-git-checks
66
+ pnpm -r --filter "@devbyray/vue-wc- components" publish --access public --no-git-checks
67
+ pnpm -r --filter "@devbyray/vue-wc- button" publish --access public --no-git-checks
68
+ pnpm -r --filter "@devbyray/vue-wc- icon" publish --access public --no-git-checks
69
+ pnpm -r --filter "@devbyray/vue-wc- input" publish --access public --no-git-checks
70
70
env :
71
71
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-library" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " A Vue-based accessible design system with headless web components" ,
5
5
"private" : false ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-button" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " Accessible Button web component for Vue" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-icon" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " Accessible Icon web component for Vue using Google Material Icons" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-input" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " Accessible Input web component for Vue" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-components" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " All accessible Vue web components in one package" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-core" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " Core utilities for Vue Web Component Library" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devbyray/vue-wc-vite" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"description" : " Reuseable Vite config for Vue Web Component Library" ,
5
5
"main" : " vite.config.ts" ,
6
6
"author" : " " ,
You can’t perform that action at this time.
0 commit comments