Skip to content

Commit

Permalink
chore: release v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Nov 6, 2024
1 parent b436935 commit dea5e36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-doc",
"version": "1.10.1",
"version": "1.10.2",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-ssr",
"version": "1.10.1",
"version": "1.10.2",
"private": true,
"scripts": {
"dev": "next dev --port 3006",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-unocss-csr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-unocss-csr",
"private": true,
"version": "1.10.1",
"version": "1.10.2",
"type": "module",
"description": "react-ts-vite-unocss template",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shined-react-use-monorepo",
"private": true,
"version": "1.10.1",
"version": "1.10.2",
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-use/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shined/react-use",
"type": "module",
"version": "1.10.1",
"version": "1.10.2",
"description": "A New Programming Paradigm to Reshape React Development.",
"author": "Viki <[email protected]> (https://github.com/vikiboss)",
"license": "MIT",
Expand Down

0 comments on commit dea5e36

Please sign in to comment.