From c8bbb437caf482e1f90f542e5e931e19ec9bc4c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 13:12:38 +0800 Subject: [PATCH] chore: version packages (#366) Co-authored-by: github-actions[bot] --- .changeset/khaki-chicken-hope.md | 11 ----------- crates/loro-wasm/CHANGELOG.md | 11 +++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 14 ++++++++++++++ loro-js/package.json | 2 +- 5 files changed, 27 insertions(+), 13 deletions(-) delete mode 100644 .changeset/khaki-chicken-hope.md diff --git a/.changeset/khaki-chicken-hope.md b/.changeset/khaki-chicken-hope.md deleted file mode 100644 index 9abe1972..00000000 --- a/.changeset/khaki-chicken-hope.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Refine undo impl - -- Add "undo" origin for undo and redo event -- Allow users to skip certain local operations -- Skip undo/redo ops that are not visible to users -- Add returned bool value to indicate whether undo/redo is executed diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 475bf6b0..24a3370e 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.16.1 + +### Patch Changes + +- 5cd80b0: Refine undo impl + + - Add "undo" origin for undo and redo event + - Allow users to skip certain local operations + - Skip undo/redo ops that are not visible to users + - Add returned bool value to indicate whether undo/redo is executed + ## 0.16.0 ### Minor Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 0362758e..aa5e6fb6 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.16.0", + "version": "0.16.1", "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 972e9ed4..92c3c9dc 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.16.1 + +### Patch Changes + +- 5cd80b0: Refine undo impl + + - Add "undo" origin for undo and redo event + - Allow users to skip certain local operations + - Skip undo/redo ops that are not visible to users + - Add returned bool value to indicate whether undo/redo is executed + +- Updated dependencies [5cd80b0] + - loro-wasm@0.16.1 + ## 0.16.0 ### Minor Changes diff --git a/loro-js/package.json b/loro-js/package.json index 2616e2d3..61a8d8f6 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.16.0", + "version": "0.16.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",