Skip to content

Commit

Permalink
chore: release alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and EqualMa committed Jun 19, 2024
1 parent 3c90b49 commit 75af3fb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/hooks-core": "3.0.0-alpha.4",
"packages/hooks": "3.0.0-alpha.9",
"packages/hooks-test": "0.1.18",
"packages/hooks": "3.0.0-alpha.10",
"packages/hooks-test": "0.1.19",
"packages/hooks-macro": "0.2.0",
"packages/hooks-macro-core": "0.4.0",
"packages/hooks-gen": "0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hooks-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hooks-test"
version = "0.1.18"
version = "0.1.19"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
17 changes: 17 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0-alpha.10](https://github.com/frender-rs/hooks/compare/hooks-v3.0.0-alpha.9...hooks-v3.0.0-alpha.10) (2024-06-19)


### ⚠ BREAKING CHANGES

* Signal::is_signal_of

### Features

* Signal::is_signal_of ([b72e0e7](https://github.com/frender-rs/hooks/commit/b72e0e79205d3d66c2cef88d059bd6a1b661775a))
* ToOwnedShareValue and ToOwnedSignal ([3c90b49](https://github.com/frender-rs/hooks/commit/3c90b49c85bbb5cd4c7841400ec0da3064c39e63))


### Bug Fixes

* better constraints for SignalHook ([4f5cee2](https://github.com/frender-rs/hooks/commit/4f5cee24c95093ea7c62540ced78d3d5d4b5b859))

## [3.0.0-alpha.9](https://github.com/frender-rs/hooks/compare/hooks-v3.0.0-alpha.8...hooks-v3.0.0-alpha.9) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hooks"
version = "3.0.0-alpha.9"
version = "3.0.0-alpha.10"
edition = "2021"
description = "Compile-time, async hooks"
license = "MIT"
Expand Down

0 comments on commit 75af3fb

Please sign in to comment.