@fluentui/chart-web-components 0.0.19 → 0.0.21

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 +20 -2
  2. package/package.json +2 -2
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 Thu, 24 Apr 2025 04:06:16 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 May 2025 04:08:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.21)
8
+
9
+ Wed, 07 May 2025 04:08:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.20..@fluentui/chart-web-components_v0.0.21)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/web-components to v3.0.0-beta.97 ([PR #34370](https://github.com/microsoft/fluentui/pull/34370) by beachball)
15
+
16
+ ## [0.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.20)
17
+
18
+ Wed, 30 Apr 2025 04:06:35 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.19..@fluentui/chart-web-components_v0.0.20)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/web-components to v3.0.0-beta.96 ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by beachball)
24
+
7
25
  ## [0.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.19)
8
26
 
9
- Thu, 24 Apr 2025 04:06:16 GMT
27
+ Thu, 24 Apr 2025 04:06:27 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.18..@fluentui/chart-web-components_v0.0.19)
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.19",
4
+ "version": "0.0.21",
5
5
  "author": {
6
6
  "name": "Microsoft"
7
7
  },
@@ -99,7 +99,7 @@
99
99
  "dependencies": {
100
100
  "@microsoft/fast-web-utilities": "^6.0.0",
101
101
  "@fluentui/tokens": "^1.0.0-alpha.21",
102
- "@fluentui/web-components": "^3.0.0-beta.95",
102
+ "@fluentui/web-components": "^3.0.0-beta.97",
103
103
  "@types/d3-selection": "^3.0.0",
104
104
  "@types/d3-shape": "^3.0.0",
105
105
  "d3-selection": "^3.0.0",