Skip to content

Commit dce7209

Browse files
committed
Version packages
1 parent a9da508 commit dce7209

File tree

9 files changed

+34
-48
lines changed

9 files changed

+34
-48
lines changed

.changeset/floppy-otters-wink.md

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

.changeset/green-humans-sell.md

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

.changeset/honest-planes-mix.md

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

.changeset/short-dancers-wink.md

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

.changeset/silver-crews-rest.md

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

packages/docs/CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# @tsargp/docs
22

3-
## 1.16.0
3+
## 1.17.0
44

55
### Minor Changes
66

7-
- Add support for option-specific layout settings.
7+
- f773ba4: Document the new `ansi` tag function.
8+
9+
- **Styles** page has been updated to document how ANSI string instances can be created via the `ansi` function for tagged template literals.
10+
11+
- 26c7ab7: Document usage of the new `handleError` utility function.
12+
13+
- **Introduction** page has been updated to use the new function in code samples.
14+
15+
### Patch Changes
16+
17+
- d25ad89: Document unsupported option dependencies in usage section.
18+
19+
- **Formatter** page has been updated to document the kinds of option dependencies that cannot currently be expressed in usage statements
20+
21+
## 1.16.0
22+
23+
### Minor Changes
824

9-
**Page changes**:
25+
- 00b6666: Add support for option-specific layout settings.
1026

11-
- the `Formatter` page has been updated to reflect changes made to the library code
27+
- **Formatter** page has been updated to reflect changes made to the library code

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsargp/docs",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Documentation for tsargp",
55
"homepage": "https://dsogari.github.io/tsargp/docs",
66
"license": "MIT",

packages/tsargp/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# tsargp
22

3+
## 1.17.0
4+
5+
### Minor Changes
6+
7+
- 26c7ab7: Add `handleError` utility function to ease handling of errors in client code.
8+
- f773ba4: Add `ansi` function for creating ANSI strings from tagged template literals.
9+
10+
**Usage notes**:
11+
12+
The new `ansi` tag function creates a ANSI string and formats the template literal just as the `format` method would do with a given phrase and arguments. The formatting flags have default values, and the placeholder arguments are the template literal arguments, in the same order.
13+
314
## 1.16.0
415

516
### Minor Changes
617

7-
- 54a130b: Add support for option-specific layout settings.
18+
- 00b6666: Add support for option-specific layout settings.
819

920
**Breaking changes**:
1021

packages/tsargp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsargp",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"author": {
55
"name": "Diego Sogari",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)