@fluentui/chart-web-components 0.0.62 → 0.0.64

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 +4 -4
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 Fri, 23 Jan 2026 04:06:54 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Feb 2026 04:08:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.64](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.64)
8
+
9
+ Mon, 23 Feb 2026 04:08:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.63..@fluentui/chart-web-components_v0.0.64)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/web-components to v3.0.0-rc.6 ([PR #35745](https://github.com/microsoft/fluentui/pull/35745) by beachball)
15
+
16
+ ## [0.0.63](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.63)
17
+
18
+ Wed, 04 Feb 2026 04:08:37 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.62..@fluentui/chart-web-components_v0.0.63)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/web-components to v3.0.0-rc.5 ([PR #35716](https://github.com/microsoft/fluentui/pull/35716) by beachball)
24
+
7
25
  ## [0.0.62](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.62)
8
26
 
9
- Fri, 23 Jan 2026 04:06:54 GMT
27
+ Fri, 23 Jan 2026 04:07:04 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.61..@fluentui/chart-web-components_v0.0.62)
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.62",
4
+ "version": "0.0.64",
5
5
  "author": {
6
6
  "name": "Microsoft"
7
7
  },
@@ -63,14 +63,14 @@
63
63
  "devDependencies": {
64
64
  "@microsoft/fast-element": "2.0.0",
65
65
  "@tensile-perf/web-components": "~0.2.2",
66
- "@storybook/html": "9.1.16",
67
- "@storybook/html-vite": "9.1.16",
66
+ "@storybook/html": "9.1.17",
67
+ "@storybook/html-vite": "9.1.17",
68
68
  "chromedriver": "^125.0.0"
69
69
  },
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.4",
73
+ "@fluentui/web-components": "^3.0.0-rc.6",
74
74
  "@types/d3-selection": "^3.0.0",
75
75
  "@types/d3-shape": "^3.0.0",
76
76
  "d3-selection": "^3.0.0",