Skip to content

Commit a503302

Browse files
committed
chore(release): publish 1.27.0
1 parent a80744f commit a503302

File tree

15 files changed

+100
-8
lines changed

15 files changed

+100
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.27.0 (2025-09-22)
7+
8+
### Features
9+
10+
- **Tooltip:** add customTotalCalculation function
11+
([#2043](https://github.com/carbon-design-system/carbon-charts/issues/2043))
12+
([a80744f](https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a))
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+
619
## 1.26.1 (2025-09-22)
720

821
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.26.1",
3+
"version": "1.27.0",
44
"npmClient": "yarn",
55
"command": {
66
"publish": {

packages/angular/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.27.0 (2025-09-22)
7+
8+
### Features
9+
10+
- **Tooltip:** add customTotalCalculation function
11+
([#2043](https://github.com/carbon-design-system/carbon-charts/issues/2043))
12+
([a80744f](https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a))
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+
619
## 1.26.1 (2025-09-22)
720

821
### Bug Fixes

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/charts-angular",
3-
"version": "1.26.1",
3+
"version": "1.27.0",
44
"description": "Carbon Charts component library for Angular",
55
"exports": {
66
"./styles.min.css": "./styles.min.css",

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.27.0 (2025-09-22)
7+
8+
### Features
9+
10+
- **Tooltip:** add customTotalCalculation function
11+
([#2043](https://github.com/carbon-design-system/carbon-charts/issues/2043))
12+
([a80744f](https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a))
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+
619
## 1.26.1 (2025-09-22)
720

821
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carbon/charts",
3-
"version": "1.26.1",
3+
"version": "1.27.0",
44
"description": "Carbon Charts component library",
55
"type": "module",
66
"module": "./dist/index.mjs",

packages/docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.27.0 (2025-09-22)
7+
8+
### Features
9+
10+
- **Tooltip:** add customTotalCalculation function
11+
([#2043](https://github.com/carbon-design-system/carbon-charts/issues/2043))
12+
([a80744f](https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a))
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+
619
## 1.26.1 (2025-09-22)
720

821
### Bug Fixes

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/charts-docs",
33
"private": true,
4-
"version": "1.26.1",
4+
"version": "1.27.0",
55
"description": "Carbon Charts Documentation",
66
"type": "module",
77
"files": [

packages/docs/src/searchIndex.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ export default [
341341
'Time Series',
342342
'Time Series (Percentage)',
343343
'Time Series (Uneven Data)',
344-
'Vertical stacked area (time series) w/toolbar override'
344+
'Vertical stacked area (time series) w/toolbar override',
345+
'Area chart with Delta Tooltip'
345346
]
346347
},
347348
{

packages/react/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.27.0 (2025-09-22)
7+
8+
### Features
9+
10+
- **Tooltip:** add customTotalCalculation function
11+
([#2043](https://github.com/carbon-design-system/carbon-charts/issues/2043))
12+
([a80744f](https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a))
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+
619
## 1.26.1 (2025-09-22)
720

821
### Bug Fixes

0 commit comments

Comments
 (0)