@fluentui/chart-web-components 0.0.0-alpha.2 → 0.0.0-alpha.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 +14 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
# Change Log - @fluentui/chart-web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 16 Jan 2025 04:11:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.0-alpha.3)
|
|
8
|
+
|
|
9
|
+
Thu, 16 Jan 2025 04:11:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.0-alpha.2..@fluentui/chart-web-components_v0.0.0-alpha.3)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
+
- Bump @fluentui/tokens to v0.0.0-nightly-20250116-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/d452864434800261d6bc8dcd83c6963b9c012371) by beachball)
|
|
16
|
+
|
|
7
17
|
## [0.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.0-alpha.2)
|
|
8
18
|
|
|
9
|
-
Tue, 14 Jan 2025
|
|
19
|
+
Tue, 14 Jan 2025 14:42:14 GMT
|
|
10
20
|
|
|
11
21
|
### Changes
|
|
12
22
|
|
|
13
23
|
- Create chart web components. Includes donut chart and horizontal bar chart ([PR #33084](https://github.com/microsoft/fluentui/pull/33084) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
14
|
-
- Bump @fluentui/tokens to v1.0.0-alpha.21 ([PR #
|
|
15
|
-
- Bump @fluentui/web-components to v3.0.0-beta.76 ([PR #
|
|
24
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.21 ([PR #33642](https://github.com/microsoft/fluentui/pull/33642) by beachball)
|
|
25
|
+
- Bump @fluentui/web-components to v3.0.0-beta.76 ([PR #33642](https://github.com/microsoft/fluentui/pull/33642) by beachball)
|
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.0-alpha.
|
|
4
|
+
"version": "0.0.0-alpha.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft"
|
|
7
7
|
},
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@microsoft/fast-web-utilities": "^6.0.0",
|
|
100
|
-
"@fluentui/tokens": "
|
|
101
|
-
"@fluentui/web-components": "^3.0.0-beta",
|
|
100
|
+
"@fluentui/tokens": "0.0.0-nightly-20250116-0406.1",
|
|
101
|
+
"@fluentui/web-components": "^3.0.0-beta.76",
|
|
102
102
|
"@types/d3-selection": "^3.0.0",
|
|
103
103
|
"@types/d3-shape": "^3.0.0",
|
|
104
104
|
"d3-selection": "^3.0.0",
|