Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #231

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/short-dingos-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pumpkins-wash.md

This file was deleted.

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

## 0.0.65

### Patch Changes

- [#230](https://github.com/0xOlias/ponder/pull/230) [`c9afd1b`](https://github.com/0xOlias/ponder/commit/c9afd1b627cba4f32197a2492a34ceb1be34fec3) Thanks [@0xOlias](https://github.com/0xOlias)! - Fixed transaction and block formatting to handle Arbitrum RPC data formats.

## 0.0.64

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ponder/core",
"version": "0.0.64",
"version": "0.0.65",
"description": "API builder for blockchain apps",
"license": "MIT",
"author": "olias.eth",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-ponder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-ponder

## 0.0.65

### Patch Changes

- [#233](https://github.com/0xOlias/ponder/pull/233) [`1a44573`](https://github.com/0xOlias/ponder/commit/1a4457399ad33ab5652d054ded42bc5718cb5462) Thanks [@0xOlias](https://github.com/0xOlias)! - Added support for explorer.zora.energy links in `create-ponder` etherscan template.

## 0.0.64

## 0.0.63
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ponder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ponder",
"version": "0.0.64",
"version": "0.0.65",
"description": "Tool to bootstrap a Ponder project",
"license": "MIT",
"author": "olias.eth",
Expand Down