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 19, 2024
1 parent 6802853 commit 5e34920
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@cordisjs/plugin-server-temp": "^0.4.0"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
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.5.4",
"version": "4.5.6",
"type": "module",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,6 +33,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"dependencies": {
"@types/mailparser": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion adapters/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"dependencies": {
"html5parser": "^2.0.2",
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 Adapter for Satorijs",
"version": "4.7.2",
"version": "4.7.5",
"type": "module",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"dependencies": {
"@slack/types": "^2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"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 @@ -34,7 +34,7 @@
"@types/xml2js": "^0.4.14"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"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 @@ -34,7 +34,7 @@
"@types/xml2js": "^0.4.14"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"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 @@ -31,6 +31,6 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion adapters/zulip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
},
"dependencies": {
"marked": "^9.1.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.16",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-tsc": "^1.0.0-beta.3"
"yakumo-tsc": "^1.0.0-beta.4"
}
}
10 changes: 5 additions & 5 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": "4.1.1",
"version": "4.1.2",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -56,13 +56,13 @@
}
},
"peerDependencies": {
"cordis": "^3.16.1"
"cordis": "^3.17.3"
},
"dependencies": {
"@cordisjs/plugin-http": "^0.5.2",
"@cordisjs/plugin-http": "^0.5.3",
"@satorijs/element": "^3.1.7",
"@satorijs/protocol": "^1.4.0",
"cordis": "^3.16.1",
"@satorijs/protocol": "^1.4.1",
"cordis": "^3.17.3",
"cosmokit": "^1.6.2"
}
}
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.4.0",
"version": "1.4.1",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down
6 changes: 3 additions & 3 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": "4.1.1",
"version": "4.1.2",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -39,10 +39,10 @@
"plugin"
],
"peerDependencies": {
"cordis": "^3.16.1"
"cordis": "^3.17.3"
},
"dependencies": {
"@satorijs/core": "4.1.1",
"@satorijs/core": "4.1.2",
"cosmokit": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@cordisjs/plugin-server": "^0.2.3"
},
"peerDependencies": {
"@satorijs/core": "^4.1.1"
"@satorijs/core": "^4.1.2"
}
}

0 comments on commit 5e34920

Please sign in to comment.