Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
core: 0.0.8
wordle: 0.0.1-alpha.5
  • Loading branch information
MaikoTan committed Sep 27, 2023
1 parent b2ca2ab commit 7ecb99f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "@koishijs/wordle",
"description": "Wordle core for Koishi",
"version": "0.0.7",
"version": "0.0.8",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/wordle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-wordle",
"description": "Play wordle in Koishi",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"dependencies": {
"@koishijs/wordle": "^0.0.7"
"@koishijs/wordle": "^0.0.8"
},
"peerDependencies": {
"koishi": "^4.11.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ __metadata:
languageName: node
linkType: hard

"@koishijs/wordle@^0.0.7, @koishijs/wordle@workspace:packages/core":
"@koishijs/wordle@^0.0.8, @koishijs/wordle@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@koishijs/wordle@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -4898,7 +4898,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "koishi-plugin-wordle@workspace:packages/wordle"
dependencies:
"@koishijs/wordle": ^0.0.7
"@koishijs/wordle": ^0.0.8
koishi: ^4.14.5
peerDependencies:
koishi: ^4.11.0
Expand Down

1 comment on commit 7ecb99f

@vercel
Copy link

@vercel vercel bot commented on 7ecb99f Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.