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 17, 2024
1 parent 659bb0e commit 5876b14
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-penguins-cry.md

This file was deleted.

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 5876b14

Please sign in to comment.