@carbon/charts-angular 1.13.23 → 1.13.25

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
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.13.25 (2024-01-29)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-angular
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## 1.13.24 (2024-01-26)
16
+
17
+ **Note:** Version bump only for package @carbon/charts-angular
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  ## 1.13.23 (2024-01-20)
7
25
 
8
26
  **Note:** Version bump only for package @carbon/charts-angular
package/README.md CHANGED
@@ -40,3 +40,12 @@ For instructions on using the **tabular data format**, see
40
40
 
41
41
  Customizable options (specific to chart type) can be found
42
42
  [here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)
43
+
44
+ ## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
45
+
46
+ This package uses IBM Telemetry to collect metrics data. By installing this
47
+ package as a dependency you are agreeing to telemetry collection. To opt out,
48
+ see
49
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
50
+ For more information on the data being collected, please see the
51
+ [IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.13.23",
3
+ "version": "1.13.25",
4
4
  "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./styles.min.css",
@@ -22,8 +22,8 @@
22
22
  "@angular/core": "^16.0.0 || ^17.0.0"
23
23
  },
24
24
  "dependencies": {
25
- "@carbon/charts": "1.13.23",
26
- "@carbon/telemetry": "~0.1.0",
25
+ "@carbon/charts": "1.13.25",
26
+ "@ibm/telemetry-js": "1.2.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "publishConfig": {