Skip to content

Commit acf0686

Browse files
committed
chore(release): v0.15.0
1 parent 973e214 commit acf0686

File tree

18 files changed

+117
-9
lines changed

18 files changed

+117
-9
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.15.0](https://github.com/wuespace/telestion-client/compare/v0.14.1...v0.15.0) (2021-06-03)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **core:** The `AuthRoute` and `UnAuthRoute` components do no longer exist. Please use the attached routing object on the Page Component instead. _Mostly likely this won't affect you, if you don't immediately understand, what this means. Otherwise feel free to ignore it._ :wink:
12+
13+
### Features
14+
15+
* **common:** Add a spectrum color hook which maps the spectrum color definition to a color value based on the current color scheme state ([ae458d5](https://github.com/wuespace/telestion-client/commit/ae458d587ace9613c36e6929d049cf4ddaeacc72))
16+
* **common:** Make overflow fix accessible for projects ([ae361ad](https://github.com/wuespace/telestion-client/commit/ae361adbcc0a2361b5ebabeece30385f5c9e494f))
17+
* **types:** Add spectrum color type definitions ([fa548da](https://github.com/wuespace/telestion-client/commit/fa548da21cbd1687e6c3c3a81e93f7dccc30d00f))
18+
19+
20+
### Bug Fixes
21+
22+
* **common:** Fix dashboard picker does not display the current dashboard title on initial load ([4d5578b](https://github.com/wuespace/telestion-client/commit/4d5578b3b652079d3f62458807499ee8c63e358f)), closes [#363](https://github.com/wuespace/telestion-client/issues/363)
23+
* **core:** Clean up the page renderer so that routes are direct child components of the switch. ([05875a2](https://github.com/wuespace/telestion-client/commit/05875a2169690ccd8fcc36e99891297341b66ab9))
24+
25+
26+
### Documentation Changes
27+
28+
* **common:** Improve documentation for the overflow fix component ([8bbc593](https://github.com/wuespace/telestion-client/commit/8bbc593376585d23ddc88f41d7348970159410fa))
29+
30+
31+
632
### [0.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
733

834

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

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

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

packages/telestion-client-common/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.15.0](https://github.com/wuespace/telestion-client/compare/v0.14.1...v0.15.0) (2021-06-03)
7+
8+
9+
### Features
10+
11+
* **common:** Add a spectrum color hook which maps the spectrum color definition to a color value based on the current color scheme state ([ae458d5](https://github.com/wuespace/telestion-client/commit/ae458d587ace9613c36e6929d049cf4ddaeacc72))
12+
* **common:** Make overflow fix accessible for projects ([ae361ad](https://github.com/wuespace/telestion-client/commit/ae361adbcc0a2361b5ebabeece30385f5c9e494f))
13+
14+
15+
### Bug Fixes
16+
17+
* **common:** Fix dashboard picker does not display the current dashboard title on initial load ([4d5578b](https://github.com/wuespace/telestion-client/commit/4d5578b3b652079d3f62458807499ee8c63e358f)), closes [#363](https://github.com/wuespace/telestion-client/issues/363)
18+
19+
20+
### Documentation Changes
21+
22+
* **common:** Improve documentation for the overflow fix component ([8bbc593](https://github.com/wuespace/telestion-client/commit/8bbc593376585d23ddc88f41d7348970159410fa))
23+
24+
25+
626
### [0.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
727

828

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.1",
5+
"version": "0.15.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.15.0](https://github.com/wuespace/telestion-client/compare/v0.14.1...v0.15.0) (2021-06-03)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **core:** The `AuthRoute` and `UnAuthRoute` components do no longer exist. Please use the attached routing object on the Page Component instead. _Mostly likely this won't affect you, if you don't immediately understand, what this means. Otherwise feel free to ignore it._ :wink:
12+
13+
### Bug Fixes
14+
15+
* **core:** Clean up the page renderer so that routes are direct child components of the switch. ([05875a2](https://github.com/wuespace/telestion-client/commit/05875a2169690ccd8fcc36e99891297341b66ab9))
16+
17+
18+
619
### [0.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
720

821

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

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

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.1",
5+
"version": "0.15.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"engines": {
88
"node": ">=14"

packages/telestion-client-types/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.15.0](https://github.com/wuespace/telestion-client/compare/v0.14.1...v0.15.0) (2021-06-03)
7+
8+
9+
### Features
10+
11+
* **types:** Add spectrum color type definitions ([fa548da](https://github.com/wuespace/telestion-client/commit/fa548da21cbd1687e6c3c3a81e93f7dccc30d00f))
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-types

packages/telestion-client-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-types",
33
"description": "Types for Telestion Client and their projects",
44
"license": "MIT",
5-
"version": "0.14.0",
5+
"version": "0.15.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"types": "types/index.d.ts",
88
"files": [

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.15.0](https://github.com/wuespace/telestion-client/compare/v0.14.1...v0.15.0) (2021-06-03)
7+
8+
**Note:** Version bump only for package @wuespace/vertx-event-bus
9+
10+
11+
12+
13+
614
### [0.14.1](https://github.com/wuespace/telestion-client/compare/v0.14.0...v0.14.1) (2021-05-10)
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.1",
5+
"version": "0.15.0",
66
"homepage": "https://telestion.wuespace.de/",
77
"main": "build/index.js",
88
"module": "build/index.es.js",

packages/vertx-mock-server/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.15.0](https://github.com/wuespace/telestion-client/compare/v0.14.1...v0.15.0) (2021-06-03)
7+
8+
**Note:** Version bump only for package @wuespace/vertx-mock-server
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-mock-server

packages/vertx-mock-server/package.json

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

0 commit comments

Comments
 (0)