Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @mrwhale-io/commands@2.0.0
 - @mrwhale-io/core@1.4.0
 - @mrwhale-io/dashboard@1.0.1
 - @mrwhale-io/discord@3.1.0
 - @mrwhale-io/gamejolt@2.0.0
 - @mrwhale-io/gamejolt-client@1.3.0
  • Loading branch information
ttbowen committed Nov 27, 2023
1 parent 74e283f commit 17fe37e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.3",
"version": "2.0.0",
"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.3.0",
"@mrwhale-io/core": "^1.4.0",
"d20": "^1.4.1",
"figlet": "^1.5.0",
"jest": "^29.6.4",
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.3.0",
"version": "1.4.0",
"private": true,
"description": "Shared Mr. Whale modules.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand Down
4 changes: 2 additions & 2 deletions packages/mrwhale-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mrwhale-io/dashboard",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Mr. Whale dashboard.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
"type": "module",
Expand All @@ -16,7 +16,7 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/luckiest-guy": "^5.0.12",
"@mrwhale-io/core": "^1.3.0",
"@mrwhale-io/core": "^1.4.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"@reduxjs/toolkit": "^1.9.5",
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": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "Mr. Whale discord chat bot integration.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/mrwhale-io/mrwhale/issues"
},
"dependencies": {
"@mrwhale-io/commands": "^1.0.3",
"@mrwhale-io/core": "^1.3.0",
"@mrwhale-io/commands": "^2.0.0",
"@mrwhale-io/core": "^1.4.0",
"axios": "^0.21.1",
"canvacord": "^5.4.10",
"canvas": "^2.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mrwhale-gamejolt-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrwhale-io/gamejolt-client",
"version": "1.2.0",
"version": "1.3.0",
"description": "Client that allows you to easily interact with the Game Jolt chat and site API.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
"homepage": "https://github.com/mrwhale-io/mrwhale/tree/main/packages/mrwhale-gamejolt-client#readme",
Expand Down
8 changes: 4 additions & 4 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.5.0",
"version": "2.0.0",
"private": true,
"description": "Mr. Whale Game Jolt chat bot integration.",
"author": "Thomas Bowen <ttbowen11@hotmail.co.uk>",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@cwasm/webp": "^0.1.5",
"@mrwhale-io/commands": "^1.0.3",
"@mrwhale-io/core": "^1.3.0",
"@mrwhale-io/gamejolt-client": "^1.2.0",
"@mrwhale-io/commands": "^2.0.0",
"@mrwhale-io/core": "^1.4.0",
"@mrwhale-io/gamejolt-client": "^1.3.0",
"ascii-table": "^0.0.9",
"axios": "^0.21.1",
"canvacord": "^5.4.10",
Expand Down

0 comments on commit 17fe37e

Please sign in to comment.