chore: version packages
Some checks failed
Release WASM / Release (push) Has been cancelled
Test All / build (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2024-11-04 14:36:34 +00:00 committed by Zixuan Chen
parent 9b60d01be2
commit 67fcc89e58
4 changed files with 10 additions and 13 deletions

View file

@ -1,5 +0,0 @@
---
"loro-crdt": patch
---
Add `push` to LoroText and `pushContainer` to LoroList LoroMovableList

View file

@ -1,7 +0,0 @@
---
"loro-crdt": patch
---
Define the behavior of `doc.fork()` when the doc is detached
It will fork at the current state_frontiers, which is equivalent to calling `doc.fork_at(&doc.state_frontiers())`

View file

@ -1,5 +1,14 @@
# Changelog
## 1.0.9
### Patch Changes
- 7bf6db7: Add `push` to LoroText and `pushContainer` to LoroList LoroMovableList
- 9b60d01: Define the behavior of `doc.fork()` when the doc is detached
It will fork at the current state_frontiers, which is equivalent to calling `doc.fork_at(&doc.state_frontiers())`
## 1.0.8
### Patch Changes

View file

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