From 307df25691c644ebb0d8cae97ed06836274d25a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:54:47 +0800 Subject: [PATCH] chore: version packages (#346) Co-authored-by: github-actions[bot] --- .changeset/clever-paws-cheer.md | 26 -------------------------- crates/loro-wasm/CHANGELOG.md | 25 +++++++++++++++++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ loro-js/package.json | 2 +- 5 files changed, 55 insertions(+), 28 deletions(-) delete mode 100644 .changeset/clever-paws-cheer.md diff --git a/.changeset/clever-paws-cheer.md b/.changeset/clever-paws-cheer.md deleted file mode 100644 index 03eb99b4..00000000 --- a/.changeset/clever-paws-cheer.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Bug fixes and improvements. - -#### 🐛 Bug Fixes - -- Impl a few unimplemented! for movable tree (#335) -- Refine ts type; reject invalid operations (#334) -- Get cursor err on text and movable list (#337) -- Missing MovableList in all container type (#343) -- Upgrade generic-btree to allow large btree (#344) - -#### 📚 Documentation - -- Add warn(missing_docs) to loro and loro-wasm (#339) -- Minor fix on set_change_merge_interval api (#341) - -#### ⚙️ Miscellaneous Tasks - -- Skip the checking if not debug_assertions (#340) - - - diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 13a16688..43a9efb1 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 0.15.1 + +### Patch Changes + +- 04c6290: Bug fixes and improvements. + + #### 🐛 Bug Fixes + + - Impl a few unimplemented! for movable tree (#335) + - Refine ts type; reject invalid operations (#334) + - Get cursor err on text and movable list (#337) + - Missing MovableList in all container type (#343) + - Upgrade generic-btree to allow large btree (#344) + + #### 📚 Documentation + + - Add warn(missing_docs) to loro and loro-wasm (#339) + - Minor fix on set_change_merge_interval api (#341) + + #### ⚙️ Miscellaneous Tasks + + - Skip the checking if not debug_assertions (#340) + + + ## 0.15.0 ### Minor Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 3738cce6..9d34110e 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.15.0", + "version": "0.15.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 2cc47198..7f794784 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.15.1 + +### Patch Changes + +- 04c6290: Bug fixes and improvements. + + #### 🐛 Bug Fixes + + - Impl a few unimplemented! for movable tree (#335) + - Refine ts type; reject invalid operations (#334) + - Get cursor err on text and movable list (#337) + - Missing MovableList in all container type (#343) + - Upgrade generic-btree to allow large btree (#344) + + #### 📚 Documentation + + - Add warn(missing_docs) to loro and loro-wasm (#339) + - Minor fix on set_change_merge_interval api (#341) + + #### ⚙️ Miscellaneous Tasks + + - Skip the checking if not debug_assertions (#340) + + + +- Updated dependencies [04c6290] + - loro-wasm@0.15.1 + ## 0.15.0 ### Minor Changes diff --git a/loro-js/package.json b/loro-js/package.json index 540b75e2..65afe2ff 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.15.0", + "version": "0.15.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",