Skip to content

Commit 1b204f1

Browse files
committed
v3.8.0
1 parent cfbea0e commit 1b204f1

8 files changed

Lines changed: 44 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.0](https://github.com/streamdevs/lights/compare/v3.7.1...v3.8.0) (2020-10-31)
7+
8+
9+
### Features
10+
11+
* **light:** use new 'RewardRedeemer' ([856501f](https://github.com/streamdevs/lights/commit/856501f38428216ead6eaa297614b94c941587e5))
12+
13+
14+
15+
16+
617
## [3.7.1](https://github.com/streamdevs/lights/compare/v3.7.0...v3.7.1) (2020-10-31)
718

819

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.7.1",
6+
"version": "3.8.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/lul/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.8.0](https://github.com/streamdevs/lights/compare/v3.7.1...v3.8.0) (2020-10-31)
7+
8+
**Note:** Version bump only for package @streamdevs/lights-lul
9+
10+
11+
12+
13+
614
## [3.7.1](https://github.com/streamdevs/lights/compare/v3.7.0...v3.7.1) (2020-10-31)
715

816

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.7.1",
3+
"version": "3.8.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.8.0](https://github.com/streamdevs/lights/compare/v3.7.1...v3.8.0) (2020-10-31)
7+
8+
**Note:** Version bump only for package streamdevs-lights-kappa
9+
10+
11+
12+
13+
614
## [3.7.1](https://github.com/streamdevs/lights/compare/v3.7.0...v3.7.1) (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.7.1",
3+
"version": "3.8.0",
44
"repository": "https://github.com/streamdevs/lights.git",
55
"author": "streamdevs",
66
"contributors": [
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@hapi/hapi": "^20.0.1",
32-
"@streamdevs/lights-lul": "^3.7.1",
32+
"@streamdevs/lights-lul": "^3.8.0",
3333
"dotenv": "^8.2.0",
3434
"twitch": "^4.2.6",
3535
"twitch-pubsub-client": "^4.2.6"

services/light/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.0](https://github.com/streamdevs/lights/compare/v3.7.1...v3.8.0) (2020-10-31)
7+
8+
9+
### Features
10+
11+
* **light:** use new 'RewardRedeemer' ([856501f](https://github.com/streamdevs/lights/commit/856501f38428216ead6eaa297614b94c941587e5))
12+
13+
14+
15+
16+
617
## [3.7.1](https://github.com/streamdevs/lights/compare/v3.7.0...v3.7.1) (2020-10-31)
718

819
**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.7.1",
3+
"version": "3.8.0",
44
"main": "index.js",
55
"repository": "https://github.com/streamdevs/lights.git",
66
"author": "streamdevs",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@hapi/hapi": "^20.0.1",
3838
"@hapi/joi": "^17.1.1",
39-
"@streamdevs/lights-lul": "^3.7.1",
39+
"@streamdevs/lights-lul": "^3.8.0",
4040
"dotenv": "^8.2.0"
4141
}
4242
}

0 commit comments

Comments
 (0)