mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-01 04:28:18 +00:00
chore: bump version
This commit is contained in:
parent
c6f1a4c0ae
commit
18855bafd3
4 changed files with 49 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue