Skip to content

Commit 483a7f9

Browse files
chore: version packages (#895)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 864b5ca commit 483a7f9

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

.changeset/big-suns-share.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/mighty-ligers-dance.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

crates/loro-wasm-map/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# loro-crdt-map
22

3+
## 1.10.4
4+
5+
### Patch Changes
6+
7+
- 864b5ca: perf(loro-internal): remove quadratic slow paths in text import/checkout #895
8+
- a34134d: perf: rm the event calling wrapper for ops that will not trigger events
9+
310
## 1.10.3
411

512
### Patch Changes

crates/loro-wasm-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-crdt-map",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"description": "Source maps for the loro-crdt WebAssembly bundles.",
55
"repository": {
66
"type": "git",

crates/loro-wasm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.10.4
4+
5+
### Patch Changes
6+
7+
- 864b5ca: perf(loro-internal): remove quadratic slow paths in text import/checkout #895
8+
- a34134d: perf: rm the event calling wrapper for ops that will not trigger events
9+
310
## 1.10.3
411

512
### Patch Changes

crates/loro-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loro-wasm"
3-
version = "1.10.3"
3+
version = "1.10.4"
44
edition = "2021"
55
publish = false
66
repository = "https://github.com/loro-dev/loro/"

crates/loro-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-crdt",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
55
"keywords": [
66
"crdt",

0 commit comments

Comments
 (0)