@fluentui/chart-web-components 0.0.56 → 0.0.57

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 CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/chart-web-components
2
2
 
3
- This log was last generated on Mon, 03 Nov 2025 04:07:20 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 07 Nov 2025 04:11:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.57](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.57)
8
+
9
+ Fri, 07 Nov 2025 04:11:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.56..@fluentui/chart-web-components_v0.0.57)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/web-components to v3.0.0-beta.132 ([PR #35467](https://github.com/microsoft/fluentui/pull/35467) by beachball)
15
+
7
16
  ## [0.0.56](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.56)
8
17
 
9
- Mon, 03 Nov 2025 04:07:20 GMT
18
+ Mon, 03 Nov 2025 04:07:38 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.55..@fluentui/chart-web-components_v0.0.56)
11
20
 
12
21
  ### Patches
@@ -2955,7 +2955,7 @@ function compileNode(context, parentId, node, nodeIndex) {
2955
2955
  // comment
2956
2956
  const parts = Parser.parse(node.data, context.directives);
2957
2957
  if (parts !== null) {
2958
- context.addFactory( /* eslint-disable-next-line @typescript-eslint/no-use-before-define */
2958
+ context.addFactory(/* eslint-disable-next-line @typescript-eslint/no-use-before-define */
2959
2959
  Compiler.aggregate(parts), parentId, nodeId, nodeIndex, null);
2960
2960
  }
2961
2961
  break;
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.56",
4
+ "version": "0.0.57",
5
5
  "author": {
6
6
  "name": "Microsoft"
7
7
  },
@@ -64,14 +64,14 @@
64
64
  "@microsoft/fast-element": "2.0.0",
65
65
  "@fluentui/scripts-api-extractor": "*",
66
66
  "@tensile-perf/web-components": "~0.2.2",
67
- "@storybook/html": "7.6.20",
68
- "@storybook/html-webpack5": "7.6.20",
67
+ "@storybook/html": "8.6.14",
68
+ "@storybook/html-webpack5": "8.6.14",
69
69
  "chromedriver": "^125.0.0"
70
70
  },
71
71
  "dependencies": {
72
72
  "@microsoft/fast-web-utilities": "^6.0.0",
73
73
  "@fluentui/tokens": "^1.0.0-alpha.22",
74
- "@fluentui/web-components": "^3.0.0-beta.131",
74
+ "@fluentui/web-components": "^3.0.0-beta.132",
75
75
  "@types/d3-selection": "^3.0.0",
76
76
  "@types/d3-shape": "^3.0.0",
77
77
  "d3-selection": "^3.0.0",