mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: version packages (#326)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
73e3ba59c3
commit
4700ead1c1
5 changed files with 33 additions and 17 deletions
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue