Skip to content

Commit

Permalink
release version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Jan 13, 2020
1 parent 1c96081 commit 8c8bdb5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.6.0",
"version": "3.7.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-chat-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-chat-client",
"version": "3.6.0",
"version": "3.7.0",
"description": "Interact with the Twitch Messaging Interface (aka Twitch chat).",
"keywords": [
"twitch",
Expand All @@ -25,7 +25,7 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"twitch": "^3.5.6"
"twitch": "^3.7.0"
},
"peerDependencies": {
"twitch": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-electron-auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-electron-auth-provider",
"version": "3.5.6",
"version": "3.7.0",
"description": "Obtain auth tokens for Twitch using an Electron popup.",
"keywords": [
"twitch",
Expand All @@ -23,7 +23,7 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"twitch": "^3.5.6"
"twitch": "^3.7.0"
},
"peerDependencies": {
"electron": ">=4.1.1 <6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-pubsub-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-pubsub-client",
"version": "3.5.9",
"version": "3.7.0",
"description": "Listen to events using the Twitch PubSub interface.",
"keywords": [
"twitch",
Expand All @@ -24,7 +24,7 @@
"universal-websocket-client": "^1.0.2"
},
"devDependencies": {
"twitch": "^3.5.6"
"twitch": "^3.7.0"
},
"peerDependencies": {
"twitch": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-webhooks",
"version": "3.5.6",
"version": "3.7.0",
"description": "Listen to events on Twitch via their WebHooks API.",
"keywords": [
"twitch",
Expand Down Expand Up @@ -29,7 +29,7 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"twitch": "^3.5.6"
"twitch": "^3.7.0"
},
"peerDependencies": {
"twitch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/twitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch",
"version": "3.5.6",
"version": "3.7.0",
"description": "Interact with Twitch's API.",
"keywords": [
"twitch",
Expand Down

0 comments on commit 8c8bdb5

Please sign in to comment.