mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 02:59:51 +00:00
chore: version packages (#433)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
38b4bcfee5
commit
6333cf0a09
5 changed files with 61 additions and 30 deletions
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
"loro-wasm": patch
|
||||
"loro-crdt": patch
|
||||
---
|
||||
|
||||
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)
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue