Skip to content

Commit

Permalink
Merge pull request #27 from hlysine/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--reactive
  • Loading branch information
hlysine committed Jun 10, 2023
2 parents 913445d + 691ba8c commit 7e2009b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.0](https://github.com/hlysine/reactive/compare/v0.4.7...v0.5.0) (2023-06-10)


### ⚠ BREAKING CHANGES

* add useReactiveRerender hook, makeReactive creates reactive props

### Features

* add useReactiveRerender hook, makeReactive creates reactive props ([14ddab6](https://github.com/hlysine/reactive/commit/14ddab6ae0be250a7842f0e5cadc4b28a1db2742))

## [0.4.7](https://github.com/hlysine/reactive/compare/v0.4.6...v0.4.7) (2023-06-05)


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.4.7",
"version": "0.5.0",
"keywords": [
"react",
"reactive",
Expand Down

0 comments on commit 7e2009b

Please sign in to comment.