Skip to content

Commit

Permalink
Merge pull request #151 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 Dec 23, 2024
2 parents 48ccff7 + 4707208 commit 6358261
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-numbers-wait.md

This file was deleted.

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

## 1.0.41

### Patch Changes

- 0aa7f8e: fix: qa-detail run error

## 1.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/qa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zhinjs/plugin-qa",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"version": "1.0.40",
"version": "1.0.41",
"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.46

### Patch Changes

- Updated dependencies [0aa7f8e]
- @zhinjs/plugin-qa@1.0.41

## 2.0.45

### 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.45",
"version": "2.0.46",
"scripts": {
"start": "zhin init && zhin -m dev",
"init": "zhin init",
Expand Down

0 comments on commit 6358261

Please sign in to comment.