@carbon/charts-angular 1.27.3 → 1.27.8

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 +45 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,51 @@
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.27.8 (2026-04-21)
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.27.7 (2026-04-20)
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
+
24
+ ## 1.27.6 (2026-04-20)
25
+
26
+ **Note:** Version bump only for package @carbon/charts-angular
27
+
28
+ # Change Log
29
+
30
+ All notable changes to this project will be documented in this file. See
31
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
32
+
33
+ ## 1.27.5 (2026-04-20)
34
+
35
+ **Note:** Version bump only for package @carbon/charts-angular
36
+
37
+ # Change Log
38
+
39
+ All notable changes to this project will be documented in this file. See
40
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
41
+
42
+ ## 1.27.4 (2026-04-20)
43
+
44
+ **Note:** Version bump only for package @carbon/charts-angular
45
+
46
+ # Change Log
47
+
48
+ All notable changes to this project will be documented in this file. See
49
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
50
+
6
51
  ## 1.27.3 (2026-03-11)
7
52
 
8
53
  **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.27.3",
3
+ "version": "1.27.8",
4
4
  "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./styles.min.css",
@@ -20,14 +20,15 @@
20
20
  "@angular/core": "^20.0.0"
21
21
  },
22
22
  "dependencies": {
23
- "@carbon/charts": "1.27.3",
23
+ "@carbon/charts": "1.27.8",
24
24
  "@ibm/telemetry-js": "^1.9.1",
25
25
  "tslib": "^2.8.1"
26
26
  },
27
27
  "publishConfig": {
28
28
  "tag": "next",
29
29
  "directory": "dist",
30
- "access": "public"
30
+ "access": "public",
31
+ "provenance": true
31
32
  },
32
33
  "homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
33
34
  "repository": {