Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
childrentime committed Mar 4, 2023
1 parent 8aba692 commit 5c73aa6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/core/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@
### Core

* add useControlled

### 2.0.0(March 4, 2023)

### Core

* fixed some ssr error
* add useScrollIntoView
* add useSticky
* add useReducedMotion
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactuses/core",
"version": "1.1.5",
"version": "2.0.0",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 5c73aa6

Please sign in to comment.