Skip to content

Commit

Permalink
chore: release v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Nov 1, 2024
1 parent 9d78057 commit 4f07476
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.0",
"version": "1.10.1",
"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.0",
"version": "1.10.1",
"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.0",
"version": "1.10.1",
"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.0",
"version": "1.10.1",
"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.0",
"version": "1.10.1",
"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 4f07476

Please sign in to comment.