Skip to content

Commit

Permalink
Merge pull request #122 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 Jun 20, 2024
2 parents fd5c109 + 6fc1af7 commit d5ef3da
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/red-mice-wait.md

This file was deleted.

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

## 1.0.23

### Patch Changes

- cffbba3: fix: add less/scss loader

## 1.0.22

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

### Patch Changes

- cffbba3: fix: add less/scss loader
- Updated dependencies [cffbba3]
- @zhinjs/plugin-screenshot@1.0.23

## 2.0.24

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

0 comments on commit d5ef3da

Please sign in to comment.