Skip to content

Commit

Permalink
chore: version packages (#1272)
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 Nov 21, 2024
1 parent a0e1613 commit 8fd0a28
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-scissors-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-donkeys-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-dragons-cry.md

This file was deleted.

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

## 0.7.9

### Patch Changes

- [#1268](https://github.com/ponder-sh/ponder/pull/1268) [`68f786197ae0d44a7aa19852e17ac792549188f7`](https://github.com/ponder-sh/ponder/commit/68f786197ae0d44a7aa19852e17ac792549188f7) Thanks [@0xOlias](https://github.com/0xOlias)! - Fixed a bug where `one` relations were sometimes incorrectly marked as non-null in the GraphQL schema, which caused "Cannot return null for non-nullable field" errors when the related entity was not found.

- [#1269](https://github.com/ponder-sh/ponder/pull/1269) [`700e060791a5575ba684fac49c3a32edfac16726`](https://github.com/ponder-sh/ponder/commit/700e060791a5575ba684fac49c3a32edfac16726) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed tables not being cleaned up.

- [#1273](https://github.com/ponder-sh/ponder/pull/1273) [`a0e1613c47a0ebcaaf2a4cabc5d8bf62ce8489bf`](https://github.com/ponder-sh/ponder/commit/a0e1613c47a0ebcaaf2a4cabc5d8bf62ce8489bf) Thanks [@0xOlias](https://github.com/0xOlias)! - Improve logging for flush errors.

## 0.7.8

### 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.7.8",
"version": "0.7.9",
"description": "An open-source framework for crypto application backends",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-ponder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-ponder

## 0.7.9

## 0.7.8

## 0.7.7
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.7.8",
"version": "0.7.9",
"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.7.9

## 0.7.8

## 0.7.7
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.7.8",
"version": "0.7.9",
"description": "ESLint config for Ponder apps",
"license": "MIT",
"main": "./index.js",
Expand Down

0 comments on commit 8fd0a28

Please sign in to comment.