mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-05 20:17:13 +00:00
chore: version packages
This commit is contained in:
parent
9b60d01be2
commit
67fcc89e58
4 changed files with 10 additions and 13 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"loro-crdt": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `push` to LoroText and `pushContainer` to LoroList LoroMovableList
|
|
|
@ -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())`
|
|
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# 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
|
## 1.0.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-crdt",
|
"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.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crdt",
|
"crdt",
|
||||||
|
|
Loading…
Reference in a new issue