From 7fc85b1b04acbb33f14803220a4d5f354325371b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:28:24 +0800 Subject: [PATCH] chore: version packages (#370) Co-authored-by: github-actions[bot] --- .changeset/new-eyes-guess.md | 10 ---------- crates/loro-wasm/CHANGELOG.md | 10 ++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 13 +++++++++++++ loro-js/package.json | 2 +- 5 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 .changeset/new-eyes-guess.md diff --git a/.changeset/new-eyes-guess.md b/.changeset/new-eyes-guess.md deleted file mode 100644 index 2f908a0f9..000000000 --- a/.changeset/new-eyes-guess.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Better undo events & transform cursors by undo manager (#369) - -#### 🧪 Testing - -- Enable compatibility test (#367) diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 24a3370e4..bf3b8517e 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.16.2 + +### Patch Changes + +- 34f6064: Better undo events & transform cursors by undo manager (#369) + + #### 🧪 Testing + + - Enable compatibility test (#367) + ## 0.16.1 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index aa5e6fb64..516892036 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.16.1", + "version": "0.16.2", "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 92c3c9dc5..71e47624f 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.16.2 + +### Patch Changes + +- 34f6064: Better undo events & transform cursors by undo manager (#369) + + #### 🧪 Testing + + - Enable compatibility test (#367) + +- Updated dependencies [34f6064] + - loro-wasm@0.16.2 + ## 0.16.1 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 8257d7ef4..2e258a3ff 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.16.1", + "version": "0.16.2", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",