Skip to content

Commit c370e62

Browse files
committed
v3.3.2
1 parent 4cfd158 commit c370e62

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

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.3.2](https://github.com/streamdevs/lights/compare/v3.3.1...v3.3.2) (2020-10-25)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/streamdevs/lights/compare/v3.3.0...v3.3.1) (2020-10-25)
715

816
**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.3.1",
6+
"version": "3.3.2",
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.3.2](https://github.com/streamdevs/lights/compare/v3.3.1...v3.3.2) (2020-10-25)
7+
8+
**Note:** Version bump only for package @streamdevs/lights-lul
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/streamdevs/lights/compare/v3.3.0...v3.3.1) (2020-10-25)
715

816
**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.3.1",
3+
"version": "3.3.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": "https://github.com/streamdevs/lights.git",

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.3.2](https://github.com/streamdevs/lights/compare/v3.3.1...v3.3.2) (2020-10-25)
7+
8+
**Note:** Version bump only for package streamdevs-lights-light
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/streamdevs/lights/compare/v3.3.0...v3.3.1) (2020-10-25)
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.3.1",
3+
"version": "3.3.2",
44
"main": "index.js",
55
"repository": "https://github.com/streamdevs/lights.git",
66
"author": "streamdevs",
@@ -43,7 +43,7 @@
4343
"@google-cloud/firestore": "^4.4.0",
4444
"@hapi/hapi": "^20.0.1",
4545
"@hapi/joi": "^17.1.1",
46-
"@streamdevs/lights-lul": "^3.3.1",
46+
"@streamdevs/lights-lul": "^3.3.2",
4747
"dotenv": "^8.2.0",
4848
"luxon": "^1.25.0",
4949
"node-fetch": "^2.6.1",

0 commit comments

Comments
 (0)