chore: version packages (#326)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-04-18 19:56:47 +08:00 committed by GitHub
parent 73e3ba59c3
commit 4700ead1c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 17 deletions

View file

@ -1,15 +0,0 @@
---
"loro-wasm": patch
"loro-crdt": patch
---
Bug Fix
#### 🐛 Bug Fixes
- *(js)* Allow convert from undefined to LoroValue (#323)
#### 🚜 Refactor
- Refine ts type (#322)

View file

@ -1,5 +1,19 @@
# Changelog
## 0.14.5
### Patch Changes
- 73e3ba5: Bug Fix
#### 🐛 Bug Fixes
- _(js)_ Allow convert from undefined to LoroValue (#323)
#### 🚜 Refactor
- Refine ts type (#322)
## 0.14.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.14.4",
"version": "0.14.5",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",

View file

@ -1,5 +1,22 @@
# Changelog
## 0.14.5
### Patch Changes
- 73e3ba5: Bug Fix
#### 🐛 Bug Fixes
- _(js)_ Allow convert from undefined to LoroValue (#323)
#### 🚜 Refactor
- Refine ts type (#322)
- Updated dependencies [73e3ba5]
- loro-wasm@0.14.5
## 0.14.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "0.14.4",
"version": "0.14.5",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",