@carbon/charts-angular 1.19.0 → 1.19.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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.19.2 (2024-07-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **docs:** media breakpoints for PageHeaderTitle
11
+ ([#1869](https://github.com/carbon-design-system/carbon-charts/issues/1869))
12
+ ([6cdb564](https://github.com/carbon-design-system/carbon-charts/commit/6cdb564f4cdd605cc69f728d86921977b584ebd7))
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ ## 1.19.1 (2024-07-15)
20
+
21
+ ### Bug Fixes
22
+
23
+ - **toolbar:** remove aria-label as it's not readable
24
+ ([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870))
25
+ ([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e))
26
+
27
+ # Change Log
28
+
29
+ All notable changes to this project will be documented in this file. See
30
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
31
+
6
32
  # 1.19.0 (2024-07-12)
7
33
 
8
34
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.19.0",
3
+ "version": "1.19.2",
4
4
  "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./styles.min.css",
@@ -22,7 +22,7 @@
22
22
  "@angular/core": "^18.0.0"
23
23
  },
24
24
  "dependencies": {
25
- "@carbon/charts": "1.19.0",
25
+ "@carbon/charts": "1.19.2",
26
26
  "@ibm/telemetry-js": "^1.6.0",
27
27
  "tslib": "^2.6.3"
28
28
  },