chore: bump version

This commit is contained in:
Zixuan Chen 2024-09-24 18:10:02 +08:00
parent c6f1a4c0ae
commit 18855bafd3
No known key found for this signature in database
4 changed files with 49 additions and 2 deletions

View file

@ -1,5 +1,27 @@
# Changelog
## 1.0.0-alpha.3
### Patch Changes
- ### 🐛 Bug Fixes
- Cursor behavior when using gc-snapshot (#472)
- _(wasm)_ Type err
### ⚙️ Miscellaneous Tasks
- Make tree parent id pub on loro crate
### Feat
- Allow editing on detached mode (#473)
### Fix
- Get tree's alive children correctly (#474)
- Should not emit event when exporting gc-snapshot (#471)
## 1.0.0-alpha.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-wasm",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"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,30 @@
# Changelog
## 1.0.0-alpha.3
### Patch Changes
- ### 🐛 Bug Fixes
- Cursor behavior when using gc-snapshot (#472)
- _(wasm)_ Type err
### ⚙️ Miscellaneous Tasks
- Make tree parent id pub on loro crate
### Feat
- Allow editing on detached mode (#473)
### Fix
- Get tree's alive children correctly (#474)
- Should not emit event when exporting gc-snapshot (#471)
- Updated dependencies
- loro-wasm@1.0.0-alpha.3
## 1.0.0-alpha.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",