chore: version packages (#386)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-13 15:31:53 +08:00 committed by GitHub
parent 0b3c6ba1d0
commit 2940029b63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 8 deletions

View file

@ -1,6 +0,0 @@
---
"loro-wasm": patch
"loro-crdt": patch
---
feat: implement `Counter` and expose it to js side

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",