Skip to content

Commit

Permalink
Version Packages (#2628)
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 15, 2025
1 parent 99e120c commit 8fc846d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-lies-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-beds-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-pigs-move.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.10.0

### Minor Changes

- 287e1ed46: - Adds `EventMarkerPoint`, `EventMarkerLine`, and `ThresholdLine` components
- Removes animation delay from tooltip to make tooltip more snappy.

### Patch Changes

- Updated dependencies [3dee4332a]
- @leafygreen-ui/icon@13.1.0

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions charts/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-charts/core",
"version": "0.9.0",
"version": "0.10.0",
"description": "lg-charts Core Chart Components",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^8.3.2",
"@leafygreen-ui/icon": "^13.0.0",
"@leafygreen-ui/icon": "^13.1.0",
"@leafygreen-ui/icon-button": "^16.0.0",
"@leafygreen-ui/lib": "14.0.0",
"@leafygreen-ui/palette": "^4.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/empty-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/empty-state

## 2.0.1

### Patch Changes

- 13f619427: Changes the max-width property value from `432px` to `466px`

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/empty-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/empty-state",
"version": "2.0.0",
"version": "2.0.1",
"description": "leafyGreen UI Kit Empty State",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/icon

## 13.1.0

### Minor Changes

- 3dee4332a: Adds Circle to glyph set.

## 13.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/icon",
"version": "13.0.0",
"version": "13.1.0",
"description": "LeafyGreen UI Kit Icons",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 8fc846d

Please sign in to comment.