Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq authored and github-actions[bot] committed Aug 28, 2024
1 parent 7c52d1d commit f672e71
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-memory-leak.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.4.4]

### bug

- [`ba75bd4`](https://github.com/andogq/qubit/commit/ba75bd43fab2b2421fcf27694fcf9deca59860ea) Fix memory leak in promise manager due to holding references to resolved promises.

## \[0.4.3]

### feat
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubit-rs/client",
"version": "0.4.3",
"version": "0.4.4",
"description": "Seamless RPC for Rust & TypeScript",
"keywords": [
"api",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.0.5]

### Dependencies

- Upgraded to `@qubit-rs/[email protected]`

## \[0.0.4]

### fix
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubit-rs/svelte",
"version": "0.0.4",
"version": "0.0.5",
"description": "Seamless RPC for Rust & TypeScript - Svelte style",
"keywords": [
"api",
Expand Down Expand Up @@ -63,6 +63,6 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@qubit-rs/client": "0.4.3"
"@qubit-rs/client": "0.4.4"
}
}

0 comments on commit f672e71

Please sign in to comment.