Skip to content

Commit

Permalink
update version for core and web-components (#1355)
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <[email protected]>
  • Loading branch information
micahchiang authored Oct 7, 2024
1 parent b3c09a4 commit 96c14c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@department-of-veterans-affairs/component-library",
"description": "VA.gov component library. Includes React and web components.",
"version": "47.0.0",
"version": "47.1.0",
"license": "MIT",
"scripts": {
"build": "webpack"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/web-components",
"version": "15.0.0",
"version": "15.1.0",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"serve": "stencil build --dev --watch --serve"
},
"dependencies": {
"@department-of-veterans-affairs/css-library": "^0.12.1",
"@department-of-veterans-affairs/css-library": "^0.12.2",
"@stencil/core": "4.20.0",
"aria-hidden": "^1.1.3",
"body-scroll-lock": "^4.0.0-beta.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3209,7 +3209,7 @@ __metadata:
languageName: node
linkType: hard

"@department-of-veterans-affairs/css-library@npm:^0.12.1, @department-of-veterans-affairs/css-library@workspace:packages/css-library":
"@department-of-veterans-affairs/css-library@npm:^0.12.2, @department-of-veterans-affairs/css-library@workspace:packages/css-library":
version: 0.0.0-use.local
resolution: "@department-of-veterans-affairs/css-library@workspace:packages/css-library"
dependencies:
Expand Down Expand Up @@ -3343,7 +3343,7 @@ __metadata:
dependencies:
"@axe-core/puppeteer": "npm:^4.4.0"
"@babel/core": "npm:^7.12.13"
"@department-of-veterans-affairs/css-library": "npm:^0.12.1"
"@department-of-veterans-affairs/css-library": "npm:^0.12.2"
"@department-of-veterans-affairs/formation": "npm:^11.0.6"
"@stencil/core": "npm:4.20.0"
"@stencil/postcss": "npm:^2.0.0"
Expand Down

0 comments on commit 96c14c1

Please sign in to comment.