Skip to content

Commit

Permalink
Merge pull request #101 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 Mar 2, 2024
2 parents 3bafb1d + 9f48019 commit edf1fa3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-cups-teach.md

This file was deleted.

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

## 1.0.5

### Patch Changes

- e8055de: fix: forward msg when msg too long

## 1.0.4

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

## 2.0.5

### Patch Changes

- Updated dependencies [e8055de]
- @zhinjs/icqq@1.0.5

## 2.0.4

### 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.4",
"version": "2.0.5",
"scripts": {
"start": "zhin",
"initial": "zhin init -m dev",
Expand Down

0 comments on commit edf1fa3

Please sign in to comment.