@fluentui/chart-web-components 0.0.75 → 0.0.76
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/chart-web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 11 May 2026 04:08:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.0.76](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.76)
|
|
8
|
+
|
|
9
|
+
Mon, 11 May 2026 04:08:54 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.75..@fluentui/chart-web-components_v0.0.76)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/web-components to v3.0.0-rc.18 ([PR #36113](https://github.com/microsoft/fluentui/pull/36113) by beachball)
|
|
15
|
+
|
|
7
16
|
## [0.0.75](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.75)
|
|
8
17
|
|
|
9
|
-
Wed, 06 May 2026 19:08:
|
|
18
|
+
Wed, 06 May 2026 19:08:43 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.74..@fluentui/chart-web-components_v0.0.75)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/chart-web-components",
|
|
3
3
|
"description": "A library of Fluent Chart Web Components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.76",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft"
|
|
7
7
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@microsoft/fast-web-utilities": "^6.0.0",
|
|
72
72
|
"@fluentui/tokens": "^1.0.0-alpha.23",
|
|
73
|
-
"@fluentui/web-components": "^3.0.0-rc.
|
|
73
|
+
"@fluentui/web-components": "^3.0.0-rc.18",
|
|
74
74
|
"@types/d3-selection": "^3.0.0",
|
|
75
75
|
"@types/d3-shape": "^3.0.0",
|
|
76
76
|
"d3-selection": "^3.0.0",
|