Skip to content

Commit

Permalink
chore: version packages (#326)
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 Apr 18, 2024
1 parent 73e3ba5 commit 4700ead
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .changeset/two-roses-impress.md

This file was deleted.

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

## 0.14.5

### Patch Changes

- 73e3ba5: Bug Fix

#### 🐛 Bug Fixes

- _(js)_ Allow convert from undefined to LoroValue (#323)

#### 🚜 Refactor

- Refine ts type (#322)

## 0.14.4

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

## 0.14.5

### Patch Changes

- 73e3ba5: Bug Fix

#### 🐛 Bug Fixes

- _(js)_ Allow convert from undefined to LoroValue (#323)

#### 🚜 Refactor

- Refine ts type (#322)

- Updated dependencies [73e3ba5]
- loro-wasm@0.14.5

## 0.14.4

### 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.14.4",
"version": "0.14.5",
"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 4700ead

Please sign in to comment.