Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @mrwhale-io/commands@1.0.1
 - @mrwhale-io/core@1.1.0
 - @mrwhale-io/discord@1.1.0
 - @mrwhale-io/gamejolt@1.2.0
  • Loading branch information
ttbowen committed Nov 30, 2021
1 parent 282fec3 commit 2b72b34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/mrwhale-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrwhale-io/commands",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Shared Mr. Whale command modules.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/mrwhale-io/mrwhale/issues"
},
"dependencies": {
"@mrwhale-io/core": "^1.0.0",
"@mrwhale-io/core": "^1.1.0",
"d20": "^1.4.1",
"figlet": "^1.5.0",
"jest": "^27.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mrwhale-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrwhale-io/core",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Shared Mr. Whale modules.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand Down
6 changes: 3 additions & 3 deletions packages/mrwhale-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrwhale-io/discord",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Mr. Whale discord chat bot integration.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@mrwhale-io/commands": "^1.0.0",
"@mrwhale-io/core": "^1.0.0",
"@mrwhale-io/commands": "^1.0.1",
"@mrwhale-io/core": "^1.1.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"sequelize": "^6.9.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mrwhale-gamejolt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrwhale-io/gamejolt",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Mr. Whale Game Jolt chat bot integration.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand All @@ -17,8 +17,8 @@
"url": "https://github.com/mrwhale-io/mrwhale/issues"
},
"dependencies": {
"@mrwhale-io/commands": "^1.0.0",
"@mrwhale-io/core": "^1.0.0",
"@mrwhale-io/commands": "^1.0.1",
"@mrwhale-io/core": "^1.1.0",
"@mrwhale-io/gamejolt-client": "^1.0.0",
"ascii-table": "^0.0.9",
"axios": "^0.21.1",
Expand Down

0 comments on commit 2b72b34

Please sign in to comment.