Skip to content

Commit

Permalink
chore(release): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Feb 28, 2021
1 parent 1885d07 commit 84c470a
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)


### Features

* **common:** Add keyboard controls to the `LoginForm` component ([7fe4f3b](https://github.com/TelestionTeam/telestion-client/commit/7fe4f3b21449a2e86c06054380da094ec9865cac)), closes [#364](https://github.com/TelestionTeam/telestion-client/issues/364)


### Bug Fixes

* **common:** Fix types of `LoadingIndicator` ([1885d07](https://github.com/TelestionTeam/telestion-client/commit/1885d0741489e364545c619524ef35ede8708c50))


### Documentation Changes

* Add legal notice link to documentation ([e72ff14](https://github.com/TelestionTeam/telestion-client/commit/e72ff14e235a34f27a017aecd0f5c40d7db808e7))



### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.1",
"version": "0.11.0",
"npmClient": "npm",
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/telestion-client-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

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





### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)

**Note:** Version bump only for package @wuespace/telestion-client-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wuespace/telestion-client-cli",
"description": "The command line interface for the Telestion Client development",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"bin": {
"tc-cli": "./bin/cli.js"
Expand Down
14 changes: 14 additions & 0 deletions packages/telestion-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)


### Features

* **common:** Add keyboard controls to the `LoginForm` component ([7fe4f3b](https://github.com/TelestionTeam/telestion-client/commit/7fe4f3b21449a2e86c06054380da094ec9865cac)), closes [#364](https://github.com/TelestionTeam/telestion-client/issues/364)


### Bug Fixes

* **common:** Fix types of `LoadingIndicator` ([1885d07](https://github.com/TelestionTeam/telestion-client/commit/1885d0741489e364545c619524ef35ede8708c50))



### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-common",
"description": "The common components of the Telestion Client",
"license": "MIT",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/telestion-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

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





### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)

**Note:** Version bump only for package @wuespace/telestion-client-core
Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-core",
"description": "The core components of the Telestion Client",
"license": "MIT",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/telestion-client-prop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

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





### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)

**Note:** Version bump only for package @wuespace/telestion-client-prop-types
Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-prop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-prop-types",
"description": "PropTypes for Telestion Client types",
"license": "MIT",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/telestion-client-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

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





### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)

**Note:** Version bump only for package @wuespace/telestion-client-template
Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-template",
"description": "The template for a Telestion Client project",
"license": "MIT",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/telestion-client-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

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





## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23)

**Note:** Version bump only for package @wuespace/telestion-client-types
Expand Down
2 changes: 1 addition & 1 deletion packages/telestion-client-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/telestion-client-types",
"description": "Types for Telestion Client and their projects",
"license": "MIT",
"version": "0.10.0",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"types": "types/index.d.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/vertx-event-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

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





### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)

**Note:** Version bump only for package @wuespace/vertx-event-bus
Expand Down
2 changes: 1 addition & 1 deletion packages/vertx-event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/vertx-event-bus",
"description": "The Vert.x event bus client for Telestion Client",
"license": "MIT",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vertx-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28)

**Note:** Version bump only for package @wuespace/vertx-mock-server





### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27)

**Note:** Version bump only for package @wuespace/vertx-mock-server
Expand Down
2 changes: 1 addition & 1 deletion packages/vertx-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/vertx-mock-server",
"description": "The Vert.x event bus mock server for Telestion Client",
"license": "MIT",
"version": "0.10.1",
"version": "0.11.0",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down

0 comments on commit 84c470a

Please sign in to comment.