Skip to content

Commit

Permalink
v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiMA10 committed Oct 31, 2020
1 parent 4674f40 commit 4880fd9
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 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.9.3](https://github.com/streamdevs/lights/compare/v3.9.2...v3.9.3) (2020-10-31)


### Bug Fixes

* **lul:** reward redeemer import ([4674f40](https://github.com/streamdevs/lights/commit/4674f403d0b4e8ed028add5fd9f129a2a8b0c916))





## [3.9.2](https://github.com/streamdevs/lights/compare/v3.9.1...v3.9.2) (2020-10-31)


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.9.2",
"version": "3.9.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lul/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.9.3](https://github.com/streamdevs/lights/compare/v3.9.2...v3.9.3) (2020-10-31)


### Bug Fixes

* **lul:** reward redeemer import ([4674f40](https://github.com/streamdevs/lights/commit/4674f403d0b4e8ed028add5fd9f129a2a8b0c916))





## [3.9.2](https://github.com/streamdevs/lights/compare/v3.9.1...v3.9.2) (2020-10-31)


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.9.2",
"version": "3.9.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/streamdevs/lights.git",
Expand Down
8 changes: 8 additions & 0 deletions services/kappa/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.9.3](https://github.com/streamdevs/lights/compare/v3.9.2...v3.9.3) (2020-10-31)

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





## [3.9.2](https://github.com/streamdevs/lights/compare/v3.9.1...v3.9.2) (2020-10-31)

**Note:** Version bump only for package streamdevs-lights-kappa
Expand Down
4 changes: 2 additions & 2 deletions services/kappa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamdevs-lights-kappa",
"version": "3.9.2",
"version": "3.9.3",
"repository": "https://github.com/streamdevs/lights.git",
"author": "streamdevs",
"contributors": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@google-cloud/error-reporting": "^2.0.0",
"@hapi/hapi": "^20.0.1",
"@streamdevs/lights-lul": "^3.9.2",
"@streamdevs/lights-lul": "^3.9.3",
"dotenv": "^8.2.0",
"twitch": "^4.2.6",
"twitch-pubsub-client": "^4.2.6"
Expand Down
8 changes: 8 additions & 0 deletions services/light/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.9.3](https://github.com/streamdevs/lights/compare/v3.9.2...v3.9.3) (2020-10-31)

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





## [3.9.2](https://github.com/streamdevs/lights/compare/v3.9.1...v3.9.2) (2020-10-31)

**Note:** Version bump only for package streamdevs-lights-light
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.9.2",
"version": "3.9.3",
"main": "index.js",
"repository": "https://github.com/streamdevs/lights.git",
"author": "streamdevs",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@google-cloud/error-reporting": "^2.0.0",
"@hapi/hapi": "^20.0.1",
"@hapi/joi": "^17.1.1",
"@streamdevs/lights-lul": "^3.9.2",
"@streamdevs/lights-lul": "^3.9.3",
"dotenv": "^8.2.0"
}
}

0 comments on commit 4880fd9

Please sign in to comment.