@fluentui/chart-web-components 0.0.0-alpha.3 → 0.0.1-0
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 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui/chart-web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 20 Jan 2025 04:13:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0
|
|
7
|
+
## [0.0.1-0](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.1-0)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.0
|
|
9
|
+
Mon, 20 Jan 2025 04:13:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.0..@fluentui/chart-web-components_v0.0.1-0)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
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-
|
|
15
|
+
- Bump @fluentui/tokens to v0.0.0-nightly-20250120-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/a62055796cadd29a7713bf95763cb097626ce4f0) by beachball)
|
|
16
|
+
|
|
17
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.0)
|
|
18
|
+
|
|
19
|
+
Fri, 17 Jan 2025 04:07:40 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.0-alpha.2..@fluentui/chart-web-components_v0.0.0)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump @fluentui/web-components to v3.0.0-beta.77 ([PR #33679](https://github.com/microsoft/fluentui/pull/33679) by beachball)
|
|
16
25
|
|
|
17
26
|
## [0.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.0-alpha.2)
|
|
18
27
|
|
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
|
|
4
|
+
"version": "0.0.1-0",
|
|
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": "0.0.0-nightly-
|
|
101
|
-
"@fluentui/web-components": "^3.0.0-beta.
|
|
100
|
+
"@fluentui/tokens": "0.0.0-nightly-20250120-0408.1",
|
|
101
|
+
"@fluentui/web-components": "^3.0.0-beta.77",
|
|
102
102
|
"@types/d3-selection": "^3.0.0",
|
|
103
103
|
"@types/d3-shape": "^3.0.0",
|
|
104
104
|
"d3-selection": "^3.0.0",
|