mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +00:00
chore: bump loro-crdt
This commit is contained in:
parent
f6cc5da0f1
commit
e304af05f4
4 changed files with 25 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue