Skip to content

Commit

Permalink
release version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Apr 19, 2022
1 parent b900d94 commit 995d36d
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 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": "5.1.0-pre.11",
"version": "5.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-call/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/api-call",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0",
"@types/node-fetch": "^2.5.7",
"tslib": "^2.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/api",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,12 +36,12 @@
"@d-fischer/logger": "^4.0.0",
"@d-fischer/rate-limiter": "^0.5.0",
"@d-fischer/shared-utils": "^3.2.0",
"@twurple/api-call": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/api-call": "^5.1.0",
"@twurple/common": "^5.1.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "^5.1.0-pre.11"
"@twurple/auth": "^5.1.0"
},
"peerDependencies": {
"@twurple/auth": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth-electron",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "^5.1.0-pre.11",
"@twurple/auth": "^5.1.0",
"electron": "^11.1.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth-ext",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "^5.1.0-pre.11",
"@twurple/auth": "^5.1.0",
"@types/twitch-ext": "^1.24.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-tmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth-tmi",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "^5.1.0-pre.11",
"@twurple/auth": "^5.1.0",
"tmi.js": "^1.7.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/auth",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@d-fischer/logger": "^4.0.0",
"@d-fischer/shared-utils": "^3.2.0",
"@twurple/api-call": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/api-call": "^5.1.0",
"@twurple/common": "^5.1.0",
"tslib": "^2.0.3"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/chat",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,12 +38,12 @@
"@d-fischer/rate-limiter": "^0.4.4",
"@d-fischer/shared-utils": "^3.2.0",
"@d-fischer/typed-event-emitter": "^3.2.2",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0",
"ircv3": "^0.28.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "^5.1.0-pre.11"
"@twurple/auth": "^5.1.0"
},
"peerDependencies": {
"@twurple/auth": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/common",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/easy-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/easy-bot",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,8 +27,8 @@
"license": "MIT",
"dependencies": {
"@d-fischer/shared-utils": "^3.2.0",
"@twurple/auth": "^5.1.0-pre.11",
"@twurple/chat": "^5.1.0-pre.11",
"@twurple/auth": "^5.1.0",
"@twurple/chat": "^5.1.0",
"tslib": "^2.0.3"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/ebs-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/ebs-helper",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,8 +33,8 @@
"license": "MIT",
"dependencies": {
"@d-fischer/shared-utils": "^3.2.0",
"@twurple/api-call": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/api-call": "^5.1.0",
"@twurple/common": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"tslib": "^2.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eventsub-ngrok/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/eventsub-ngrok",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/api": "^5.1.0-pre.11",
"@twurple/eventsub": "^5.1.0-pre.11"
"@twurple/api": "^5.1.0",
"@twurple/eventsub": "^5.1.0"
},
"peerDependencies": {
"@twurple/api": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eventsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/eventsub",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,14 +36,14 @@
"@d-fischer/raw-body": "^2.4.3",
"@d-fischer/shared-utils": "^3.2.0",
"@d-fischer/typed-event-emitter": "^3.2.2",
"@twurple/auth": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/auth": "^5.1.0",
"@twurple/common": "^5.1.0",
"@types/express-serve-static-core": "^4.17.24",
"httpanda": "^0.4.6",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/api": "^5.1.0-pre.11"
"@twurple/api": "^5.1.0"
},
"peerDependencies": {
"@twurple/api": "^5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twurple/pubsub",
"version": "5.1.0-pre.11",
"version": "5.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,11 +34,11 @@
"@d-fischer/logger": "^4.0.0",
"@d-fischer/shared-utils": "^3.2.0",
"@d-fischer/typed-event-emitter": "^3.2.2",
"@twurple/common": "^5.1.0-pre.11",
"@twurple/common": "^5.1.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "^5.1.0-pre.11"
"@twurple/auth": "^5.1.0"
},
"peerDependencies": {
"@twurple/auth": "^5.0.0"
Expand Down

0 comments on commit 995d36d

Please sign in to comment.