Skip to content

Commit 81e4f22

Browse files
committed
v3.10.0
1 parent 01ac1c5 commit 81e4f22

8 files changed

Lines changed: 46 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [3.10.0](https://github.com/streamdevs/lights/compare/v3.9.4...v3.10.0) (2020-10-31)
7+
8+
9+
### Features
10+
11+
* **light:** new 'disco' method in 'LightService' ([40314d7](https://github.com/streamdevs/lights/commit/40314d710e344d2d5e40c8c8f68c26e3157546cf))
12+
* **light:** new 'Disco' use case ([ac9c5cd](https://github.com/streamdevs/lights/commit/ac9c5cd31f4ecf660d74241a17e9b17666eb3056))
13+
14+
15+
16+
17+
618
## [3.9.4](https://github.com/streamdevs/lights/compare/v3.9.3...v3.9.4) (2020-10-31)
719

820
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"services/*",
44
"packages/*"
55
],
6-
"version": "3.9.4",
6+
"version": "3.10.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/lul/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [3.10.0](https://github.com/streamdevs/lights/compare/v3.9.4...v3.10.0) (2020-10-31)
7+
8+
9+
### Features
10+
11+
* **light:** new 'disco' method in 'LightService' ([40314d7](https://github.com/streamdevs/lights/commit/40314d710e344d2d5e40c8c8f68c26e3157546cf))
12+
* **light:** new 'Disco' use case ([ac9c5cd](https://github.com/streamdevs/lights/commit/ac9c5cd31f4ecf660d74241a17e9b17666eb3056))
13+
14+
15+
16+
17+
618
## [3.9.4](https://github.com/streamdevs/lights/compare/v3.9.3...v3.9.4) (2020-10-31)
719

820
**Note:** Version bump only for package @streamdevs/lights-lul

packages/lul/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamdevs/lights-lul",
3-
"version": "3.9.4",
3+
"version": "3.10.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": "https://github.com/streamdevs/lights.git",

services/kappa/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+
# [3.10.0](https://github.com/streamdevs/lights/compare/v3.9.4...v3.10.0) (2020-10-31)
7+
8+
**Note:** Version bump only for package streamdevs-lights-kappa
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/streamdevs/lights/compare/v3.9.3...v3.9.4) (2020-10-31)
715

816
**Note:** Version bump only for package streamdevs-lights-kappa

services/kappa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamdevs-lights-kappa",
3-
"version": "3.9.4",
3+
"version": "3.10.0",
44
"repository": "https://github.com/streamdevs/lights.git",
55
"author": "streamdevs",
66
"contributors": [
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@google-cloud/error-reporting": "^2.0.0",
3232
"@hapi/hapi": "^20.0.1",
33-
"@streamdevs/lights-lul": "^3.9.4",
33+
"@streamdevs/lights-lul": "^3.10.0",
3434
"dotenv": "^8.2.0",
3535
"twitch": "^4.2.6",
3636
"twitch-pubsub-client": "^4.2.6"

services/light/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+
# [3.10.0](https://github.com/streamdevs/lights/compare/v3.9.4...v3.10.0) (2020-10-31)
7+
8+
**Note:** Version bump only for package streamdevs-lights-light
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/streamdevs/lights/compare/v3.9.3...v3.9.4) (2020-10-31)
715

816
**Note:** Version bump only for package streamdevs-lights-light

services/light/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamdevs-lights-light",
3-
"version": "3.9.4",
3+
"version": "3.10.0",
44
"main": "index.js",
55
"repository": "https://github.com/streamdevs/lights.git",
66
"author": "streamdevs",
@@ -37,7 +37,7 @@
3737
"@google-cloud/error-reporting": "^2.0.0",
3838
"@hapi/hapi": "^20.0.1",
3939
"@hapi/joi": "^17.1.1",
40-
"@streamdevs/lights-lul": "^3.9.4",
40+
"@streamdevs/lights-lul": "^3.10.0",
4141
"dotenv": "^8.2.0"
4242
}
4343
}

0 commit comments

Comments
 (0)