Skip to content

Commit da8a0f6

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: version packages
1 parent e30678d commit da8a0f6

File tree

5 files changed

+45
-23
lines changed

5 files changed

+45
-23
lines changed

.changeset/honest-cooks-bathe.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

crates/loro-wasm/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- e30678d: Perf: fix deletions merge
8+
9+
#### 🐛 Bug Fixes
10+
11+
- _(wasm)_ Movable list .kind() (#342)
12+
13+
#### ⚡ Performance
14+
15+
- Delete span merge err (#348)
16+
17+
#### ⚙️ Miscellaneous Tasks
18+
19+
- Warn missing debug impl (#347)
20+
21+
<!-- generated by git-cliff -->
22+
323
## 0.15.1
424

525
### Patch Changes

crates/loro-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-wasm",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
55
"keywords": [
66
"crdt",

loro-js/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- e30678d: Perf: fix deletions merge
8+
9+
#### 🐛 Bug Fixes
10+
11+
- _(wasm)_ Movable list .kind() (#342)
12+
13+
#### ⚡ Performance
14+
15+
- Delete span merge err (#348)
16+
17+
#### ⚙️ Miscellaneous Tasks
18+
19+
- Warn missing debug impl (#347)
20+
21+
<!-- generated by git-cliff -->
22+
23+
- Updated dependencies [e30678d]
24+
25+
326
## 0.15.1
427

528
### Patch Changes

loro-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-crdt",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
55
"keywords": [
66
"crdt",

0 commit comments

Comments
 (0)