Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Mar 29, 2024
1 parent a156b9c commit 5a2f263
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,6 +1,6 @@
{
"name": "@pansy/monorepo",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "pnpm -r --filter 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.0",
"version": "1.0.1",
"description": "Copy stuff into clipboard using JS with fallbacks",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -20,6 +20,6 @@
"author": "wangxingkang <https://github.com/wangxingkang>",
"license": "MIT",
"dependencies": {
"@pansy/toggle-selection": "1.0.0"
"@pansy/toggle-selection": "1.0.1"
}
}
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.0",
"version": "1.0.1",
"description": "Toggle current selected content in browser",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5a2f263

Please sign in to comment.