Skip to content

Commit

Permalink
release: [email protected] [skip ci]
Browse files Browse the repository at this point in the history
## ⚙️ Build System

- Regenerate assets ([d837f2c][2])

[1]: https://github.com/Xunnamius/rejoinder/compare/[email protected]@1.0.2
[2]: d837f2c
  • Loading branch information
Xunnamius committed Jan 20, 2025
1 parent fbe3bdc commit 337f18d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
34 changes: 22 additions & 12 deletions packages/listr2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,26 @@ this project adheres to [Semantic Versioning][2].

<br />

### 🏗️ Patch rejoinder-listr2[@1.0.1][10] (2025-01-16)
### 🏗️ Patch rejoinder-listr2[@1.0.2][10] (2025-01-20)

#### ⚙️ Build System

- Regenerate assets ([d837f2c][11])

<br />

### 🏗️ Patch rejoinder-listr2[@1.0.1][12] (2025-01-16)

#### 🪄 Fixes

- **packages/listr2:** emulate console.log via util.inspect during output ([71098af][11])
- **packages/listr2:** properly extend `ExtendedLogger` ([514d3c1][12])
- **packages/listr2:** emulate console.log via util.inspect during output ([71098af][13])
- **packages/listr2:** properly extend `ExtendedLogger` ([514d3c1][14])

#### ⚙️ Build System

- Add `--no-parallel` to release script ([36d9b15][13])
- **cycle-breaker:** ensure rejoinder\~dev receives its own copy of @-xun/debug\~dev ([b10e6fc][14])
- **release:** re-apply cycle-breaker patches after xrelease un-applies them ([571041b][15])
- Add `--no-parallel` to release script ([36d9b15][15])
- **cycle-breaker:** ensure rejoinder\~dev receives its own copy of @-xun/debug\~dev ([b10e6fc][16])
- **release:** re-apply cycle-breaker patches after xrelease un-applies them ([571041b][17])

[1]: https://conventionalcommits.org
[2]: https://semver.org
Expand All @@ -44,9 +52,11 @@ this project adheres to [Semantic Versioning][2].
[7]: https://github.com/Xunnamius/rejoinder/commit/5838a1333ac9de7c91d67ae8237becbb22928097
[8]: https://github.com/Xunnamius/rejoinder/commit/78424fa8f7badb679969f17dc434d2444f557d0d
[9]: https://github.com/Xunnamius/rejoinder/commit/5526095585c560786bb4716fe2181814ff33c2ac
[10]: https://github.com/Xunnamius/rejoinder/compare/[email protected]@1.0.1
[11]: https://github.com/Xunnamius/rejoinder/commit/71098af7598078495b83dd5fb022fae812ef7cea
[12]: https://github.com/Xunnamius/rejoinder/commit/514d3c155403b5eb235d6e5fb5d6402fc7dafcdf
[13]: https://github.com/Xunnamius/rejoinder/commit/36d9b15a656e1eed5a50cdfe7fe502a22f0aa57f
[14]: https://github.com/Xunnamius/rejoinder/commit/b10e6fc514367aef02468efe7382c2a09b7d45d5
[15]: https://github.com/Xunnamius/rejoinder/commit/571041bf4746363a1355f6eb2e03d6c31e5b0a18
[10]: https://github.com/Xunnamius/rejoinder/compare/[email protected]@1.0.2
[11]: https://github.com/Xunnamius/rejoinder/commit/d837f2cf51d0f744b1acb9f03c50dbfbe4361561
[12]: https://github.com/Xunnamius/rejoinder/compare/[email protected]@1.0.1
[13]: https://github.com/Xunnamius/rejoinder/commit/71098af7598078495b83dd5fb022fae812ef7cea
[14]: https://github.com/Xunnamius/rejoinder/commit/514d3c155403b5eb235d6e5fb5d6402fc7dafcdf
[15]: https://github.com/Xunnamius/rejoinder/commit/36d9b15a656e1eed5a50cdfe7fe502a22f0aa57f
[16]: https://github.com/Xunnamius/rejoinder/commit/b10e6fc514367aef02468efe7382c2a09b7d45d5
[17]: https://github.com/Xunnamius/rejoinder/commit/571041bf4746363a1355f6eb2e03d6c31e5b0a18
2 changes: 1 addition & 1 deletion packages/listr2/docs/functions/createListrManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> **createListrManager**\<`T`\>(`options`?): `Manager`\<`T`, `"simple"` \| `"verbose"`\>
Defined in: [packages/listr2/src/index.ts:136](https://github.com/Xunnamius/rejoinder/blob/0e3aded7feccc2721351813672386997152c90d5/packages/listr2/src/index.ts#L136)
Defined in: [packages/listr2/src/index.ts:136](https://github.com/Xunnamius/rejoinder/blob/fbe3bdcbacd203efaddce858e9751b150e2a6511/packages/listr2/src/index.ts#L136)

Create and return a new Listr2 Manager instance pre-configured to
work in harmony with rejoinder.
Expand Down
2 changes: 1 addition & 1 deletion packages/listr2/docs/functions/createListrTaskLogger.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> **createListrTaskLogger**(`__namedParameters`): `ExtendedLogger`
Defined in: [packages/listr2/src/index.ts:54](https://github.com/Xunnamius/rejoinder/blob/0e3aded7feccc2721351813672386997152c90d5/packages/listr2/src/index.ts#L54)
Defined in: [packages/listr2/src/index.ts:54](https://github.com/Xunnamius/rejoinder/blob/fbe3bdcbacd203efaddce858e9751b150e2a6511/packages/listr2/src/index.ts#L54)

Create and return a new set of logger instances configured to output via a
Listr2 task.
Expand Down
2 changes: 1 addition & 1 deletion packages/listr2/docs/type-aliases/ListrManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> **ListrManager**\<`T`\>: `Manager`\<`T`, `"default"` \| `"verbose"`\>
Defined in: [packages/listr2/src/index.ts:35](https://github.com/Xunnamius/rejoinder/blob/0e3aded7feccc2721351813672386997152c90d5/packages/listr2/src/index.ts#L35)
Defined in: [packages/listr2/src/index.ts:35](https://github.com/Xunnamius/rejoinder/blob/fbe3bdcbacd203efaddce858e9751b150e2a6511/packages/listr2/src/index.ts#L35)

A pre-customized Listr Manager instance.

Expand Down
2 changes: 1 addition & 1 deletion packages/listr2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rejoinder-listr2",
"version": "1.0.1",
"version": "1.0.2",
"description": "A listr2 backend for rejoinder",
"keywords": [
"debug",
Expand Down

0 comments on commit 337f18d

Please sign in to comment.