chore: bump loro-crdt

This commit is contained in:
Zixuan Chen 2024-01-22 13:00:42 +08:00
parent f6cc5da0f1
commit e304af05f4
No known key found for this signature in database
4 changed files with 25 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## 0.10.0
### Minor Changes
- New encoding schema
- BREAKING CHANGE: refactor: Optimizing Encoding Representation for Child Container Creation to Reduce Document Size (#247)
- feat: compare frontiers causal order (#257)
- docs: update docs about rich text style (#258)
## 0.9.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.9.4",
"version": "0.10.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,19 @@
# Changelog
## 0.10.0
### Minor Changes
- New encoding schema
- BREAKING CHANGE: refactor: Optimizing Encoding Representation for Child Container Creation to Reduce Document Size (#247)
- feat: compare frontiers causal order (#257)
- docs: update docs about rich text style (#258)
### Patch Changes
- Updated dependencies
- loro-wasm@0.10.0
## 0.9.4
### Patch Changes

View file

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