mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
chore: version packages (#370)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
34f6064edc
commit
7fc85b1b04
5 changed files with 25 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
"loro-wasm": patch
|
||||
"loro-crdt": patch
|
||||
---
|
||||
|
||||
Better undo events & transform cursors by undo manager (#369)
|
||||
|
||||
#### 🧪 Testing
|
||||
|
||||
- Enable compatibility test (#367)
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 34f6064: Better undo events & transform cursors by undo manager (#369)
|
||||
|
||||
#### 🧪 Testing
|
||||
|
||||
- Enable compatibility test (#367)
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 34f6064: Better undo events & transform cursors by undo manager (#369)
|
||||
|
||||
#### 🧪 Testing
|
||||
|
||||
- Enable compatibility test (#367)
|
||||
|
||||
- Updated dependencies [34f6064]
|
||||
- loro-wasm@0.16.2
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"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