Skip to content

Commit

Permalink
chore(release): publish 1.22.21
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Mar 5, 2025
1 parent 290e6eb commit 6c6226d
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.22.20",
"version": "1.22.21",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
13 changes: 13 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts-angular
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-angular",
"version": "1.22.20",
"version": "1.22.21",
"description": "Carbon Charts component library for Angular",
"exports": {
"./styles.min.css": "./styles.min.css",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts",
"version": "1.22.20",
"version": "1.22.21",
"description": "Carbon Charts component library",
"type": "module",
"module": "./dist/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts-docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/charts-docs",
"private": true,
"version": "1.22.20",
"version": "1.22.21",
"description": "Carbon Charts Documentation",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/src/searchIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ export default [
text: 'Carbon Charts exposes the entire API allowing you to heavily customize the look and feel and behaviors. When a chart is instantiated, the chart object contains key properties. Services are globalized functions. General tasks such as event dispatching, transition handling, DOM-related activities etc. are handled by services. For example, event listeners can be added through the events service To listen for event just use a reference to the chart to add an event listener for one of the dispatched events above. This is an example for adding an event listener for a mouseover event on bar chart rects. Event dispatching for chart elements allows applications to trigger custom UI actions and states when users interact with the charts. More information on events can be found here.',
charts: []
},
{
path: 'event-listeners',
title: 'Event Listeners',
text: 'Services are globalized functions. General tasks such as event dispatching, transition handling, DOM-related activities etc. are handled by services. For example, event listeners can be added through the events service To listen for event just use a reference to the chart to add an event listener for one of the dispatched events above. This is an example for adding an event listener for a mouseover event on bar chart rects. Event dispatching for chart elements allows applications to trigger custom UI actions and states when users interact with the charts. More information on events can be found here.',
charts: []
},
{
path: 'themes',
title: 'Themes',
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts-react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-react",
"version": "1.22.20",
"version": "1.22.21",
"description": "Carbon Charts component library for React",
"type": "module",
"module": "./dist/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts-svelte
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-svelte",
"version": "1.22.20",
"version": "1.22.21",
"description": "Carbon Charts component library for Svelte",
"scripts": {
"postinstall": "ibmtelemetry --config=telemetry.yml",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.21 (2025-03-05)

### Bug Fixes

- **Choropleth:** issues with custom color usage
([#1965](https://github.com/carbon-design-system/carbon-charts/issues/1965))
([290e6eb](https://github.com/carbon-design-system/carbon-charts/commit/290e6eb84951dd7d658334c9bcf7c75560405b72))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.22.20 (2025-03-05)

**Note:** Version bump only for package @carbon/charts-vue
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-vue",
"version": "1.22.20",
"version": "1.22.21",
"description": "Carbon Charts component library for Vue",
"type": "module",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 6c6226d

Please sign in to comment.