Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Oct 26, 2024
1 parent c1e4d79 commit 15b4105
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-jars-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-dodos-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-ducks-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cheetahs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-nails-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-birds-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-otters-rhyme.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/lib-protocol-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @dassie/lib-protocol-stream

## 0.0.1

### Patch Changes

- c1e4d79: Immediately stop sending when scope is disposed
- b7aaabb: Export context values in test environment
- b5e2bf7: Support fluctuating exchange rates in the test environment
- 6a1f9bf: Add a configurable threshold for amounts that are low enough to be considered zero.
- 89b13b2: Support simulated packet loss in test environment
- 7a78eb9: Provide reactive balance signals in test environment.
2 changes: 1 addition & 1 deletion packages/lib-protocol-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassie/lib-protocol-stream",
"version": "0.0.0",
"version": "0.0.1",
"description": "Implementation of the STREAM transport protocol",
"type": "module",
"exports": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/lib-reactive-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dassie/lib-reactive-rpc

## 0.0.2

### Patch Changes

- Updated dependencies [d4606ec]
- @dassie/lib-rpc@0.0.2

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-reactive-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dassie/lib-reactive-rpc",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Read and subscribe to reactive values remotely via TRPC",
"exports": {
"./server": "./src/server/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dassie/lib-rpc

## 0.0.2

### Patch Changes

- d4606ec: Fix zod type error that occurs when using library in Vite project

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassie/lib-rpc",
"version": "0.0.1",
"version": "0.0.2",
"description": "RPC library for communicating between TypeScript processes",
"type": "module",
"exports": {
Expand Down

0 comments on commit 15b4105

Please sign in to comment.