Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 30, 2024
1 parent 54fb234 commit 72827f5
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-years-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-penguins-cry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-ways-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-panthers-knock.md

This file was deleted.

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

## 0.8.3

### Patch Changes

- 54fb23497: - Adds treeshaking of echarts to minimize bundle size.
- Improves echart initialization logic to better handle race conditions.

## 0.8.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.8.2",
"version": "0.8.3",
"description": "lg-charts Core Chart Components",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/split-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @leafygreen-ui/split-button

## 3.0.1

### Patch Changes

- 5f9185bee: Fix passing `renderDarkMenu` to the underlying `Menu`
- 4245d16d1: Fix using `SplitButton` as a managed component by calling the `setOpen` function passed as prop when clicking the trigger.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/split-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/split-button",
"version": "3.0.0",
"version": "3.0.1",
"description": "leafyGreen UI Kit Split Button",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lg-tools/cli

## 0.7.3

### Patch Changes

- Updated dependencies [659bb0e81]
- @lg-tools/create@0.2.9

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/cli",
"version": "0.7.2",
"version": "0.7.3",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@lg-tools/build": "0.6.0",
"@lg-tools/codemods": "0.1.0",
"@lg-tools/create": "0.2.8",
"@lg-tools/create": "0.2.9",
"@lg-tools/install": "0.1.9",
"@lg-tools/link": "0.2.4",
"@lg-tools/lint": "1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions tools/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-tools/create

## 0.2.9

### Patch Changes

- 659bb0e81: Updates .design url from `/example/` to `/live-example/`

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/create",
"version": "0.2.8",
"version": "0.2.9",
"description": "Creates a new LeafyGreen packages",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 72827f5

Please sign in to comment.