Skip to content

Commit 1d57a12

Browse files
chore(release): 0.2.4 [skip ci]
## [0.2.4](0.2.3...0.2.4) (2025-04-07) ### Bug Fixes * cannot provide undefined to useObservable as observable ([d0c883e](d0c883e)) * code cleanup (semicolon) ([aa146c5](aa146c5)) * docs improvements. ([1ec733a](1ec733a))
1 parent 1ec733a commit 1d57a12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.4](https://github.com/AndreyShashlovDev/flexdi/compare/0.2.3...0.2.4) (2025-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* cannot provide undefined to useObservable as observable ([d0c883e](https://github.com/AndreyShashlovDev/flexdi/commit/d0c883e3136c94c430330fbd2aa83e3a003c64c9))
7+
* code cleanup (semicolon) ([aa146c5](https://github.com/AndreyShashlovDev/flexdi/commit/aa146c5db4d3bcea7f26a65148f5b1fbfcab2dbc))
8+
* docs improvements. ([1ec733a](https://github.com/AndreyShashlovDev/flexdi/commit/1ec733a18183c61966ef818d5a48d8a5ddf447c1))
9+
110
## [0.2.3](https://github.com/AndreyShashlovDev/flexdi/compare/0.2.2...0.2.3) (2025-04-06)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexdi",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Framework-agnostic dependency injection that adapts to your favorite UI library",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)