mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 09:25:36 +00:00
chore: version packages (#366)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5cd80b0920
commit
c8bbb437ca
5 changed files with 27 additions and 13 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue