Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit 9357a04

Browse files
committed
chore(release): v0.14.0
1 parent b067e0f commit 9357a04

18 files changed

Lines changed: 109 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
7+
8+
9+
### Features
10+
11+
* **cli:** Add `skipGit` option to the `tc-cli init` command for telestion-project-template based projects ([fce07a8](https://github.com/wuespace/telestion-client/commit/fce07a8204ade2321af0dbd82fc1b66c95a97f35))
12+
* **cli:** Add support for projects based on the new telestion-project-template structure (the CLI will auto-detect the structure and follow the directory structure accordingly) ([759748b](https://github.com/wuespace/telestion-client/commit/759748ba0136cfa2e4ebb986594d4fb3982039c8))
13+
* **cli:** Reword `init-epilogue` ([5e98003](https://github.com/wuespace/telestion-client/commit/5e980033fc1ef0a0f24444fc2534ffff35a902aa))
14+
* **template:** Replace `husky` with more adaptive solution ([4b27835](https://github.com/wuespace/telestion-client/commit/4b27835ab2578db3ce67e31e803dc7dd554f5701))
15+
16+
17+
### Bug Fixes
18+
19+
* **cli:** Fix install command to work with new telestion-project-template structure ([a2956c5](https://github.com/wuespace/telestion-client/commit/a2956c5587da5fde709ef605eb0ae533264dca56))
20+
* **cli:** Fix problem where `pretty-quick` hook was not generated when initializing a new repository ([b1c8ce0](https://github.com/wuespace/telestion-client/commit/b1c8ce00a87f7d6c8ec6e9b88af011412e330183))
21+
* **template:** Fix pre-commit hook path ([df87baa](https://github.com/wuespace/telestion-client/commit/df87baa0b244903792e4c0044cea3d6f696862a6))
22+
* **template:** Use npx for the pre-commit hook ([ffb62cd](https://github.com/wuespace/telestion-client/commit/ffb62cd53ff3868447947eab1d2da5281ed3826b))
23+
24+
25+
626
## [0.13.0](https://github.com/wuespace/telestion-client/compare/v0.12.1...v0.13.0) (2021-04-16)
727

828

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.0",
2+
"version": "0.14.0",
33
"npmClient": "npm",
44
"packages": [
55
"packages/*"

packages/telestion-client-cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
7+
8+
9+
### Features
10+
11+
* **cli:** Add `skipGit` option to the `tc-cli init` command for telestion-project-template based projects ([fce07a8](https://github.com/wuespace/telestion-client/commit/fce07a8204ade2321af0dbd82fc1b66c95a97f35))
12+
* **cli:** Add support for projects based on the new telestion-project-template structure (the CLI will auto-detect the structure and follow the directory structure accordingly) ([759748b](https://github.com/wuespace/telestion-client/commit/759748ba0136cfa2e4ebb986594d4fb3982039c8))
13+
* **cli:** Reword `init-epilogue` ([5e98003](https://github.com/wuespace/telestion-client/commit/5e980033fc1ef0a0f24444fc2534ffff35a902aa))
14+
15+
16+
### Bug Fixes
17+
18+
* **cli:** Fix install command to work with new telestion-project-template structure ([a2956c5](https://github.com/wuespace/telestion-client/commit/a2956c5587da5fde709ef605eb0ae533264dca56))
19+
* **cli:** Fix problem where `pretty-quick` hook was not generated when initializing a new repository ([b1c8ce0](https://github.com/wuespace/telestion-client/commit/b1c8ce00a87f7d6c8ec6e9b88af011412e330183))
20+
21+
22+
623
## [0.13.0](https://github.com/wuespace/telestion-client/compare/v0.12.1...v0.13.0) (2021-04-16)
724

825

packages/telestion-client-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wuespace/telestion-client-cli",
33
"description": "The command line interface for the Telestion Client development",
44
"license": "MIT",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"bin": {
88
"tc-cli": "./bin/cli.js"

packages/telestion-client-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-common
9+
10+
11+
12+
13+
614
## [0.13.0](https://github.com/wuespace/telestion-client/compare/v0.12.1...v0.13.0) (2021-04-16)
715

816

packages/telestion-client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wuespace/telestion-client-common",
33
"description": "The common components of the Telestion Client",
44
"license": "MIT",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"main": "build/index.js",
88
"module": "build/index.es.js",

packages/telestion-client-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-core
9+
10+
11+
12+
13+
614
## [0.13.0](https://github.com/wuespace/telestion-client/compare/v0.12.1...v0.13.0) (2021-04-16)
715

816

packages/telestion-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wuespace/telestion-client-core",
33
"description": "The core components of the Telestion Client",
44
"license": "MIT",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"main": "build/index.js",
88
"module": "build/index.es.js",

packages/telestion-client-prop-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-prop-types
9+
10+
11+
12+
13+
614
## [0.13.0](https://github.com/wuespace/telestion-client/compare/v0.12.1...v0.13.0) (2021-04-16)
715

816

packages/telestion-client-prop-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wuespace/telestion-client-prop-types",
33
"description": "PropTypes for Telestion Client types",
44
"license": "MIT",
5-
"version": "0.13.0",
5+
"version": "0.14.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"main": "build/index.js",
88
"module": "build/index.es.js",

0 commit comments

Comments
 (0)