Skip to content

Commit

Permalink
Version Packages (#2644)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 21, 2025
1 parent c2bca68 commit 7d066f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-kiwis-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/friendly-tips-complain.md

This file was deleted.

12 changes: 12 additions & 0 deletions charts/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lg-charts/core

## 0.11.0

### Minor Changes

- c2bca684a: Cleans up exported types
- Adds: `ChartCardProps`, `GridProps`, `HeaderProps`, `LineProps`, `ThresholdLineProps`, `SortDirection`, `SortKey`, `SortOrder`, `TooltipProps`, `XAxisType`, `YAxisType`
- Removes: `ChartOptions`, `SeriesOption`

### Patch Changes

- a1cb248b6: Reverts absolute dimensions to allow for proper resizing

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-charts/core",
"version": "0.10.2",
"version": "0.11.0",
"description": "lg-charts Core Chart Components",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 7d066f5

Please sign in to comment.