@fluentui/web-components 3.0.0-beta.32 → 3.0.0-beta.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 21 Jun 2024 04:06:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.33)
|
|
8
|
+
|
|
9
|
+
Fri, 21 Jun 2024 04:06:50 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.32..@fluentui/web-components_v3.0.0-beta.33)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- feat: make fast-element a peer dependencies of the web-components package ([PR #31772](https://github.com/microsoft/fluentui/pull/31772) by 13071055+chrisdholt@users.noreply.github.com)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.32)
|
|
8
17
|
|
|
9
|
-
Wed, 19 Jun 2024 04:07:
|
|
18
|
+
Wed, 19 Jun 2024 04:07:31 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.31..@fluentui/web-components_v3.0.0-beta.32)
|
|
11
20
|
|
|
12
21
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/web-components",
|
|
3
3
|
"description": "A library of Fluent Web Components",
|
|
4
|
-
"version": "3.0.0-beta.
|
|
4
|
+
"version": "3.0.0-beta.33",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft",
|
|
7
7
|
"url": "https://discord.gg/FcSNfg4"
|
|
@@ -216,19 +216,22 @@
|
|
|
216
216
|
"test:dev": "playwright test"
|
|
217
217
|
},
|
|
218
218
|
"devDependencies": {
|
|
219
|
+
"@microsoft/fast-element": "2.0.0-beta.26",
|
|
219
220
|
"@types/web": "^0.0.142",
|
|
220
221
|
"@storybook/html": "6.5.15",
|
|
221
222
|
"@tensile-perf/web-components": "~0.1.15",
|
|
222
223
|
"chromedriver": "^125.0.0"
|
|
223
224
|
},
|
|
224
225
|
"dependencies": {
|
|
225
|
-
"@microsoft/fast-element": "2.0.0-beta.26",
|
|
226
226
|
"@microsoft/fast-web-utilities": "^6.0.0",
|
|
227
227
|
"@floating-ui/dom": "^1.2.0",
|
|
228
228
|
"@fluentui/tokens": "1.0.0-alpha.16",
|
|
229
229
|
"tabbable": "^6.2.0",
|
|
230
230
|
"tslib": "^2.1.0"
|
|
231
231
|
},
|
|
232
|
+
"peerDependencies": {
|
|
233
|
+
"@microsoft/fast-element": "2.0.0-beta.26"
|
|
234
|
+
},
|
|
232
235
|
"beachball": {
|
|
233
236
|
"disallowedChangeTypes": [
|
|
234
237
|
"major",
|