Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiMA10 committed Oct 25, 2020
1 parent 0d55a18 commit 180518f
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 5 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.3.0](https://github.com/streamdevs/lights/compare/v3.2.0...v3.3.0) (2020-10-25)


### Bug Fixes

* 'TurnOffAndOnLights' spec ([455cbfd](https://github.com/streamdevs/lights/commit/455cbfd214be2fa01a273a3ba8bcaa4472072471))
* restore default color in 'LifxLightService' ([d4d600c](https://github.com/streamdevs/lights/commit/d4d600c6597e2de49964fed689797cce23a37212))


### Features

* add 'changeColor' to 'LightService' ([4b6208c](https://github.com/streamdevs/lights/commit/4b6208cc8dceeb0fa61fd19b305fb07d602ec176))
* add 'GET /twitch/auth' route ([cb489b6](https://github.com/streamdevs/lights/commit/cb489b6c766c3d4b1e849e10c3f19b333b87c5b9))
* add message to reward ([d01243e](https://github.com/streamdevs/lights/commit/d01243e2f3be56549b0a39a76e0b871749394465))
* allow users to configure reward id ([622c66d](https://github.com/streamdevs/lights/commit/622c66dbc744f2081c7c7811e7b0e38acd275db5))
* allow users to configure the lights ids ([62a9fc8](https://github.com/streamdevs/lights/commit/62a9fc81484721a2b97fe81467129aa5a982f7d1))
* App Engine deploy configuration ([55ebf47](https://github.com/streamdevs/lights/commit/55ebf4788c69e8f0d70b06734b92445e288217dd))
* handle new reward in the '/twitch/rewards' route ([f8d894f](https://github.com/streamdevs/lights/commit/f8d894fb378f074b68e28db4ea925e0466155afd))
* handle twitch callback ([a7136f6](https://github.com/streamdevs/lights/commit/a7136f6876d6b0d412ab20b4b38ceb5ce0ef1290))
* keep the connection with Twitch PubSub alive ([87c452f](https://github.com/streamdevs/lights/commit/87c452f9b84dcc1d8e280abca1b56265854d3b4b))
* new 'ChangeLightColor' use case ([574c7b3](https://github.com/streamdevs/lights/commit/574c7b377add21e548828d6e50bbcf74b629432f))
* refresh hue token ([56a961c](https://github.com/streamdevs/lights/commit/56a961cabda96cacb47d2648118d5bca05f51f7b))
* refresh twitch token ([477d576](https://github.com/streamdevs/lights/commit/477d576ccfb65760bc85cdcaa676bbc2dd904951))
* store Twitch and Hue configuration in Firestore ([fd9d87c](https://github.com/streamdevs/lights/commit/fd9d87c9a725909cacd9b8a02a1194eb029181a5))





# 3.2.0 (2020-10-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services/*",
"packages/*"
],
"version": "3.2.0",
"version": "3.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lul/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.

# [3.3.0](https://github.com/streamdevs/lights/compare/v3.2.0...v3.3.0) (2020-10-25)

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





# 3.2.0 (2020-10-25)

**Note:** Version bump only for package @streamdevs/lights-lul
Expand Down
2 changes: 1 addition & 1 deletion packages/lul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamdevs/lights-lul",
"version": "3.2.0",
"version": "3.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/streamdevs/lights.git",
Expand Down
11 changes: 11 additions & 0 deletions services/kappa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.3.0](https://github.com/streamdevs/lights/compare/v3.2.0...v3.3.0) (2020-10-25)


### Features

* add message to reward ([d01243e](https://github.com/streamdevs/lights/commit/d01243e2f3be56549b0a39a76e0b871749394465))





# 3.2.0 (2020-10-25)


Expand Down
2 changes: 1 addition & 1 deletion services/kappa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamdevs-lights-kappa",
"version": "3.2.0",
"version": "3.3.0",
"repository": "https://github.com/streamdevs/lights.git",
"author": "streamdevs",
"contributors": [
Expand Down
19 changes: 19 additions & 0 deletions services/light/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.

# [3.3.0](https://github.com/streamdevs/lights/compare/v3.2.0...v3.3.0) (2020-10-25)


### Bug Fixes

* restore default color in 'LifxLightService' ([d4d600c](https://github.com/streamdevs/lights/commit/d4d600c6597e2de49964fed689797cce23a37212))


### Features

* add 'changeColor' to 'LightService' ([4b6208c](https://github.com/streamdevs/lights/commit/4b6208cc8dceeb0fa61fd19b305fb07d602ec176))
* add message to reward ([d01243e](https://github.com/streamdevs/lights/commit/d01243e2f3be56549b0a39a76e0b871749394465))
* handle new reward in the '/twitch/rewards' route ([f8d894f](https://github.com/streamdevs/lights/commit/f8d894fb378f074b68e28db4ea925e0466155afd))
* new 'ChangeLightColor' use case ([574c7b3](https://github.com/streamdevs/lights/commit/574c7b377add21e548828d6e50bbcf74b629432f))





# 3.2.0 (2020-10-25)


Expand Down
4 changes: 2 additions & 2 deletions services/light/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamdevs-lights-light",
"version": "3.2.0",
"version": "3.3.0",
"main": "index.js",
"repository": "https://github.com/streamdevs/lights.git",
"author": "streamdevs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@google-cloud/firestore": "^4.4.0",
"@hapi/hapi": "^20.0.1",
"@hapi/joi": "^17.1.1",
"@streamdevs/lights-lul": "^3.2.0",
"@streamdevs/lights-lul": "^3.3.0",
"dotenv": "^8.2.0",
"luxon": "^1.25.0",
"node-fetch": "^2.6.1",
Expand Down

0 comments on commit 180518f

Please sign in to comment.