Skip to content

Commit 8841eaf

Browse files
Version Packages
1 parent d7e989b commit 8841eaf

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/tidy-dragons-wait.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

tools/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @lg-tools/cli
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 999febf: developer experience slightly improves by adding more detailed logging to spawn processes in the link script. Previously, running link script would lead to a group of processes being spawned in parallel all piping their stdout and stderr to the console in verbose mode which made it difficult to distinguish what each line of output was from which process. The command and working directory are also now logged for each process along with their exit code.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [999febf]
12+
- @lg-tools/link@0.3.0
13+
314
## 0.10.10
415

516
### Patch Changes

tools/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-tools/cli",
3-
"version": "0.10.10",
3+
"version": "0.11.0",
44
"description": "Command Line tools for LeafyGreen",
55
"license": "Apache-2.0",
66
"main": "./dist/umd/index.js",

tools/link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lg-tools/link
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 999febf: developer experience slightly improves by adding more detailed logging to spawn processes in the link script. Previously, running link script would lead to a group of processes being spawned in parallel all piping their stdout and stderr to the console in verbose mode which made it difficult to distinguish what each line of output was from which process. The command and working directory are also now logged for each process along with their exit code.
8+
39
## 0.2.14
410

511
### Patch Changes

tools/link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-tools/link",
3-
"version": "0.2.14",
3+
"version": "0.3.0",
44
"description": "Tools for linking LeafyGreen packages",
55
"license": "Apache-2.0",
66
"main": "./dist/umd/index.js",

0 commit comments

Comments
 (0)