Skip to content

Commit

Permalink
fix(packages): use full release
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Dec 15, 2023
1 parent bb9bf63 commit 8fda190
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/styles": "^1.46.0-rc.0",
"@carbon/styles": "^1.46.0",
"flatpickr": "4.6.1",
"lit": "^2.7.6",
"lodash-es": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@carbon/icons-react": "^11.31.0",
"@carbon/layout": "^11.20.1",
"@carbon/styles": "^1.46.0-rc.0",
"@carbon/styles": "^1.46.0",
"@carbon/telemetry": "0.1.0",
"@carbon/type": "^11.25.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@carbon/ibmdotcom-utilities": "2.0.0-rc.2",
"@carbon/layout": "^11.20.1",
"@carbon/motion": "^11.16.1",
"@carbon/styles": "^1.46.0-rc.0",
"@carbon/styles": "^1.46.0",
"@carbon/telemetry": "0.1.0",
"@carbon/web-components": "2.0.2-rc.0",
"lit": "^2.7.6",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ __metadata:
dependencies:
"@carbon/icons-react": "npm:^11.31.0"
"@carbon/layout": "npm:^11.20.1"
"@carbon/styles": "npm:^1.46.0-rc.0"
"@carbon/styles": "npm:^1.46.0"
"@carbon/telemetry": "npm:0.1.0"
"@carbon/themes": "npm:^11.28.0"
"@carbon/type": "npm:^11.25.1"
Expand Down Expand Up @@ -3370,7 +3370,7 @@ __metadata:
"@carbon/motion": "npm:^11.16.1"
"@carbon/pictograms-react": "npm:11.54.0"
"@carbon/react": "npm:^1.45.0-rc.0"
"@carbon/styles": "npm:^1.46.0-rc.0"
"@carbon/styles": "npm:^1.46.0"
"@carbon/telemetry": "npm:0.1.0"
"@carbon/type": "npm:^11.25.1"
"@carbon/web-components": "npm:2.0.2-rc.0"
Expand Down Expand Up @@ -3685,9 +3685,9 @@ __metadata:
languageName: node
linkType: hard

"@carbon/styles@npm:^1.46.0-rc.0":
version: 1.46.0-rc.0
resolution: "@carbon/styles@npm:1.46.0-rc.0"
"@carbon/styles@npm:^1.46.0":
version: 1.46.0
resolution: "@carbon/styles@npm:1.46.0"
dependencies:
"@carbon/colors": "npm:^11.20.0"
"@carbon/feature-flags": "npm:^0.16.0"
Expand All @@ -3702,7 +3702,7 @@ __metadata:
peerDependenciesMeta:
sass:
optional: true
checksum: 1d3d2b30c7d7311d2d736ca9f45d7c103cebd65a0f8f506a4bce68ffad0c7a1c2ea6eb9d0892438b06d5d34bcc859176eeb4da4f7dc70797c7ceb06562567ba5
checksum: e403d3890da3d3286f7c28b5e9420c2a3ea3ac8a9886c560b51c8e48047fc06cf3ccabe22eb7f7f8e86ceb246ca1717186d53b95473017af4e42e78143763a44
languageName: node
linkType: hard

Expand Down Expand Up @@ -3771,7 +3771,7 @@ __metadata:
"@babel/traverse": "npm:~7.23.0"
"@carbon/icon-helpers": "npm:^10.45.1"
"@carbon/icons": "npm:^11.31.0"
"@carbon/styles": "npm:^1.46.0-rc.0"
"@carbon/styles": "npm:^1.46.0"
"@open-wc/semantic-dom-diff": "npm:~0.18.0"
"@percy-io/in-percy": "npm:^0.1.11"
"@percy/cli": "npm:^1.8.1"
Expand Down

0 comments on commit 8fda190

Please sign in to comment.