@fluentui/chart-web-components 0.0.1 → 0.0.3

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,30 @@
1
1
  # Change Log - @fluentui/chart-web-components
2
2
 
3
- This log was last generated on Tue, 04 Feb 2025 04:07:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Feb 2025 04:07:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.3)
8
+
9
+ Wed, 12 Feb 2025 04:07:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.2..@fluentui/chart-web-components_v0.0.3)
11
+
12
+ ### Patches
13
+
14
+ - BREAKING: rename api report file name according to api-extractor change ([PR #33692](https://github.com/microsoft/fluentui/pull/33692) by vgenaev@gmail.com)
15
+
16
+ ## [0.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.2)
17
+
18
+ Fri, 07 Feb 2025 04:07:36 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.1..@fluentui/chart-web-components_v0.0.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/web-components to v3.0.0-beta.79 ([PR #33795](https://github.com/microsoft/fluentui/pull/33795) by beachball)
24
+
7
25
  ## [0.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.1)
8
26
 
9
- Tue, 04 Feb 2025 04:07:07 GMT
27
+ Tue, 04 Feb 2025 04:07:18 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.0..@fluentui/chart-web-components_v0.0.1)
11
29
 
12
30
  ### Patches
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.49.1"
9
+ }
10
+ ]
11
+ }
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.1",
4
+ "version": "0.0.3",
5
5
  "author": {
6
6
  "name": "Microsoft"
7
7
  },
@@ -90,6 +90,7 @@
90
90
  },
91
91
  "devDependencies": {
92
92
  "@microsoft/fast-element": "2.0.0",
93
+ "@fluentui/scripts-api-extractor": "*",
93
94
  "@tensile-perf/web-components": "~0.2.0",
94
95
  "@storybook/html": "7.6.20",
95
96
  "@storybook/html-webpack5": "7.6.20",
@@ -98,7 +99,7 @@
98
99
  "dependencies": {
99
100
  "@microsoft/fast-web-utilities": "^6.0.0",
100
101
  "@fluentui/tokens": "^1.0.0-alpha.21",
101
- "@fluentui/web-components": "^3.0.0-beta.78",
102
+ "@fluentui/web-components": "^3.0.0-beta.79",
102
103
  "@types/d3-selection": "^3.0.0",
103
104
  "@types/d3-shape": "^3.0.0",
104
105
  "d3-selection": "^3.0.0",