Skip to content

Commit

Permalink
chore: make utils a package export
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmansour committed Jun 28, 2024
1 parent 1d0e64b commit 8affba2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Make utils a package export since it replaces fluentui/foundation",
"packageName": "@fluentui/web-components",
"email": "mmansour@microsoft.com",
"dependentChangeType": "patch"
}
4 changes: 4 additions & 0 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
"types": "./dist/dts/theme/index.d.ts",
"default": "./dist/esm/theme/index.js"
},
"./utils.js": {
"types": "./dist/dts/utils/index.d.ts",
"default": "./dist/esm/utils/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": [
Expand Down

0 comments on commit 8affba2

Please sign in to comment.