Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/gorgeous-pets-rhyme.md

This file was deleted.

6 changes: 6 additions & 0 deletions crates/loro-wasm-map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# loro-crdt-map

## 1.10.3

### Patch Changes

- 2800a4c: perf: skip useless unmark op #878

## 1.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-crdt-map",
"version": "1.10.2",
"version": "1.10.3",
"description": "Source maps for the loro-crdt WebAssembly bundles.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions crates/loro-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.10.3

### Patch Changes

- 2800a4c: perf: skip useless unmark op #878

## 1.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loro-wasm"
version = "1.10.2"
version = "1.10.3"
edition = "2021"
publish = false
repository = "https://github.com/loro-dev/loro/"
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "1.10.2",
"version": "1.10.3",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down