Skip to content

Commit

Permalink
fix: fixed dropdown bug
Browse files Browse the repository at this point in the history
  • Loading branch information
smackgg committed Apr 12, 2023
1 parent 0e26c6d commit 00ecf32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- fixed dropdown bug

## 1.1.1

### Patch Changes

- Optimize Docs content and improve pop-up windows.

## 1.0.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-ff": "plasmo build --target=firefox-mv2 --zip",
"build-edge": "plasmo build --target=edge-mv3 --zip",
"package": "plasmo package",
"patch": "npx version patch && npx changeset version patch"
"patch": "pnpm changeset && pnpm changeset version"
},
"dependencies": {
"@changesets/cli": "^2.26.1",
Expand Down

0 comments on commit 00ecf32

Please sign in to comment.