Skip to content

Commit

Permalink
chore(release): publish 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jun 26, 2024
1 parent 9df518a commit 1a98241
Show file tree
Hide file tree
Showing 14 changed files with 97 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.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))

# Change Log

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

## 1.16.11 (2024-06-18)

### Bug Fixes
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.16.11",
"version": "1.17.0",
"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.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))

# Change Log

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

## 1.16.11 (2024-06-18)

### Bug Fixes
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.16.11",
"version": "1.17.0",
"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.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))

# Change Log

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

## 1.16.11 (2024-06-18)

### Bug Fixes
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.16.11",
"version": "1.17.0",
"description": "Carbon Charts component library",
"type": "module",
"module": "./dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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

# 1.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))
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.13.33",
"version": "1.17.0",
"description": "Carbon Charts Documentation",
"type": "module",
"files": [
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.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))

# Change Log

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

## 1.16.11 (2024-06-18)

### Bug Fixes
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.16.11",
"version": "1.17.0",
"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.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))

# Change Log

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

## 1.16.11 (2024-06-18)

### Bug Fixes
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.16.11",
"version": "1.17.0",
"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.17.0 (2024-06-26)

### Features

- **docs:** Creation of new documentation website (PLEASE SQUASH COMMITS)
([#1798](https://github.com/carbon-design-system/carbon-charts/issues/1798))
([9df518a](https://github.com/carbon-design-system/carbon-charts/commit/9df518a43fd55f69f7d135bd5a28f083277fd287))

# Change Log

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

## 1.16.11 (2024-06-18)

### Bug Fixes
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.16.11",
"version": "1.17.0",
"description": "Carbon Charts component library for Vue",
"type": "module",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 1a98241

Please sign in to comment.