chore: version packages (#366)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-21 13:12:38 +08:00 committed by GitHub
parent 5cd80b0920
commit c8bbb437ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 13 deletions

View file

@ -1,11 +0,0 @@
---
"loro-wasm": patch
"loro-crdt": patch
---
Refine undo impl
- Add "undo" origin for undo and redo event
- Allow users to skip certain local operations
- Skip undo/redo ops that are not visible to users
- Add returned bool value to indicate whether undo/redo is executed

View file

@ -1,5 +1,16 @@
# Changelog
## 0.16.1
### Patch Changes
- 5cd80b0: Refine undo impl
- Add "undo" origin for undo and redo event
- Allow users to skip certain local operations
- Skip undo/redo ops that are not visible to users
- Add returned bool value to indicate whether undo/redo is executed
## 0.16.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "0.16.0",
"version": "0.16.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",

View file

@ -1,5 +1,19 @@
# Changelog
## 0.16.1
### Patch Changes
- 5cd80b0: Refine undo impl
- Add "undo" origin for undo and redo event
- Allow users to skip certain local operations
- Skip undo/redo ops that are not visible to users
- Add returned bool value to indicate whether undo/redo is executed
- Updated dependencies [5cd80b0]
- loro-wasm@0.16.1
## 0.16.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "0.16.0",
"version": "0.16.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",