Skip to content

Commit 1627f7f

Browse files
chore: bump version to 0.0.4
1 parent 8993fcc commit 1627f7f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
## 0.0.3 (2023-01-16)
1+
## [0.0.4](https://github.com/frederick-wang/pyreactivity/compare/v0.0.3...v0.0.4) (2023-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **patches:** fix the support of Ref for json ([e83b2c3](https://github.com/frederick-wang/pyreactivity/commit/e83b2c39d316c78ab8daa17f60f91f93388fc067))
7+
8+
9+
### Features
10+
11+
* **patches:** add patch_json() and unpatch_json() functions ([354b2ee](https://github.com/frederick-wang/pyreactivity/commit/354b2ee4f17aa31cb1a92251196253ef2723e10b))
12+
* **ref/reactivity:** add deep_unref() and deep_to_raw() ([c82afa6](https://github.com/frederick-wang/pyreactivity/commit/c82afa661e26fe7717fb1eab6fba50a17ba38080))
13+
14+
15+
16+
## [0.0.3](https://github.com/frederick-wang/pyreactivity/compare/637b5936d3a82bfaacdddc55419dbdd2ced82b68...v0.0.3) (2023-01-16)
217

318

419
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyreactivity",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A Python package for reactivity like Vue.js.",
55
"main": "index.js",
66
"scripts": {

src/reactivity/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.3'
1+
__version__ = '0.0.4'

0 commit comments

Comments
 (0)