mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 04:45:46 +00:00
chore: version packages
This commit is contained in:
parent
df81aece51
commit
2709090756
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"loro-crdt": patch
|
||||
---
|
||||
|
||||
Make getByPath work for "tree/0/key"
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"loro-crdt": patch
|
||||
---
|
||||
|
||||
Better event ordering
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 1.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d552955: Make getByPath work for "tree/0/key"
|
||||
- df81aec: Better event ordering
|
||||
|
||||
## 1.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"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