Skip to content

Commit

Permalink
chore: version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Dec 16, 2021
1 parent c48bfdf commit ea2081a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "qq-guild-sdk",
"version": "1.1.1",
"version": "1.1.3",
"author": "yijie",
"workspaces": [
"docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qq-guild-sdk/core",
"version": "1.1.1",
"version": "1.1.3",
"description": "qq guild sdk core lib",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-qq-guild-bot",
"version": "1.1.2",
"version": "1.1.3",
"description": "qq guild sdk create",
"author": "yijie",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default (botName: string, options: Options) => {
}[options.language] }node -r dotenv/config ${ pkg.main }`
}
pkg.dependencies = {
'qq-guild-sdk': '^1.1.1'
'qq-guild-sdk': '^1.1.3'
}
pkg.devDependencies = {
}
Expand Down
4 changes: 2 additions & 2 deletions packages/qq-guild-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qq-guild-sdk",
"version": "1.1.1",
"version": "1.1.3",
"description": "qq guild sdk",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"dotenv": "^10.0.0",
"lodash.merge": "^4.6.2",
"@qq-guild-sdk/core": "^1.1.1"
"@qq-guild-sdk/core": "^1.1.3"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.6",
Expand Down

0 comments on commit ea2081a

Please sign in to comment.