@carbon/charts-angular 1.11.17 → 1.11.19

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.11.19 (2023-08-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.11.18 (2023-08-09)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 1.11.17 (2023-08-06)
7
29
 
8
30
  **Note:** Version bump only for package @carbon/charts-angular
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.11.17",
3
+ "version": "1.11.19",
4
4
  "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./dist/styles.min.css",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^16.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@carbon/charts": "1.11.17",
24
+ "@carbon/charts": "1.11.19",
25
25
  "@carbon/telemetry": "~0.1.0",
26
26
  "tslib": "^2.6.1"
27
27
  },