Skip to content

Commit

Permalink
chore: version packages (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 9, 2024
1 parent 43506cc commit 3f23a67
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .changeset/clever-moose-visit.md

This file was deleted.

16 changes: 16 additions & 0 deletions crates/loro-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.15.3

### Patch Changes

- 43506cc: Fix unsound issue caused by wasm-bindgen

#### 🐛 Bug Fixes

- Fix potential movable list bug (#354)
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)

#### 📚 Documentation

- Simplify readme (#352)

## 0.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.15.2",
"version": "0.15.3",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down
19 changes: 19 additions & 0 deletions loro-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.15.3

### Patch Changes

- 43506cc: Fix unsound issue caused by wasm-bindgen

#### 🐛 Bug Fixes

- Fix potential movable list bug (#354)
- Tree fuzz sort value (#351)
- Upgrade wasm-bindgen to fix str free err (#353)

#### 📚 Documentation

- Simplify readme (#352)

- Updated dependencies [43506cc]
- [email protected]

## 0.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion loro-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "0.15.2",
"version": "0.15.3",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down

0 comments on commit 3f23a67

Please sign in to comment.