Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fracek committed Jan 11, 2024
1 parent 8423b59 commit ce095f9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-singers-smile.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/starknet-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# starknet-client-example

## 0.0.1

### Patch Changes

- Updated dependencies [[`97a7c35685ae015cd06f88576ba4c6dbd37e2f9c`](https://github.com/apibara/typescript-sdk/commit/97a7c35685ae015cd06f88576ba4c6dbd37e2f9c)]:
- @apibara/protocol@0.4.9
2 changes: 1 addition & 1 deletion examples/starknet-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknet-client-example",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "ts-node index.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apibara/protocol

## 0.4.9

### Patch Changes

- [#58](https://github.com/apibara/typescript-sdk/pull/58) [`97a7c35685ae015cd06f88576ba4c6dbd37e2f9c`](https://github.com/apibara/typescript-sdk/commit/97a7c35685ae015cd06f88576ba4c6dbd37e2f9c) Thanks [@fracek](https://github.com/fracek)! - Fix stream client to yield heartbeat messages

## 0.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apibara/protocol",
"version": "0.4.8",
"version": "0.4.9",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ce095f9

Please sign in to comment.