Skip to content

Commit a308976

Browse files
committed
chore(release): 0.2.23
1 parent e407a6d commit a308976

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.23](https://github.com/fluthjs/fluth-vue/compare/v0.2.22...v0.2.23) (2025-08-06)
6+
7+
8+
### Features
9+
10+
* add render method for stream and observable ([69d66b3](https://github.com/fluthjs/fluth-vue/commit/69d66b3e2b7e91ed13a49c199c11844fec06edcc))
11+
* add toCompt method for stream and observable ([cd69ef3](https://github.com/fluthjs/fluth-vue/commit/cd69ef397a8bf429b3f6e3081c0d4c0894550e7b))
12+
* enhance stream reactivity with ref property ([e1f637c](https://github.com/fluthjs/fluth-vue/commit/e1f637cc2cd9e9c9a44c733c6cca767880d8e1c6))
13+
* stream value can have reactive capability ([41a801d](https://github.com/fluthjs/fluth-vue/commit/41a801dd1f5d3653f39f4c441368d7b0de9d6cf7))
14+
515
### [0.2.22](https://github.com/fluthjs/fluth-vue/compare/v0.2.21...v0.2.22) (2025-08-01)
616

717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluth-vue",
3-
"version": "0.2.22",
3+
"version": "0.2.23",
44
"description": "fluth composition utilities collection for vue",
55
"author": "yiludege <https://github.com/yiludege>",
66
"repository": "https://github.com/fluthjs/fluth-vue",

0 commit comments

Comments
 (0)