From 18855bafd32a414c75854a7ec1d9ecf951f6600d Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Tue, 24 Sep 2024 18:10:02 +0800 Subject: [PATCH] chore: bump version --- crates/loro-wasm/CHANGELOG.md | 22 ++++++++++++++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 25 +++++++++++++++++++++++++ loro-js/package.json | 2 +- 4 files changed, 49 insertions(+), 2 deletions(-) diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index c409260a..2a14e71c 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 1.0.0-alpha.3 + +### Patch Changes + +- ### 🐛 Bug Fixes + + - Cursor behavior when using gc-snapshot (#472) + - _(wasm)_ Type err + + ### ⚙️ Miscellaneous Tasks + + - Make tree parent id pub on loro crate + + ### Feat + + - Allow editing on detached mode (#473) + + ### Fix + + - Get tree's alive children correctly (#474) + - Should not emit event when exporting gc-snapshot (#471) + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index adc7c51a..8a353f98 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt", diff --git a/loro-js/CHANGELOG.md b/loro-js/CHANGELOG.md index fa862de4..d255ac56 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 1.0.0-alpha.3 + +### Patch Changes + +- ### 🐛 Bug Fixes + + - Cursor behavior when using gc-snapshot (#472) + - _(wasm)_ Type err + + ### ⚙️ Miscellaneous Tasks + + - Make tree parent id pub on loro crate + + ### Feat + + - Allow editing on detached mode (#473) + + ### Fix + + - Get tree's alive children correctly (#474) + - Should not emit event when exporting gc-snapshot (#471) + +- Updated dependencies + - loro-wasm@1.0.0-alpha.3 + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 580a27f1..10b8937d 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",