Skip to content

Commit

Permalink
Publish New Versions (#80)
Browse files Browse the repository at this point in the history
# Version Updates

Merging this PR will release new versions of the following packages
based on your change files.




# @qubit-rs/client

## [0.4.4]
### bug

- ba75bd4 Fix memory leak in promise manager due to holding references
to resolved promises. (thanks @jbott!)



# @qubit-rs/svelte

## [0.0.5]
### Dependencies

- Upgraded to `@qubit-rs/[email protected]`
  • Loading branch information
andogq authored Aug 28, 2024
2 parents 7c52d1d + f672e71 commit 622003f
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 622003f

Please sign in to comment.