Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 20, 2023
1 parent 2861f00 commit 4cc7a3a
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]

steps:
- name: Check out
Expand Down
4 changes: 2 additions & 2 deletions adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/adapter-dingtalk",
"description": "DingTalk (钉钉) Adapter for Satorijs",
"version": "2.0.4",
"version": "2.0.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,6 +33,6 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion adapters/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/kook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"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 @@ -36,7 +36,7 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion adapters/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion adapters/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"dependencies": {
"@types/mailparser": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion adapters/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"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.1.8",
"version": "4.1.10",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"dependencies": {
"qface": "^1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion adapters/satori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion adapters/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"dependencies": {
"@slack/types": "^2.9.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 @@ -36,7 +36,7 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.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 @@ -33,7 +33,7 @@
"@types/xml2js": "^0.4.13"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.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 @@ -33,7 +33,7 @@
"@types/xml2js": "^0.4.13"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.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 @@ -30,6 +30,6 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion adapters/zulip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chat"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
},
"dependencies": {
"marked": "^9.1.3"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "3.2.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"ws": "^8.14.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.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": "3.2.0",
"version": "3.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/parseurl": "^1.3.2"
},
"dependencies": {
"@satorijs/core": "3.2.0",
"@satorijs/core": "3.2.1",
"@types/ws": "^8.5.8",
"file-type": "^16.5.4",
"http-proxy-agent": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/server-proxy",
"description": "Proxy plugin for cordis",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -28,6 +28,6 @@
"service"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/server-satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/server-satori",
"description": "Basic API server for Satori protocol",
"version": "2.3.0",
"version": "2.3.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"@satorijs/router": "^1.1.2"
},
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/server-temp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@satorijs/server-temp",
"description": "Temp server plugin for cordis",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -28,6 +28,6 @@
"service"
],
"peerDependencies": {
"@satorijs/satori": "^3.2.0"
"@satorijs/satori": "^3.2.1"
}
}

0 comments on commit 4cc7a3a

Please sign in to comment.