chore: version packages (#364)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-21 06:40:05 +08:00 committed by GitHub
parent 4514594709
commit d01fd66e39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 30 deletions

View file

@ -1,27 +0,0 @@
---
"loro-wasm": minor
"loro-crdt": minor
---
Movable Tree Children & Undo
#### 🐛 Bug Fixes
- Refine error message on corrupted data (#356)
- Add MovableList to CONTAINER_TYPES (#359)
- Better jitter for fractional index (#360)
#### 🧪 Testing
- Add compatibility tests (#357)
#### Feat
- Make the encoding format forward and backward compatible (#329)
- Undo (#361)
- Use fractional index to order the children of the tree (#298)
#### 🐛 Bug Fixes
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)

View file

@ -1,5 +1,32 @@
# Changelog
## 0.16.0
### Minor Changes
- c12c2b9: Movable Tree Children & Undo
#### 🐛 Bug Fixes
- Refine error message on corrupted data (#356)
- Add MovableList to CONTAINER_TYPES (#359)
- Better jitter for fractional index (#360)
#### 🧪 Testing
- Add compatibility tests (#357)
#### Feat
- Make the encoding format forward and backward compatible (#329)
- Undo (#361)
- Use fractional index to order the children of the tree (#298)
#### 🐛 Bug Fixes
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)
## 0.15.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.15.3",
"version": "0.16.0",
"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,37 @@
# Changelog
## 0.16.0
### Minor Changes
- c12c2b9: Movable Tree Children & Undo
#### 🐛 Bug Fixes
- Refine error message on corrupted data (#356)
- Add MovableList to CONTAINER_TYPES (#359)
- Better jitter for fractional index (#360)
#### 🧪 Testing
- Add compatibility tests (#357)
#### Feat
- Make the encoding format forward and backward compatible (#329)
- Undo (#361)
- Use fractional index to order the children of the tree (#298)
#### 🐛 Bug Fixes
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)
### Patch Changes
- Updated dependencies [c12c2b9]
- loro-wasm@0.16.0
## 0.15.3
### Patch Changes

View file

@ -1,8 +1,15 @@
{
"name": "loro-crdt",
"version": "0.15.3",
"version": "0.16.0",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": ["crdt", "CRDTs", "realtime", "collaboration", "sync", "p2p"],
"keywords": [
"crdt",
"CRDTs",
"realtime",
"collaboration",
"sync",
"p2p"
],
"main": "dist/loro.js",
"module": "dist/loro.mjs",
"typings": "dist/loro.d.ts",