Skip to content

Commit

Permalink
Version Packages (#2511)
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 Oct 18, 2024
1 parent f101504 commit da4bf67
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-insects-smash.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.6.3

### Patch Changes

- Updated dependencies [f101504c0]
- @lg-tools/validate@0.2.0

## 0.6.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.6.2",
"version": "0.6.3",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -25,7 +25,7 @@
"@lg-tools/slackbot": "0.2.7",
"@lg-tools/test": "0.4.10",
"@lg-tools/update": "0.1.9",
"@lg-tools/validate": "0.1.11",
"@lg-tools/validate": "0.2.0",
"commander": "^11.0.0",
"read-pkg-up": "7.0.1"
}
Expand Down
6 changes: 6 additions & 0 deletions tools/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-tools/validate

## 0.2.0

### Minor Changes

- f101504c0: Updates `devFilePatterns`, and will exclude all files in `test/` `testing/` or `test-utilities/` directories from explicit dep. checks. i.e. Files in these directories will only need to have their imports listed s `devDependencies` in the `package.json`

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/validate",
"version": "0.1.11",
"version": "0.2.0",
"description": "Validation tools for LeafyGreen repositories",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit da4bf67

Please sign in to comment.