Skip to content

Commit

Permalink
Merge pull request #137 from zhinjs/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
lc-cn authored Jul 11, 2024
2 parents bb89f17 + 76f9d22 commit 749990c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tidy-cherries-argue.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapters/qq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zhinjs/qq

## 0.0.10

### Patch Changes

- 9687c5b: 官方适配发消息方法丢失

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/qq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zhinjs/adapter-qq",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"build": "tsc && tsc-alias"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/guildManage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zhinjs/plugin-guild-manage

## 1.0.34

### Patch Changes

- Updated dependencies [9687c5b]
- @zhinjs/adapter-qq@0.0.10

## 1.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/guildManage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zhinjs/plugin-guild-manage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"version": "1.0.33",
"version": "1.0.34",
"scripts": {
"build": "tsc && tsc-alias"
},
Expand Down
8 changes: 8 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# test

## 2.0.38

### Patch Changes

- Updated dependencies [9687c5b]
- @zhinjs/adapter-qq@0.0.10
- @zhinjs/plugin-guild-manage@1.0.34

## 2.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test",
"private": true,
"version": "2.0.37",
"version": "2.0.38",
"scripts": {
"start": "zhin init && zhin -m dev",
"init": "zhin init",
Expand Down

0 comments on commit 749990c

Please sign in to comment.