Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #433

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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