@fluentui/chart-web-components 0.0.61 → 0.0.63
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 +20 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui/chart-web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 04 Feb 2026 04:08:24 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.0.63](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.63)
|
|
8
|
+
|
|
9
|
+
Wed, 04 Feb 2026 04:08:24 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.62..@fluentui/chart-web-components_v0.0.63)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/web-components to v3.0.0-rc.5 ([PR #35716](https://github.com/microsoft/fluentui/pull/35716) by beachball)
|
|
15
|
+
|
|
16
|
+
## [0.0.62](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.62)
|
|
17
|
+
|
|
18
|
+
Fri, 23 Jan 2026 04:07:04 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.61..@fluentui/chart-web-components_v0.0.62)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/web-components to v3.0.0-rc.4 ([commit](https://github.com/microsoft/fluentui/commit/bf059b99bfb3e732a93702d9649f42cf0a8b0d94) by beachball)
|
|
24
|
+
|
|
7
25
|
## [0.0.61](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.61)
|
|
8
26
|
|
|
9
|
-
Wed, 14 Jan 2026 04:07:
|
|
27
|
+
Wed, 14 Jan 2026 04:07:26 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.60..@fluentui/chart-web-components_v0.0.61)
|
|
11
29
|
|
|
12
30
|
### 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.63",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft"
|
|
7
7
|
},
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@microsoft/fast-web-utilities": "^6.0.0",
|
|
72
|
-
"@fluentui/tokens": "^1.0.0-alpha.
|
|
73
|
-
"@fluentui/web-components": "^3.0.0-rc.
|
|
72
|
+
"@fluentui/tokens": "^1.0.0-alpha.23",
|
|
73
|
+
"@fluentui/web-components": "^3.0.0-rc.5",
|
|
74
74
|
"@types/d3-selection": "^3.0.0",
|
|
75
75
|
"@types/d3-shape": "^3.0.0",
|
|
76
76
|
"d3-selection": "^3.0.0",
|