Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 0bcbd3b

Browse files
committed
Constraint fluent css library to only v8.0.6
1 parent 99c3ba9 commit 0bcbd3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/azure-iot-ux-fluent-controls",
3-
"version": "8.0.7",
3+
"version": "8.0.8",
44
"description": "Azure IoT UX Fluent Controls",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -24,7 +24,7 @@
2424
"node": ">=12"
2525
},
2626
"dependencies": {
27-
"@microsoft/azure-iot-ux-fluent-css": "^8.0.6",
27+
"@microsoft/azure-iot-ux-fluent-css": "8.0.6",
2828
"classnames": "^2.2.5"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)