@fluentui/chart-web-components 0.0.72 → 0.0.73

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui/chart-web-components
2
2
 
3
- This log was last generated on Wed, 22 Apr 2026 04:08:00 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 May 2026 04:08:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.73](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.73)
8
+
9
+ Fri, 01 May 2026 04:08:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.72..@fluentui/chart-web-components_v0.0.73)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/web-components to v3.0.0-rc.15 ([PR #36077](https://github.com/microsoft/fluentui/pull/36077) by beachball)
15
+
7
16
  ## [0.0.72](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.72)
8
17
 
9
- Wed, 22 Apr 2026 04:08:00 GMT
18
+ Wed, 29 Apr 2026 19:07:13 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.71..@fluentui/chart-web-components_v0.0.72)
11
20
 
12
21
  ### Patches
13
22
 
14
- - Bump @fluentui/web-components to v3.0.0-rc.14 ([PR #36018](https://github.com/microsoft/fluentui/pull/36018) by beachball)
23
+ - Bump @fluentui/web-components to v3.0.0-rc.14 ([commit](https://github.com/microsoft/fluentui/commit/1176b50b415faa35a2763cac41c572b063bcc524) by beachball)
15
24
 
16
25
  ## [0.0.71](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.71)
17
26
 
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.72",
4
+ "version": "0.0.73",
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.14",
73
+ "@fluentui/web-components": "^3.0.0-rc.15",
74
74
  "@types/d3-selection": "^3.0.0",
75
75
  "@types/d3-shape": "^3.0.0",
76
76
  "d3-selection": "^3.0.0",