Skip to content

Commit 65f8b37

Browse files
committed
chore: update package versions to 0.0.12 across all components and core packages
1 parent c114b74 commit 65f8b37

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.github/workflows/publish-packages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
6565
- name: Publish each package separately
6666
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
7171
env:
7272
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-to-npm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
6464
- name: Publish each package separately
6565
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
7070
env:
7171
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-library",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A Vue-based accessible design system with headless web components",
55
"private": false,
66
"scripts": {

packages/components/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-button",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Accessible Button web component for Vue",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/components/icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-icon",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Accessible Icon web component for Vue using Google Material Icons",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/components/input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-input",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Accessible Input web component for Vue",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-components",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "All accessible Vue web components in one package",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-core",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Core utilities for Vue Web Component Library",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devbyray/vue-wc-vite",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Reuseable Vite config for Vue Web Component Library",
55
"main": "vite.config.ts",
66
"author": "",

0 commit comments

Comments
 (0)