Skip to content

Commit

Permalink
chore: version packages (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 19, 2024
1 parent c10a0b7 commit 1cdffae
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-knives-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-birds-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-ads-taste.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- [#636](https://github.com/ponder-sh/ponder/pull/636) [`c10a0b7bff99dd8cd2f38ea0714ff82f5e17f00b`](https://github.com/ponder-sh/ponder/commit/c10a0b7bff99dd8cd2f38ea0714ff82f5e17f00b) Thanks [@0xOlias](https://github.com/0xOlias)! - Added support for AND and OR filter operators in the `findMany` store API method and the GraphQL API. Fixed a bug where GraphQL `PageInfo` types were incorrectly marked as nullable.

- [#636](https://github.com/ponder-sh/ponder/pull/636) [`c10a0b7bff99dd8cd2f38ea0714ff82f5e17f00b`](https://github.com/ponder-sh/ponder/commit/c10a0b7bff99dd8cd2f38ea0714ff82f5e17f00b) Thanks [@0xOlias](https://github.com/0xOlias)! - Fixed a time-travel query bug where nested fields in GraphQL queries would not respect the `timestamp` argument passed to the top-level field. Removed the `timestamp` argument from nested `p.many()` fields. Now, use the `timestamp` argument on the top-level field and all nested fields will respect it.

## 0.2.6

### 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.2.6",
"version": "0.2.7",
"description": "An open-source framework for crypto application backends",
"license": "MIT",
"type": "module",
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.2.7

### Patch Changes

- [#644](https://github.com/ponder-sh/ponder/pull/644) [`573146d9d99abfd1d7657f4cbf313f779dcf3511`](https://github.com/ponder-sh/ponder/commit/573146d9d99abfd1d7657f4cbf313f779dcf3511) Thanks [@0xOlias](https://github.com/0xOlias)! - Added warnings for unverified contracts (incl EOA addresses) when using the block explorer template.

## 0.2.6

## 0.2.5
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.2.6",
"version": "0.2.7",
"type": "module",
"description": "A CLI tool to create Ponder apps",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config-ponder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-config-ponder

## 0.2.7

## 0.2.6

## 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ponder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ponder",
"version": "0.2.6",
"version": "0.2.7",
"description": "ESLint config for Ponder apps",
"license": "MIT",
"main": "./index.js",
Expand Down

0 comments on commit 1cdffae

Please sign in to comment.