mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: version packages (#437)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cf54e8aa3
commit
efc50fa9c5
5 changed files with 16 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"loro-wasm": patch
|
|
||||||
"loro-crdt": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix batch importing with snapshot
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.16.10
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 7cf54e8: Fix batch importing with snapshot
|
||||||
|
|
||||||
## 0.16.9
|
## 0.16.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-wasm",
|
"name": "loro-wasm",
|
||||||
"version": "0.16.9",
|
"version": "0.16.10",
|
||||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crdt",
|
"crdt",
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.16.10
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 7cf54e8: Fix batch importing with snapshot
|
||||||
|
- Updated dependencies [7cf54e8]
|
||||||
|
- loro-wasm@0.16.10
|
||||||
|
|
||||||
## 0.16.9
|
## 0.16.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-crdt",
|
"name": "loro-crdt",
|
||||||
"version": "0.16.9",
|
"version": "0.16.10",
|
||||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crdt",
|
"crdt",
|
||||||
|
|
Loading…
Reference in a new issue