From d01fd66e3901c9c9c202fc4c801cf6ac984d5d55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:40:05 +0800 Subject: [PATCH] chore: version packages (#364) Co-authored-by: github-actions[bot] --- .changeset/afraid-donkeys-stare.md | 27 ------------------------- crates/loro-wasm/CHANGELOG.md | 27 +++++++++++++++++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++ loro-js/package.json | 11 ++++++++-- 5 files changed, 69 insertions(+), 30 deletions(-) delete mode 100644 .changeset/afraid-donkeys-stare.md diff --git a/.changeset/afraid-donkeys-stare.md b/.changeset/afraid-donkeys-stare.md deleted file mode 100644 index d6d178cad..000000000 --- a/.changeset/afraid-donkeys-stare.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"loro-wasm": minor -"loro-crdt": minor ---- - -Movable Tree Children & Undo - -#### ๐Ÿ› Bug Fixes - -- Refine error message on corrupted data (#356) -- Add MovableList to CONTAINER_TYPES (#359) -- Better jitter for fractional index (#360) - -#### ๐Ÿงช Testing - -- Add compatibility tests (#357) - -#### Feat - -- Make the encoding format forward and backward compatible (#329) -- Undo (#361) -- Use fractional index to order the children of the tree (#298) - -#### ๐Ÿ› Bug Fixes - -- Tree fuzz sort value (#351) -- Upgrade wasm-bindgen to fix str free err (#353) diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 8b7e5a519..475bf6b0f 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 0.16.0 + +### Minor Changes + +- c12c2b9: Movable Tree Children & Undo + + #### ๐Ÿ› Bug Fixes + + - Refine error message on corrupted data (#356) + - Add MovableList to CONTAINER_TYPES (#359) + - Better jitter for fractional index (#360) + + #### ๐Ÿงช Testing + + - Add compatibility tests (#357) + + #### Feat + + - Make the encoding format forward and backward compatible (#329) + - Undo (#361) + - Use fractional index to order the children of the tree (#298) + + #### ๐Ÿ› Bug Fixes + + - Tree fuzz sort value (#351) + - Upgrade wasm-bindgen to fix str free err (#353) + ## 0.15.3 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index b22a4218f..0362758e1 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.15.3", + "version": "0.16.0", "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 0866493eb..972e9ed40 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 0.16.0 + +### Minor Changes + +- c12c2b9: Movable Tree Children & Undo + + #### ๐Ÿ› Bug Fixes + + - Refine error message on corrupted data (#356) + - Add MovableList to CONTAINER_TYPES (#359) + - Better jitter for fractional index (#360) + + #### ๐Ÿงช Testing + + - Add compatibility tests (#357) + + #### Feat + + - Make the encoding format forward and backward compatible (#329) + - Undo (#361) + - Use fractional index to order the children of the tree (#298) + + #### ๐Ÿ› Bug Fixes + + - Tree fuzz sort value (#351) + - Upgrade wasm-bindgen to fix str free err (#353) + +### Patch Changes + +- Updated dependencies [c12c2b9] + - loro-wasm@0.16.0 + ## 0.15.3 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index f60a67608..2616e2d38 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,8 +1,15 @@ { "name": "loro-crdt", - "version": "0.15.3", + "version": "0.16.0", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", - "keywords": ["crdt", "CRDTs", "realtime", "collaboration", "sync", "p2p"], + "keywords": [ + "crdt", + "CRDTs", + "realtime", + "collaboration", + "sync", + "p2p" + ], "main": "dist/loro.js", "module": "dist/loro.mjs", "typings": "dist/loro.d.ts",