chore: version packages (#346)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-02 16:54:47 +08:00 committed by GitHub
parent 2d1fb4a09d
commit 307df25691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 55 additions and 28 deletions

View file

@ -1,26 +0,0 @@
---
"loro-wasm": patch
"loro-crdt": patch
---
Bug fixes and improvements.
#### 🐛 Bug Fixes
- Impl a few unimplemented! for movable tree (#335)
- Refine ts type; reject invalid operations (#334)
- Get cursor err on text and movable list (#337)
- Missing MovableList in all container type (#343)
- Upgrade generic-btree to allow large btree (#344)
#### 📚 Documentation
- Add warn(missing_docs) to loro and loro-wasm (#339)
- Minor fix on set_change_merge_interval api (#341)
#### ⚙️ Miscellaneous Tasks
- Skip the checking if not debug_assertions (#340)
<!-- generated by git-cliff -->

View file

@ -1,5 +1,30 @@
# Changelog
## 0.15.1
### Patch Changes
- 04c6290: Bug fixes and improvements.
#### 🐛 Bug Fixes
- Impl a few unimplemented! for movable tree (#335)
- Refine ts type; reject invalid operations (#334)
- Get cursor err on text and movable list (#337)
- Missing MovableList in all container type (#343)
- Upgrade generic-btree to allow large btree (#344)
#### 📚 Documentation
- Add warn(missing_docs) to loro and loro-wasm (#339)
- Minor fix on set_change_merge_interval api (#341)
#### ⚙️ Miscellaneous Tasks
- Skip the checking if not debug_assertions (#340)
<!-- generated by git-cliff -->
## 0.15.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.15.0",
"version": "0.15.1",
"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,33 @@
# Changelog
## 0.15.1
### Patch Changes
- 04c6290: Bug fixes and improvements.
#### 🐛 Bug Fixes
- Impl a few unimplemented! for movable tree (#335)
- Refine ts type; reject invalid operations (#334)
- Get cursor err on text and movable list (#337)
- Missing MovableList in all container type (#343)
- Upgrade generic-btree to allow large btree (#344)
#### 📚 Documentation
- Add warn(missing_docs) to loro and loro-wasm (#339)
- Minor fix on set_change_merge_interval api (#341)
#### ⚙️ Miscellaneous Tasks
- Skip the checking if not debug_assertions (#340)
<!-- generated by git-cliff -->
- Updated dependencies [04c6290]
- loro-wasm@0.15.1
## 0.15.0
### Minor Changes

View file

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