Skip to content

Commit

Permalink
Merge pull request #35 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 12, 2023
2 parents 0942c78 + 28044e9 commit 2d16810
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.7.0](https://github.com/hlysine/reactive/compare/v0.6.2...v0.7.0) (2023-06-12)


### ⚠ BREAKING CHANGES

* separate makeReactive and makeReactiveHook to support hook parameters

### Bug Fixes

* separate makeReactive and makeReactiveHook to support hook parameters ([4f63c0e](https://github.com/hlysine/reactive/commit/4f63c0e8bbadbde17937a6d1467e954b1b01db09))

## [0.6.2](https://github.com/hlysine/reactive/compare/v0.6.1...v0.6.2) (2023-06-11)


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

0 comments on commit 2d16810

Please sign in to comment.