@carbon/charts-angular 1.17.2 → 1.17.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
@@ -3,6 +3,15 @@
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.17.3 (2024-07-03)
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
+
6
15
  ## 1.17.2 (2024-06-27)
7
16
 
8
17
  ### Bug Fixes
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # Carbon Charts Angular
2
2
 
3
3
  Carbon Charts Angular is a thin Angular wrapper around the vanilla JavaScript `@carbon/charts`
4
- component library. This prerelease is for Angular 16 and higher.
4
+ component library. This prerelease is for Angular 18 and higher.
5
5
 
6
6
  If you need support for older versions of Angular (or encounter problems with this module), please
7
- revert to `@carbon/charts-angular@latest`. Distribution tags have been added for specific Angular
8
- versions such as: `@carbon/charts-angular@angular15`, `@carbon/charts-angular@angular16`, etc.
7
+ revert to `@carbon/charts-angular@latest`. Distribution tags have been added for previous Angular
8
+ versions such as: `@carbon/charts-angular@angular12`, `@carbon/charts-angular@angular16`,
9
+ `@carbon/charts-angular@angular17`, etc.
9
10
 
10
11
  ## [Documentation with StackBlitz examples](https://charts.carbondesignsystem.com/)
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
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": "^18.0.0"
23
23
  },
24
24
  "dependencies": {
25
- "@carbon/charts": "1.17.2",
26
- "@ibm/telemetry-js": "^1.5.2",
25
+ "@carbon/charts": "1.17.3",
26
+ "@ibm/telemetry-js": "^1.6.0",
27
27
  "tslib": "^2.6.3"
28
28
  },
29
29
  "publishConfig": {