From 676aedde13bcd21fa553eaf7c7ef67d2bf3be27e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Aug 2024 13:05:30 +0000 Subject: [PATCH] chore: version packages --- .changeset/late-scissors-hunt.md | 28 ---------------------------- crates/loro-wasm/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ loro-js/package.json | 2 +- 5 files changed, 61 insertions(+), 30 deletions(-) delete mode 100644 .changeset/late-scissors-hunt.md diff --git a/.changeset/late-scissors-hunt.md b/.changeset/late-scissors-hunt.md deleted file mode 100644 index ede317b8b..000000000 --- a/.changeset/late-scissors-hunt.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Add text update API - -- Remove the patch for crypto -- Add text update API (#404) -- Check invalid root container name (#411) - -### 🐛 Bug Fixes - -- Workaround lldb bug make loro crate debuggable (#414) -- Delete the **bring back** tree node from the undo container remap (#423) - -### 📚 Documentation - -- Fix typo -- Refine docs about event (#417) - -### 🎨 Styling - -- Use clippy to perf code (#407) - -### ⚙️ Miscellaneous Tasks - -- Add test tools (#410) diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index e7c766dcd..c0cae5459 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.16.8 + +### Patch Changes + +- 38b4bcf: Add text update API + + - Remove the patch for crypto + - Add text update API (#404) + - Check invalid root container name (#411) + + ### 🐛 Bug Fixes + + - Workaround lldb bug make loro crate debuggable (#414) + - Delete the **bring back** tree node from the undo container remap (#423) + + ### 📚 Documentation + + - Fix typo + - Refine docs about event (#417) + + ### 🎨 Styling + + - Use clippy to perf code (#407) + + ### ⚙️ Miscellaneous Tasks + + - Add test tools (#410) + ## 0.16.7 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 5579f4f93..f1ce402b6 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.16.7", + "version": "0.16.8", "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 04882384a..170f3732e 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 0.16.8 + +### Patch Changes + +- 38b4bcf: Add text update API + + - Remove the patch for crypto + - Add text update API (#404) + - Check invalid root container name (#411) + + ### 🐛 Bug Fixes + + - Workaround lldb bug make loro crate debuggable (#414) + - Delete the **bring back** tree node from the undo container remap (#423) + + ### 📚 Documentation + + - Fix typo + - Refine docs about event (#417) + + ### 🎨 Styling + + - Use clippy to perf code (#407) + + ### ⚙️ Miscellaneous Tasks + + - Add test tools (#410) + +- Updated dependencies [38b4bcf] + - loro-wasm@0.16.8 + ## 0.16.7 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index cedc187dc..888a308d8 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.16.7", + "version": "0.16.8", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",