Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Mar 2, 2024
1 parent aa5c4c9 commit 25ed913
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
### Added
- breaking: make it compatible with memo and react compiler #202

## [1.7.12] - 2024-03-02
### Changed
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "react-tracked",
"description": "State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.",
"version": "1.7.12",
"version": "2.0.0-beta.1",
"publishConfig": {
"tag": "next"
},
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down

0 comments on commit 25ed913

Please sign in to comment.