Skip to content

Commit

Permalink
chore(release): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 26, 2021
1 parent 9d0342e commit c14de89
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 42 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

**Note:** Version bump only for package telestion-client

## 0.3.2 (2021-01-26)



**Note:** Version bump only for package telestion-client

## 0.3.1 (2021-01-26)

Expand Down
10 changes: 3 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"version": "0.3.2",
"version": "0.3.3",
"npmClient": "npm",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"command": {
"version": {
"allowBranch": "main",
"message": "chore(release): %s"
}
},
"ignoreChanges": [
"**/cypress/**"
]
"ignoreChanges": ["**/cypress/**"]
}
6 changes: 3 additions & 3 deletions packages/telestion-client-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"bin": {
"tc-cli": "./bin/cli.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/telestion-client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/telestion-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/telestion-client-prop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/telestion-client-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/telestion-client-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"types": "types/index.d.ts",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/vertx-event-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/vertx-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.2 (2021-01-26)
## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26)

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

## 0.3.2 (2021-01-26)



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

## 0.3.1 (2021-01-26)

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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down

0 comments on commit c14de89

Please sign in to comment.