Skip to content

Commit

Permalink
Merge pull request #8 from hlysine/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--reactive
  • Loading branch information
hlysine committed May 22, 2023
2 parents d2402ee + 06c9c31 commit fa0e592
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/hlysine/reactive/compare/v0.2.1...v0.3.0) (2023-05-22)


### ⚠ BREAKING CHANGES

* remove useReactiveEffect, add useWatch and useWatchEffect

### Features

* add missing exports ([e54ab60](https://github.com/hlysine/reactive/commit/e54ab604e246322a94a882c4738319bdf599cf2b))
* remove useReactiveEffect, add useWatch and useWatchEffect ([85cca77](https://github.com/hlysine/reactive/commit/85cca77d201471fb861bc30987693c4421cc7524))

## [0.2.1](https://github.com/hlysine/reactive/compare/v0.2.0...v0.2.1) (2023-05-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlysine/reactive",
"version": "0.2.1",
"version": "0.3.0",
"keywords": [
"react",
"reactive",
Expand Down

0 comments on commit fa0e592

Please sign in to comment.