Skip to content

Commit

Permalink
fix(type):updated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RiyaJethwa committed Jan 22, 2024
2 parents d7ef3df + b8813a6 commit 0ca33ac
Show file tree
Hide file tree
Showing 16 changed files with 1,090 additions and 803 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.13.23 (2024-01-20)

**Note:** Version bump only for package @carbon/charts-monorepo

# Change Log

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

## 1.13.22 (2024-01-15)

### Bug Fixes

- **types:** export TabularRepCustomizationOptions
([#1726](https://github.com/carbon-design-system/carbon-charts/issues/1726))
([60deab7](https://github.com/carbon-design-system/carbon-charts/commit/60deab7a9ed0533bf6539c8402f6b106651c23ae))

# Change Log

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

## 1.13.21 (2024-01-12)

### 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.13.21",
"version": "1.13.23",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,44 +29,44 @@
"prettier": "./prettier.config.mjs",
"devDependencies": {
"@nrwl/devkit": "^17.2.8",
"@storybook/addon-essentials": "~7.6.7",
"@storybook/addon-interactions": "~7.6.7",
"@storybook/addon-links": "~7.6.7",
"@storybook/blocks": "~7.6.7",
"@storybook/html-vite": "~7.6.7",
"@storybook/react-vite": "~7.6.7",
"@storybook/svelte": "~7.6.7",
"@storybook/sveltekit": "~7.6.7",
"@storybook/test": "^7.6.7",
"@storybook/theming": "~7.6.7",
"@storybook/vue3": "~7.6.7",
"@storybook/vue3-vite": "~7.6.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@storybook/addon-essentials": "~7.6.10",
"@storybook/addon-interactions": "~7.6.10",
"@storybook/addon-links": "~7.6.10",
"@storybook/blocks": "~7.6.10",
"@storybook/html-vite": "~7.6.10",
"@storybook/react-vite": "~7.6.10",
"@storybook/svelte": "~7.6.10",
"@storybook/sveltekit": "~7.6.10",
"@storybook/test": "^7.6.10",
"@storybook/theming": "~7.6.10",
"@storybook/vue3": "~7.6.10",
"@storybook/vue3-vite": "~7.6.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"lerna": "8.0.1",
"lerna": "8.0.2",
"pinst": "^3.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"prettier-config-carbon": "^0.11.0",
"prettier-eslint": "^16.2.0",
"prettier-plugin-svelte": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "~7.6.7",
"vite": "^5.0.10",
"vue": "^3.4.3"
"storybook": "~7.6.10",
"vite": "^5.0.12",
"vue": "^3.4.15"
},
"husky": {
"hooks": {
Expand Down
22 changes: 22 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.13.23 (2024-01-20)

**Note:** Version bump only for package @carbon/charts-angular

# Change Log

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

## 1.13.22 (2024-01-15)

### Bug Fixes

- **types:** export TabularRepCustomizationOptions
([#1726](https://github.com/carbon-design-system/carbon-charts/issues/1726))
([60deab7](https://github.com/carbon-design-system/carbon-charts/commit/60deab7a9ed0533bf6539c8402f6b106651c23ae))

# Change Log

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

## 1.13.21 (2024-01-12)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-angular",
"version": "1.13.21",
"version": "1.13.23",
"description": "Carbon Charts component library for Angular",
"exports": {
"./styles.min.css": "./styles.min.css",
Expand Down Expand Up @@ -55,9 +55,9 @@
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@carbon/icon-helpers": "^10.45.1",
"@carbon/icons": "^11.33.0",
"@carbon/icons": "^11.34.0",
"@stackblitz/sdk": "^1.9.0",
"@storybook/angular": "^7.6.7",
"@storybook/angular": "^7.6.10",
"@types/carbon__icon-helpers": "^10.7.4",
"concurrently": "^8.2.2",
"d3": "^7.8.5",
Expand All @@ -66,10 +66,10 @@
"downlevel-dts": "^0.11.0",
"ng-packagr": "^16.2.3",
"rxjs": "~7.8.1",
"storybook": "~7.6.7",
"style-loader": "^3.3.3",
"storybook": "~7.6.10",
"style-loader": "^3.3.4",
"typescript": "~5.1.6",
"zone.js": "~0.14.2"
"zone.js": "~0.14.3"
},
"publishConfig": {
"tag": "next",
Expand Down
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.13.23 (2024-01-20)

**Note:** Version bump only for package @carbon/charts

# Change Log

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

## 1.13.22 (2024-01-15)

### Bug Fixes

- **types:** export TabularRepCustomizationOptions
([#1726](https://github.com/carbon-design-system/carbon-charts/issues/1726))
([60deab7](https://github.com/carbon-design-system/carbon-charts/commit/60deab7a9ed0533bf6539c8402f6b106651c23ae))

# Change Log

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

## 1.13.21 (2024-01-12)

### Bug Fixes
Expand Down
26 changes: 13 additions & 13 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts",
"version": "1.13.21",
"version": "1.13.23",
"description": "Carbon Charts component library",
"type": "module",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -82,12 +82,12 @@
"@carbon/colors": "^11.20.1",
"@carbon/telemetry": "~0.1.0",
"@carbon/utils-position": "^1.1.4",
"carbon-components": "^10.58.12",
"carbon-components": "^10.58.13",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"date-fns": "^3.0.6",
"dompurify": "^3.0.6",
"date-fns": "^3.3.0",
"dompurify": "^3.0.8",
"html-to-image": "^1.11.11",
"lodash-es": "^4.17.21",
"topojson-client": "^3.1.0",
Expand All @@ -109,8 +109,8 @@
"devDependencies": {
"@carbon/import-once": "^10.7.0",
"@carbon/layout": "^11.20.1",
"@carbon/styles": "1.46.0",
"@carbon/themes": "^11.28.0",
"@carbon/styles": "1.48.0",
"@carbon/themes": "^11.29.0",
"@rollup/plugin-replace": "^5.0.5",
"@stackblitz/sdk": "^1.9.0",
"@types/d3": "^7.4.3",
Expand All @@ -121,15 +121,15 @@
"@types/topojson": "^3.2.6",
"concurrently": "^8.2.2",
"downlevel-dts": "^0.11.0",
"jsdom": "^23.0.1",
"jsdom": "^23.2.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.69.7",
"storybook": "~7.6.7",
"typedoc": "^0.25.6",
"sass": "^1.70.0",
"storybook": "~7.6.10",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.1"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vitest": "^1.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export type {
WordCloudChartTooltipOptions,
ZoomBarOptions,
ZoomBarsOptions,
TabularRepCustomizationOptions,
// Formats
TickFormats,
TimeIntervalFormats,
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export type {
ToolbarControl,
ToolbarOptions,
ZoomBarOptions,
ZoomBarsOptions
ZoomBarsOptions,
TabularRepCustomizationOptions
} from './components'

export type { Coordinates, LayoutConfigs } from './layout'
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.13.23 (2024-01-20)

**Note:** Version bump only for package @carbon/charts-react

# Change Log

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

## 1.13.22 (2024-01-15)

### Bug Fixes

- **types:** export TabularRepCustomizationOptions
([#1726](https://github.com/carbon-design-system/carbon-charts/issues/1726))
([60deab7](https://github.com/carbon-design-system/carbon-charts/commit/60deab7a9ed0533bf6539c8402f6b106651c23ae))

# Change Log

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

## 1.13.21 (2024-01-12)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts-react",
"version": "1.13.21",
"version": "1.13.23",
"description": "Carbon Charts component library for React",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@carbon/charts": "workspace:*",
"@carbon/icons-react": "^11.33.0",
"@carbon/icons-react": "^11.34.0",
"@carbon/telemetry": "~0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@stackblitz/sdk": "1.9.0",
"@types/react": "^18.2.46",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"classnames": "^2.5.1",
Expand All @@ -60,11 +60,11 @@
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"downlevel-dts": "^0.11.0",
"sass": "^1.69.7",
"storybook": "~7.6.7",
"sass": "^1.70.0",
"storybook": "~7.6.10",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 22 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.13.23 (2024-01-20)

**Note:** Version bump only for package @carbon/charts-svelte

# Change Log

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

## 1.13.22 (2024-01-15)

### Bug Fixes

- **types:** export TabularRepCustomizationOptions
([#1726](https://github.com/carbon-design-system/carbon-charts/issues/1726))
([60deab7](https://github.com/carbon-design-system/carbon-charts/commit/60deab7a9ed0533bf6539c8402f6b106651c23ae))

# Change Log

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

## 1.13.21 (2024-01-12)

### Bug Fixes
Expand Down
Loading

0 comments on commit 0ca33ac

Please sign in to comment.