Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zxch3n committed Nov 4, 2024
1 parent 9b60d01 commit 67fcc89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-pears-accept.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-fishes-tap.md

This file was deleted.

9 changes: 9 additions & 0 deletions crates/loro-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 67fcc89

Please sign in to comment.