From c36664e7844eaf8ce11e366fc27b15eba3bea3f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:34:04 +0800 Subject: [PATCH] chore: version packages (#435) Co-authored-by: github-actions[bot] --- .changeset/sour-ladybugs-sin.md | 6 ------ crates/loro-wasm/CHANGELOG.md | 6 ++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 8 ++++++++ loro-js/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/sour-ladybugs-sin.md diff --git a/.changeset/sour-ladybugs-sin.md b/.changeset/sour-ladybugs-sin.md deleted file mode 100644 index da9bc053..00000000 --- a/.changeset/sour-ladybugs-sin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"loro-wasm": patch -"loro-crdt": patch ---- - -Fix build script diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index c0cae545..46919e4c 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.16.9 + +### Patch Changes + +- a761430: Fix build script + ## 0.16.8 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index f1ce402b..4df4c046 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "0.16.8", + "version": "0.16.9", "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 170f3732..ccd85710 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.16.9 + +### Patch Changes + +- a761430: Fix build script +- Updated dependencies [a761430] + - loro-wasm@0.16.9 + ## 0.16.8 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 888a308d..9d09d2bc 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "0.16.8", + "version": "0.16.9", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",