Skip to content

Commit 6c03e1a

Browse files
chore: version packages
1 parent 8f57f4c commit 6c03e1a

12 files changed

Lines changed: 33 additions & 33 deletions

.changeset/add-fractional-index-package.md

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

.changeset/fix-loro-vite-rolldown-wasm.md

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

.changeset/fix-undo-trim-empty-front-rows.md

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

.changeset/optimize-lazy-snapshot-reads.md

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

.changeset/tough-eggs-impress.md

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

crates/loro-wasm-map/CHANGELOG.md

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

3+
## 1.12.2
4+
5+
### Patch Changes
6+
7+
- cc587ed: Add a browser package remapping so Vite/Rolldown production builds load WASM without top-level await or circular wasm wrapper chunks.
8+
9+
Also make the base64 entry easier to bundle with plain esbuild, Rollup, and Next.js Webpack by avoiding static Node builtin `require()` calls and top-level await in browser bundles.
10+
11+
- 8f57f4c: Reduce memory usage for read-only access to snapshot-imported documents by avoiding unnecessary lazy container state initialization.
12+
313
## 1.12.0
414

515
### Minor 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.12.1",
3+
"version": "1.12.2",
44
"description": "Source maps for the loro-crdt WebAssembly bundles.",
55
"repository": {
66
"type": "git",

crates/loro-wasm/CHANGELOG.md

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

3+
## 1.12.2
4+
5+
### Patch Changes
6+
7+
- cc587ed: Add a browser package remapping so Vite/Rolldown production builds load WASM without top-level await or circular wasm wrapper chunks.
8+
9+
Also make the base64 entry easier to bundle with plain esbuild, Rollup, and Next.js Webpack by avoiding static Node builtin `require()` calls and top-level await in browser bundles.
10+
11+
- 5bfffd7: Fix panic in `UndoManager` when `maxUndoSteps` trimming encounters an empty front stack row left by a prior undo with remote diffs.
12+
- 8f57f4c: Reduce memory usage for read-only access to snapshot-imported documents by avoiding unnecessary lazy container state initialization.
13+
- eb9c18a: Fix WASI builds by using native calls instead of js-only wasm32 bindings (`Date.now`, `getrandom`)
14+
315
## 1.12.1
416

517
### 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.12.1"
3+
version = "1.12.2"
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.12.1",
3+
"version": "1.12.2",
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)