Skip to content

Commit

Permalink
chore: version packages (#433)
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] authored Aug 27, 2024
1 parent 38b4bcf commit 6333cf0
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 30 deletions.
28 changes: 0 additions & 28 deletions .changeset/late-scissors-hunt.md

This file was deleted.

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

## 0.16.8

### Patch Changes

- 38b4bcf: Add text update API

- Remove the patch for crypto
- Add text update API (#404)
- Check invalid root container name (#411)

### 🐛 Bug Fixes

- Workaround lldb bug make loro crate debuggable (#414)
- Delete the **bring back** tree node from the undo container remap (#423)

### 📚 Documentation

- Fix typo
- Refine docs about event (#417)

### 🎨 Styling

- Use clippy to perf code (#407)

### ⚙️ Miscellaneous Tasks

- Add test tools (#410)

## 0.16.7

### 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.16.7",
"version": "0.16.8",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down
31 changes: 31 additions & 0 deletions loro-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 0.16.8

### Patch Changes

- 38b4bcf: Add text update API

- Remove the patch for crypto
- Add text update API (#404)
- Check invalid root container name (#411)

### 🐛 Bug Fixes

- Workaround lldb bug make loro crate debuggable (#414)
- Delete the **bring back** tree node from the undo container remap (#423)

### 📚 Documentation

- Fix typo
- Refine docs about event (#417)

### 🎨 Styling

- Use clippy to perf code (#407)

### ⚙️ Miscellaneous Tasks

- Add test tools (#410)

- Updated dependencies [38b4bcf]
- loro-wasm@0.16.8

## 0.16.7

### 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.16.7",
"version": "0.16.8",
"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 6333cf0

Please sign in to comment.