@fluentui/chart-web-components 0.0.12 → 0.0.14
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 +20 -2
- package/package.json +3 -3
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
|
|
3
|
+
This log was last generated on Thu, 10 Apr 2025 04:07:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.14)
|
|
8
|
+
|
|
9
|
+
Thu, 10 Apr 2025 04:07:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.13..@fluentui/chart-web-components_v0.0.14)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/web-components to v3.0.0-beta.90 ([PR #34221](https://github.com/microsoft/fluentui/pull/34221) by beachball)
|
|
15
|
+
|
|
16
|
+
## [0.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.13)
|
|
17
|
+
|
|
18
|
+
Wed, 09 Apr 2025 04:06:41 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.12..@fluentui/chart-web-components_v0.0.13)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/web-components to v3.0.0-beta.89 ([PR #34206](https://github.com/microsoft/fluentui/pull/34206) by beachball)
|
|
24
|
+
|
|
7
25
|
## [0.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.12)
|
|
8
26
|
|
|
9
|
-
Fri, 21 Mar 2025 04:07:
|
|
27
|
+
Fri, 21 Mar 2025 04:07:36 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.11..@fluentui/chart-web-components_v0.0.12)
|
|
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.
|
|
4
|
+
"version": "0.0.14",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft"
|
|
7
7
|
},
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"clean": "node ./scripts/clean dist",
|
|
78
78
|
"generate-api": "api-extractor run --local",
|
|
79
79
|
"build": "yarn compile && yarn rollup -c && yarn generate-api",
|
|
80
|
-
"lint": "eslint . --ext .ts",
|
|
80
|
+
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts",
|
|
81
81
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
82
82
|
"format": "prettier -w src/**/*.{ts,html} --ignore-path ../../.prettierignore",
|
|
83
83
|
"format:check": "yarn format -c",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@microsoft/fast-web-utilities": "^6.0.0",
|
|
101
101
|
"@fluentui/tokens": "^1.0.0-alpha.21",
|
|
102
|
-
"@fluentui/web-components": "^3.0.0-beta.
|
|
102
|
+
"@fluentui/web-components": "^3.0.0-beta.90",
|
|
103
103
|
"@types/d3-selection": "^3.0.0",
|
|
104
104
|
"@types/d3-shape": "^3.0.0",
|
|
105
105
|
"d3-selection": "^3.0.0",
|