diff --git a/.changeset/hip-pears-accept.md b/.changeset/hip-pears-accept.md deleted file mode 100644 index 3f36d6e3..00000000 --- a/.changeset/hip-pears-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"loro-crdt": patch ---- - -Add `push` to LoroText and `pushContainer` to LoroList LoroMovableList diff --git a/.changeset/metal-fishes-tap.md b/.changeset/metal-fishes-tap.md deleted file mode 100644 index 5b10235c..00000000 --- a/.changeset/metal-fishes-tap.md +++ /dev/null @@ -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())` diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index ea0fa61a..9d4c09c4 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -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 diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 6aa09e74..baef4542 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -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",