Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 14, 2023
1 parent 6ae3b0d commit 4cab923
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
}
}
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": "4.0.2",
"version": "4.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"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": "4.0.2",
"version": "4.0.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/lark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-lark",
"description": "Lark / Feishu Adapter for Satorijs",
"version": "3.0.2",
"version": "3.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions adapters/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-line",
"description": "Line Adapter for Satorijs",
"version": "2.0.2",
"version": "2.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,6 +26,6 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
}
}
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": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"@types/mailparser": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion adapters/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"image-size": "^1.0.2",
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": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions adapters/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-qq",
"description": "QQ Guild Adapter for Satorijs",
"version": "4.0.2",
"version": "4.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -27,7 +27,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions adapters/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-satori",
"description": "Satori Adapter for Satorijs",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,6 +26,6 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
}
}
2 changes: 1 addition & 1 deletion adapters/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"@slack/types": "^2.9.0",
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": "4.0.2",
"version": "4.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"file-type": "^16.5.4",
Expand Down
2 changes: 1 addition & 1 deletion adapters/wechat-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion adapters/wecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {
"@wecom/crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion adapters/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
},
"dependencies": {},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordis-axios",
"description": "Axios service for cordis",
"version": "3.3.1",
"version": "3.3.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down
8 changes: 4 additions & 4 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": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@satorijs/element": "^2.5.1",
"@satorijs/protocol": "^1.0.0",
"@satorijs/protocol": "^1.0.2",
"cordis": "^2.8.8",
"cordis-axios": "^3.3.1",
"cordis-axios": "^3.3.2",
"cosmokit": "^1.4.5",
"ws": "^8.14.2",
"reggol": "^1.5.1",
"reggol": "^1.5.2",
"schemastery": "^3.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/protocol",
"description": "Protocol types for Satori protocol",
"version": "1.0.0",
"version": "1.0.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down
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": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@satorijs/core": "3.0.0-rc.0",
"@satorijs/core": "3.0.0-rc.1",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"api"
],
"peerDependencies": {
"@satorijs/satori": "^3.0.0-rc.0"
"@satorijs/satori": "^3.0.0-rc.1"
}
}

0 comments on commit 4cab923

Please sign in to comment.