Skip to content

Commit 4700ead

Browse files
chore: version packages (#326)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73e3ba5 commit 4700ead

File tree

5 files changed

+33
-17
lines changed

5 files changed

+33
-17
lines changed

.changeset/two-roses-impress.md

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

crates/loro-wasm/CHANGELOG.md

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

3+
## 0.14.5
4+
5+
### Patch Changes
6+
7+
- 73e3ba5: Bug Fix
8+
9+
#### 🐛 Bug Fixes
10+
11+
- _(js)_ Allow convert from undefined to LoroValue (#323)
12+
13+
#### 🚜 Refactor
14+
15+
- Refine ts type (#322)
16+
317
## 0.14.4
418

519
### 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.14.4",
3+
"version": "0.14.5",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.14.5
4+
5+
### Patch Changes
6+
7+
- 73e3ba5: Bug Fix
8+
9+
#### 🐛 Bug Fixes
10+
11+
- _(js)_ Allow convert from undefined to LoroValue (#323)
12+
13+
#### 🚜 Refactor
14+
15+
- Refine ts type (#322)
16+
17+
- Updated dependencies [73e3ba5]
18+
19+
320
## 0.14.4
421

522
### 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.14.4",
3+
"version": "0.14.5",
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)