Skip to content

Commit febb636

Browse files
committed
chore(release): publish 1.26.1
1 parent a71fba6 commit febb636

File tree

14 files changed

+98
-7
lines changed

14 files changed

+98
-7
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.26.1 (2025-09-22)
7+
8+
### Bug Fixes
9+
10+
- **scatter,scatterStacked:** use withiChartClip only with zoombar
11+
([#2042](https://github.com/carbon-design-system/carbon-charts/issues/2042))
12+
([a71fba6](https://github.com/carbon-design-system/carbon-charts/commit/a71fba6f4df65fea07e8ddfd5d616f0c39868f75))
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.0 (2025-09-22)
720

821
### Features

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.0",
3+
"version": "1.26.1",
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.26.1 (2025-09-22)
7+
8+
### Bug Fixes
9+
10+
- **scatter,scatterStacked:** use withiChartClip only with zoombar
11+
([#2042](https://github.com/carbon-design-system/carbon-charts/issues/2042))
12+
([a71fba6](https://github.com/carbon-design-system/carbon-charts/commit/a71fba6f4df65fea07e8ddfd5d616f0c39868f75))
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.0 (2025-09-22)
720

821
### Features

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.0",
3+
"version": "1.26.1",
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.26.1 (2025-09-22)
7+
8+
### Bug Fixes
9+
10+
- **scatter,scatterStacked:** use withiChartClip only with zoombar
11+
([#2042](https://github.com/carbon-design-system/carbon-charts/issues/2042))
12+
([a71fba6](https://github.com/carbon-design-system/carbon-charts/commit/a71fba6f4df65fea07e8ddfd5d616f0c39868f75))
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.0 (2025-09-22)
720

821
### Features

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.0",
3+
"version": "1.26.1",
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.26.1 (2025-09-22)
7+
8+
### Bug Fixes
9+
10+
- **scatter,scatterStacked:** use withiChartClip only with zoombar
11+
([#2042](https://github.com/carbon-design-system/carbon-charts/issues/2042))
12+
([a71fba6](https://github.com/carbon-design-system/carbon-charts/commit/a71fba6f4df65fea07e8ddfd5d616f0c39868f75))
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.0 (2025-09-22)
720

821
### Features

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.0",
4+
"version": "1.26.1",
55
"description": "Carbon Charts Documentation",
66
"type": "module",
77
"files": [

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.26.1 (2025-09-22)
7+
8+
### Bug Fixes
9+
10+
- **scatter,scatterStacked:** use withiChartClip only with zoombar
11+
([#2042](https://github.com/carbon-design-system/carbon-charts/issues/2042))
12+
([a71fba6](https://github.com/carbon-design-system/carbon-charts/commit/a71fba6f4df65fea07e8ddfd5d616f0c39868f75))
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.0 (2025-09-22)
720

821
### Features

packages/react/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-react",
3-
"version": "1.26.0",
3+
"version": "1.26.1",
44
"description": "Carbon Charts component library for React",
55
"type": "module",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)