Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2023
1 parent bb12db3 commit fe43651
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-shoes-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-eggs-invite.md

This file was deleted.

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

## 0.2.2

### Patch Changes

- [#52](https://github.com/apibara/typescript-sdk/pull/52) [`59bbe52`](https://github.com/apibara/typescript-sdk/commit/59bbe526c1fd2c7d7315a50df02c061f1d87f770) Thanks [@fracek](https://github.com/fracek)! - Add include transaction and receipt option

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apibara/indexer",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apibara/starknet

## 0.3.1

### Patch Changes

- [#52](https://github.com/apibara/typescript-sdk/pull/52) [`bb12db3`](https://github.com/apibara/typescript-sdk/commit/bb12db32098d09e506eaaa12c2eb81f06b285c32) Thanks [@fracek](https://github.com/fracek)! - Add include reverted, transaction and receipt options

## 0.3.0

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

0 comments on commit fe43651

Please sign in to comment.