Skip to content

Commit b72ec13

Browse files
committed
chore(release): v0.14.1
1 parent c437928 commit b72ec13

File tree

14 files changed

+69
-7
lines changed

14 files changed

+69
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **common:** Tabs in navigation bar now use react-spectrum tabs v3 rc0 ([c437928](https://github.com/wuespace/telestion-client/commit/c437928ed6d3707985cef445ce4436eef5fc1f20))
12+
* **core:** Sign in function in auth state not testing for same username ([df92f61](https://github.com/wuespace/telestion-client/commit/df92f6122b0a6f128a70c0b69341f4657086dd7e))
13+
* **core:** Specify return type of set preference value function more precisely ([18a565c](https://github.com/wuespace/telestion-client/commit/18a565c536abd0b257f0127298c48ce0c3ea07fc))
14+
15+
16+
617
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.14.0",
2+
"version": "0.14.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.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-cli
9+
10+
11+
12+
13+
614
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
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.14.0",
5+
"version": "0.14.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"bin": {
88
"tc-cli": "./bin/cli.js"

packages/telestion-client-common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **common:** Tabs in navigation bar now use react-spectrum tabs v3 rc0 ([c437928](https://github.com/wuespace/telestion-client/commit/c437928ed6d3707985cef445ce4436eef5fc1f20))
12+
13+
14+
615
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
716

817
**Note:** Version bump only for package @wuespace/telestion-client-common

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.14.0",
5+
"version": "0.14.1",
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: 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.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** Sign in function in auth state not testing for same username ([df92f61](https://github.com/wuespace/telestion-client/commit/df92f6122b0a6f128a70c0b69341f4657086dd7e))
12+
* **core:** Specify return type of set preference value function more precisely ([18a565c](https://github.com/wuespace/telestion-client/commit/18a565c536abd0b257f0127298c48ce0c3ea07fc))
13+
14+
15+
616
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
717

818
**Note:** Version bump only for package @wuespace/telestion-client-core

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.14.0",
5+
"version": "0.14.1",
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.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-prop-types
9+
10+
11+
12+
13+
614
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
715

816
**Note:** Version bump only for package @wuespace/telestion-client-prop-types

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.14.0",
5+
"version": "0.14.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.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
**Note:** Version bump only for package @wuespace/telestion-client-template
9+
10+
11+
12+
13+
614
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
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.14.0",
5+
"version": "0.14.1",
66
"homepage": "https://telestion.wuespace.de/",
77
"engines": {
88
"node": ">=14"

packages/vertx-event-bus/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.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
7+
8+
**Note:** Version bump only for package @wuespace/vertx-event-bus
9+
10+
11+
12+
13+
614
## [0.14.0](https://github.com/wuespace/telestion-client/compare/v0.13.0...v0.14.0) (2021-05-01)
715

816
**Note:** Version bump only for package @wuespace/vertx-event-bus

packages/vertx-event-bus/package.json

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

0 commit comments

Comments
 (0)