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

Commit 334b293

Browse files
committed
chore(release): v0.16.1
1 parent 841d1df commit 334b293

8 files changed

Lines changed: 40 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.16.1](https://github.com/wuespace/telestion-client/compare/v0.16.0...v0.16.1) (2021-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **common:** Fix rendering error in `ConfigRenderer` component ([337c47b](https://github.com/wuespace/telestion-client/commit/337c47b4cd96e62ba0ce56ceac2a628c60ebf42c))
12+
* **common:** Fix reset configuration entry reloads application on cancel ([841d1df](https://github.com/wuespace/telestion-client/commit/841d1dfe111e399116fef2385463e2a1a2b466e9))
13+
14+
15+
616
## [0.16.0](https://github.com/wuespace/telestion-client/compare/v0.15.1...v0.16.0) (2021-06-23)
717

818

lerna.json

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

packages/telestion-client-cli/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.16.1](https://github.com/wuespace/telestion-client/compare/v0.16.0...v0.16.1) (2021-06-23)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-cli
9+
10+
11+
12+
13+
614
## [0.16.0](https://github.com/wuespace/telestion-client/compare/v0.15.1...v0.16.0) (2021-06-23)
715

816

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.16.0",
5+
"version": "0.16.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"bin": {
88
"tc-cli": "./bin/cli.js"

packages/telestion-client-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.16.1](https://github.com/wuespace/telestion-client/compare/v0.16.0...v0.16.1) (2021-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **common:** Fix rendering error in `ConfigRenderer` component ([337c47b](https://github.com/wuespace/telestion-client/commit/337c47b4cd96e62ba0ce56ceac2a628c60ebf42c))
12+
* **common:** Fix reset configuration entry reloads application on cancel ([841d1df](https://github.com/wuespace/telestion-client/commit/841d1dfe111e399116fef2385463e2a1a2b466e9))
13+
14+
15+
616
## [0.16.0](https://github.com/wuespace/telestion-client/compare/v0.15.1...v0.16.0) (2021-06-23)
717

818

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.16.0",
5+
"version": "0.16.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"main": "build/index.js",
88
"module": "build/index.es.js",

packages/telestion-client-template/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.16.1](https://github.com/wuespace/telestion-client/compare/v0.16.0...v0.16.1) (2021-06-23)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-template
9+
10+
11+
12+
13+
614
## [0.16.0](https://github.com/wuespace/telestion-client/compare/v0.15.1...v0.16.0) (2021-06-23)
715

816

packages/telestion-client-template/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-template",
33
"description": "The template for a Telestion Client project",
44
"license": "MIT",
5-
"version": "0.16.0",
5+
"version": "0.16.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"engines": {
88
"node": ">=14"

0 commit comments

Comments
 (0)