Skip to content

Commit

Permalink
build: Merge pull request #740 from keindev/dev
Browse files Browse the repository at this point in the history
build: release v6.0.2
  • Loading branch information
Daniil Ryazanov authored Feb 17, 2022
2 parents f9beeb7 + c732878 commit 32046ad
Show file tree
Hide file tree
Showing 10 changed files with 1,858 additions and 1,570 deletions.
1 change: 1 addition & 0 deletions .config/.vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "words": ["Lucida", "Monospace", "Infinitys"] }
2 changes: 1 addition & 1 deletion .ghinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasktree-cli",
"version": "6.0.1",
"version": "6.0.2",
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
"keywords": [
"ascii",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.NPM_TOKEN }}
access: "public"

release:
name: Create Release
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.prettierrc
.vscode
CODE_OF_CONDUCT.md
SECURITY.md
codecov.yml
codegen.yml
coverage/
Expand Down
35 changes: 22 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,37 @@
<details>
<summary>Dependencies</summary>

- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.1` to `^3.0.2`
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.2` to `^3.0.3`
- Bumped **[chalk-template](https://www.npmjs.com/package/chalk-template)** from `^0.2.0` to `^0.3.1`

</details>

<details>
<summary>Dev Dependencies</summary>

- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^6.4.0` to `^6.4.1`
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.7` to `^17.0.8`
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.9.0` to `^5.9.1`
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.9.0` to `^5.9.1`
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.14.0` to `^5.15.2`
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.6.0` to `^8.7.0`
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^25.3.4` to `^25.7.0`
- Changed **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.10.0` to `^0.10.2`
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.0` to `^3.0.2`
- Changed **[jest](https://www.npmjs.com/package/jest)** from `^27.4.5` to `^27.4.7`
- Changed **[ts-jest](https://www.npmjs.com/package/ts-jest)** from `^27.1.2` to `^27.1.3`
- Bumped **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^3.0.2` to `^4.0.1`
- Added **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** with `^1.0.1`
- Added **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** with `^1.2.2`
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.8` to `^17.0.18`
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.9.1` to `^5.12.0`
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.9.1` to `^5.12.0`
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.1` to `^4.0.2`
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.15.2` to `^5.18.5`
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.7.0` to `^8.9.0`
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.2` to `^3.0.3`
- Changed **[jest](https://www.npmjs.com/package/jest)** from `^27.4.7` to `^27.5.1`
- Changed **[ts-node](https://www.npmjs.com/package/ts-node)** from `^10.4.0` to `^10.5.0`
- Changed **[typescript](https://www.npmjs.com/package/typescript)** from `^4.5.4` to `^4.5.5`
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^6.4.1` to `^7.2.4`
- Bumped **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^25.7.0` to `^26.1.1`
- Bumped **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.10.2` to `^0.11.0`

</details>

# :memo: Internal changes

- Add string with escaped braces [`d2c4062`](https://github.com/keindev/tasktree/commit/d2c4062afea3a2d963e3fba456ade93c4583b191)
- #736 Add description for using braces escape in formatted string [`5110656`](https://github.com/keindev/tasktree/commit/51106562f163bf310f7b77bf9c9b28152198e389)

---

# Contributors
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Daniil Ryazanov
Copyright (c) 2022 Daniil Ryazanov <kein@tagproject.ru>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,18 @@ Promise.all(promises).then(() => {
});
```

TaskTree uses [chalk-template](https://www.npmjs.com/package/chalk-template) to style text and supports formatting as a [tagged template literal](https://www.npmjs.com/package/chalk#tagged-template-literal).
TaskTree uses [chalk-template](https://www.npmjs.com/package/chalk-template) to style text and supports formatting as a [tagged template literal](https://www.npmjs.com/package/chalk#tagged-template-literal):

```typescript
const task = new Task('{underline.cyan.bold Awesome task}');
```

If you are using braces in a formatted string, use `\\` to escape it:

```typescript
const task = new Task('{underline.cyan.bold \\{Awesome\\} task}');
```

## API

Read the [API documentation](docs/api/index.md) for more information.
Loading

0 comments on commit 32046ad

Please sign in to comment.