Skip to content

Commit

Permalink
chore: version packages (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 14, 2024
1 parent 45c98d5 commit d2b0520
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .changeset/angry-weeks-protect.md

This file was deleted.

29 changes: 29 additions & 0 deletions crates/loro-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.16.7

### Patch Changes

- 45c98d5: Better text APIs and bug fixes

### 🚀 Features

- Add insert_utf8 and delete_utf8 for Rust Text API (#396)
- Add text iter (#400)
- Add more text api (#398)

### 🐛 Bug Fixes

- Tree undo when processing deleted node (#399)
- Tree diff calc children should be sorted by idlp (#401)
- When computing the len of the map, do not count elements that are None (#402)

### 📚 Documentation

- Update wasm docs
- Rm experimental warning

### ⚙️ Miscellaneous Tasks

- Update fuzz config
- Pnpm
- Rename position to fractional_index (#381)

## 0.16.6

### Patch Changes
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-wasm",
"version": "0.16.6",
"version": "0.16.7",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down
32 changes: 32 additions & 0 deletions loro-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.16.7

### Patch Changes

- 45c98d5: Better text APIs and bug fixes

### 🚀 Features

- Add insert_utf8 and delete_utf8 for Rust Text API (#396)
- Add text iter (#400)
- Add more text api (#398)

### 🐛 Bug Fixes

- Tree undo when processing deleted node (#399)
- Tree diff calc children should be sorted by idlp (#401)
- When computing the len of the map, do not count elements that are None (#402)

### 📚 Documentation

- Update wasm docs
- Rm experimental warning

### ⚙️ Miscellaneous Tasks

- Update fuzz config
- Pnpm
- Rename position to fractional_index (#381)

- Updated dependencies [45c98d5]
- loro-wasm@0.16.7

## 0.16.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion loro-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "0.16.6",
"version": "0.16.7",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down

0 comments on commit d2b0520

Please sign in to comment.