Skip to content

Commit 307df25

Browse files
chore: version packages (#346)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2d1fb4a commit 307df25

File tree

5 files changed

+55
-28
lines changed

5 files changed

+55
-28
lines changed

.changeset/clever-paws-cheer.md

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

crates/loro-wasm/CHANGELOG.md

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

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- 04c6290: Bug fixes and improvements.
8+
9+
#### 🐛 Bug Fixes
10+
11+
- Impl a few unimplemented! for movable tree (#335)
12+
- Refine ts type; reject invalid operations (#334)
13+
- Get cursor err on text and movable list (#337)
14+
- Missing MovableList in all container type (#343)
15+
- Upgrade generic-btree to allow large btree (#344)
16+
17+
#### 📚 Documentation
18+
19+
- Add warn(missing_docs) to loro and loro-wasm (#339)
20+
- Minor fix on set_change_merge_interval api (#341)
21+
22+
#### ⚙️ Miscellaneous Tasks
23+
24+
- Skip the checking if not debug_assertions (#340)
25+
26+
<!-- generated by git-cliff -->
27+
328
## 0.15.0
429

530
### Minor 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.0",
3+
"version": "0.15.1",
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- 04c6290: Bug fixes and improvements.
8+
9+
#### 🐛 Bug Fixes
10+
11+
- Impl a few unimplemented! for movable tree (#335)
12+
- Refine ts type; reject invalid operations (#334)
13+
- Get cursor err on text and movable list (#337)
14+
- Missing MovableList in all container type (#343)
15+
- Upgrade generic-btree to allow large btree (#344)
16+
17+
#### 📚 Documentation
18+
19+
- Add warn(missing_docs) to loro and loro-wasm (#339)
20+
- Minor fix on set_change_merge_interval api (#341)
21+
22+
#### ⚙️ Miscellaneous Tasks
23+
24+
- Skip the checking if not debug_assertions (#340)
25+
26+
<!-- generated by git-cliff -->
27+
28+
- Updated dependencies [04c6290]
29+
30+
331
## 0.15.0
432

533
### Minor 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.0",
3+
"version": "0.15.1",
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)