@fluentui/chart-web-components 0.0.25 → 0.0.26

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 +11 -2
  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 Tue, 20 May 2025 04:06:38 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 May 2025 04:07:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.26)
8
+
9
+ Wed, 21 May 2025 04:07:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.25..@fluentui/chart-web-components_v0.0.26)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/web-components to v3.0.0-beta.102 ([PR #34486](https://github.com/microsoft/fluentui/pull/34486) by beachball)
15
+
7
16
  ## [0.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.25)
8
17
 
9
- Tue, 20 May 2025 04:06:38 GMT
18
+ Tue, 20 May 2025 04:06:48 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.24..@fluentui/chart-web-components_v0.0.25)
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.25",
4
+ "version": "0.0.26",
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.101",
102
+ "@fluentui/web-components": "^3.0.0-beta.102",
103
103
  "@types/d3-selection": "^3.0.0",
104
104
  "@types/d3-shape": "^3.0.0",
105
105
  "d3-selection": "^3.0.0",