Skip to content

Commit 2ffbdbe

Browse files
committed
chore(release): publish 1.23.13
1 parent 418fbe9 commit 2ffbdbe

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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
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.23.12",
3+
"version": "1.23.13",
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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
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.23.12",
3+
"version": "1.23.13",
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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
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.23.12",
3+
"version": "1.23.13",
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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
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.23.12",
4+
"version": "1.23.13",
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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
720

821
### Bug Fixes

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

packages/svelte/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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
720

821
### Bug Fixes

packages/svelte/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-svelte",
3-
"version": "1.23.12",
3+
"version": "1.23.13",
44
"description": "Carbon Charts component library for Svelte",
55
"scripts": {
66
"postinstall": "ibmtelemetry --config=telemetry.yml",

packages/vue/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.23.13 (2025-06-20)
7+
8+
### Bug Fixes
9+
10+
- add field name in aria label for pie and donut chart
11+
([#1993](https://github.com/carbon-design-system/carbon-charts/issues/1993))
12+
([418fbe9](https://github.com/carbon-design-system/carbon-charts/commit/418fbe9132b86864833a0e146d34acce2901ac56))
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.23.12 (2025-06-17)
720

821
### Bug Fixes

packages/vue/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-vue",
3-
"version": "1.23.12",
3+
"version": "1.23.13",
44
"description": "Carbon Charts component library for Vue",
55
"type": "module",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)