Skip to content

Commit

Permalink
version: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freeshineit committed Oct 29, 2024
1 parent db29924 commit 15d9677
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/cra-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.2.0",
"react-clipboardjs-copy": "^2.1.0-beta.1",
"react-clipboardjs-copy": "^2.1.0",
"react-dom": "^18.2.0",
"@skax/react-scripts": "5.0.1-beta.2",
"typescript": "^4.4.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/cra-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5446,10 +5446,10 @@ react-app-polyfill@^3.0.0:
regenerator-runtime "^0.13.9"
whatwg-fetch "^3.6.2"

react-clipboardjs-copy@^2.1.0-beta.1:
version "2.1.0-beta.1"
resolved "https://registry.yarnpkg.com/react-clipboardjs-copy/-/react-clipboardjs-copy-2.1.0-beta.1.tgz#bc5273ce8c9df9f6b789301baba7661d6698a473"
integrity sha512-OVjQw9oJVH7/4FrlDsyKivs3VPKx8GwRCATv5i8GP2hKtit+VtIvw5RkBWk789D0/cw78w240BPd+Qe4YRclrA==
react-clipboardjs-copy@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-clipboardjs-copy/-/react-clipboardjs-copy-2.1.0.tgz#09705895529e572c5b9de3a7c212f0629857ce9b"
integrity sha512-p1MoNVxhvGp/0/Bbf04bbCWgiweJP0xpM1cEUEtempTQgei4Lzki9vkc8onZBV66BhSUeUU+rliLEZBA23qE3Q==
dependencies:
clipboard "2.0.11"

Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postcss": "^8.4.38",
"postcss-preset-env": "^9.6.0",
"react": "^18.2.0",
"react-clipboardjs-copy": "^2.1.0-beta.1",
"react-clipboardjs-copy": "^2.1.0",
"react-dom": "^18.2.0",
"sass": "^1.77.4",
"typescript": "5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-vite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1224,10 +1224,10 @@ postcss@^8.4.38, postcss@^8.4.43:
picocolors "^1.1.0"
source-map-js "^1.2.1"

react-clipboardjs-copy@^2.1.0-beta.1:
version "2.1.0-beta.1"
resolved "https://registry.yarnpkg.com/react-clipboardjs-copy/-/react-clipboardjs-copy-2.1.0-beta.1.tgz#bc5273ce8c9df9f6b789301baba7661d6698a473"
integrity sha512-OVjQw9oJVH7/4FrlDsyKivs3VPKx8GwRCATv5i8GP2hKtit+VtIvw5RkBWk789D0/cw78w240BPd+Qe4YRclrA==
react-clipboardjs-copy@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-clipboardjs-copy/-/react-clipboardjs-copy-2.1.0.tgz#09705895529e572c5b9de3a7c212f0629857ce9b"
integrity sha512-p1MoNVxhvGp/0/Bbf04bbCWgiweJP0xpM1cEUEtempTQgei4Lzki9vkc8onZBV66BhSUeUU+rliLEZBA23qE3Q==
dependencies:
clipboard "2.0.11"

Expand Down
2 changes: 1 addition & 1 deletion packages/copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-clipboardjs-copy",
"version": "2.1.0-beta.1",
"version": "2.1.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand Down

0 comments on commit 15d9677

Please sign in to comment.