Skip to content

Commit 19f709d

Browse files
github-actions[bot]zxch3n
authored andcommitted
chore: version packages
1 parent 4d35808 commit 19f709d

7 files changed

Lines changed: 11 additions & 18 deletions

File tree

.changeset/fresh-points-serve.md

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

.changeset/issue-945-import-blob-meta.md

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

.changeset/prefer-non-empty-roots.md

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

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

crates/loro-wasm/CHANGELOG.md

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

3+
## 1.12.1
4+
5+
### Patch Changes
6+
7+
- 2159110: Fix Emscripten builds by using the native system timestamp path instead of the wasm-bindgen Date.now binding.
8+
- 658fdc6: Reject malformed import blob metadata instead of panicking when decoding unchecked import blobs.
9+
- 4d35808: Prefer non-empty root containers when reading documents that contain same-name roots with different container types.
10+
311
## 1.12.0
412

513
### Minor 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.0"
3+
version = "1.12.1"
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.0",
3+
"version": "1.12.1",
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)