Skip to content

Commit

Permalink
Merge pull request #1246 from ponder-sh/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
kyscott18 authored Nov 15, 2024
2 parents 3f5029e + 1de08df commit 5a6de18
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-snails-mix.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.7.3

### Patch Changes

- [#1245](https://github.com/ponder-sh/ponder/pull/1245) [`7f4f456ab574a5017c7e45e3667eb16ab8a719a9`](https://github.com/ponder-sh/ponder/commit/7f4f456ab574a5017c7e45e3667eb16ab8a719a9) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed a bug with the `.default()` column modifier causing the value to be undefined.

## 0.7.2

### 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.2",
"version": "0.7.3",
"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.3

## 0.7.2

## 0.7.1
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.2",
"version": "0.7.3",
"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.3

## 0.7.2

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

0 comments on commit 5a6de18

Please sign in to comment.