Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 25, 2023
1 parent b9b694e commit 2dd501e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions adapters/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-discord",
"description": "Discord Adapter for Satorijs",
"version": "3.6.2",
"version": "3.7.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-kook",
"description": "Kook (Kaiheila) Adapter for Satorijs",
"version": "3.8.3",
"version": "3.9.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"@types/mailparser": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion adapters/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion adapters/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"@qq-guild-sdk/core": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions adapters/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-telegram",
"description": "Telegram Adapter for Satorijs",
"version": "3.7.8",
"version": "3.7.9",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.3.11"
"@satorijs/satori": "^2.4.0"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/core",
"description": "Core components of Satorijs",
"version": "2.3.11",
"version": "2.4.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,6 @@
"cosmokit": "^1.4.2",
"ws": "^8.13.0",
"reggol": "^1.4.2",
"schemastery": "^3.10.0"
"schemastery": "^3.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/satori",
"description": "Core components of Satorijs",
"version": "2.3.11",
"version": "2.4.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@satorijs/core": "2.3.11",
"@satorijs/core": "2.4.0",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.4",
Expand Down

0 comments on commit 2dd501e

Please sign in to comment.