mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-01 04:28:18 +00:00
chore: version packages (#386)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b3c6ba1d0
commit
2940029b63
5 changed files with 16 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"loro-wasm": patch
|
||||
"loro-crdt": patch
|
||||
---
|
||||
|
||||
feat: implement `Counter` and expose it to js side
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.16.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- afac347: feat: implement `Counter` and expose it to js side
|
||||
|
||||
## 0.16.4-alpha.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.16.4-alpha.0",
|
||||
"version": "0.16.4",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.16.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- afac347: feat: implement `Counter` and expose it to js side
|
||||
- Updated dependencies [afac347]
|
||||
- loro-wasm@0.16.4
|
||||
|
||||
## 0.16.4-alpha.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "0.16.4-alpha.0",
|
||||
"version": "0.16.4",
|
||||
"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