From c869ee210cf9c23decb61949c9ca336ee0b28f15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Feb 2025 07:18:16 +0000 Subject: [PATCH] chore: version packages --- .changeset/many-points-fix.md | 5 ----- crates/loro-wasm/CHANGELOG.md | 6 ++++++ crates/loro-wasm/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/many-points-fix.md diff --git a/.changeset/many-points-fix.md b/.changeset/many-points-fix.md deleted file mode 100644 index 81d8fe4c..00000000 --- a/.changeset/many-points-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"loro-crdt": patch ---- - -fix: move tree node within the self parent with 16 siblings #635 diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 1e1a71bd..0e8d76c9 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.3 + +### Patch Changes + +- 8fdb25e: fix: move tree node within the self parent with 16 siblings #635 + ## 1.3.2 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index cc9f099d..8e353aec 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.3.2", + "version": "1.3.3", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",