Skip to content

Commit

Permalink
Merge pull request #9 from kmd-fl/release-please--branches--main--com…
Browse files Browse the repository at this point in the history
…ponents--effector

chore(main): release effector 0.1.5
  • Loading branch information
kmd-fl authored Mar 21, 2024
2 parents 6099f7b + 29d26fb commit d0971a9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.5](https://github.com/kmd-fl/ls-effector/compare/effector-v0.1.4...effector-v0.1.5) (2024-03-21)


### Bug Fixes

* fixed ([2f83a21](https://github.com/kmd-fl/ls-effector/commit/2f83a214600fe85c1bfbc15d8c92873e55cb2031))
* fixed ([d635046](https://github.com/kmd-fl/ls-effector/commit/d635046ad179b725ffe5dbf046a686bcb1855c0f))
* fixed flow ([ab9aa37](https://github.com/kmd-fl/ls-effector/commit/ab9aa37a77a0b60171c7d912180107f36f0f515c))
* readme ([6099f7b](https://github.com/kmd-fl/ls-effector/commit/6099f7b0c79f9994cd7df55e0ab8c3a1f6d223e6))
* readme ([071bd43](https://github.com/kmd-fl/ls-effector/commit/071bd43b01a06f2d70e9dd4c08c0abf9d39ac417))
* readme ([c50cfdd](https://github.com/kmd-fl/ls-effector/commit/c50cfdd7f4588eefbd7669e0ae21999560af5b62))
* readme 2 ([3a16f75](https://github.com/kmd-fl/ls-effector/commit/3a16f75f4e5f5f159a45032c9f065a36d25da322))
* validate ([3d2767d](https://github.com/kmd-fl/ls-effector/commit/3d2767d0adc20e38a3234dd4a20baa94ef9b0f62))

## [0.1.4](https://github.com/kmd-fl/ls-effector/compare/effector-v0.1.3...effector-v0.1.4) (2024-03-18)


Expand Down
2 changes: 1 addition & 1 deletion cid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-effector-cid"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
build = "built.rs"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion effector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls_effector"
version = "0.1.4"
version = "0.1.5"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion imports/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-effector-imports"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
publish = true

Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-effector-types"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
publish = false

Expand Down

0 comments on commit d0971a9

Please sign in to comment.