Skip to content

Commit

Permalink
chore: release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Mar 29, 2024
1 parent 5ba313c commit 40c40d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pansy/monorepo",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"scripts": {
"build": "pnpm -r run build",
"test": "vitest",
Expand Down
4 changes: 2 additions & 2 deletions packages/copy-to-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/copy-to-clipboard",
"version": "1.0.6",
"version": "1.0.7",
"description": "Copy stuff into clipboard using JS with fallbacks",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -21,6 +21,6 @@
"author": "wangxingkang <https://github.com/wangxingkang>",
"license": "MIT",
"dependencies": {
"@pansy/toggle-selection": "1.0.6"
"@pansy/toggle-selection": "1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/toggle-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/toggle-selection",
"version": "1.0.6",
"version": "1.0.7",
"description": "Toggle current selected content in browser",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 40c40d5

Please sign in to comment.