Skip to content

Commit

Permalink
Version Packages (#1966)
Browse files Browse the repository at this point in the history
* Version Packages

* empty commit to publish

* Version Packages

* empty commit to publish

* empty commit to publish

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: spark33 <seanpark1107@gmail.com>
  • Loading branch information
3 people committed Aug 30, 2023
1 parent 3e8485e commit 63877b7
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-horses-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-hats-fix.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/search-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/search-input

## 2.0.16

### Patch Changes

- 1a0b9996: Export SearchResultsMenu component

## 2.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/search-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/search-input",
"version": "2.0.15",
"version": "2.0.16",
"description": "leafyGreen UI Kit Search Input",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lg-tools/cli

## 0.5.0

### Minor Changes

- 3e8485e9: Adds `--parent` flag to `lg create` command. Passing in this flag will create a subcomponent of the given parent.

### Patch Changes

- Updated dependencies [3e8485e9]
- @lg-tools/create@0.2.0

## 0.4.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.4.2",
"version": "0.5.0",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@lg-tools/build": "0.2.1",
"@lg-tools/create": "0.1.3",
"@lg-tools/create": "0.2.0",
"@lg-tools/install": "0.1.2",
"@lg-tools/link": "0.1.2",
"@lg-tools/lint": "0.1.4",
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.0

### Minor Changes

- 3e8485e9: Adds `--parent` flag to `lg create` command. Passing in this flag will create a subcomponent of the given parent.

## 0.1.3

### 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.1.3",
"version": "0.2.0",
"description": "Creates a new LeafyGreen packages",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 63877b7

Please sign in to comment.