Skip to content

Commit

Permalink
Merge pull request #1531 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 Feb 14, 2025
2 parents 8cf2611 + 6c51c0a commit e1a79de
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-actors-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-points-enjoy.md

This file was deleted.

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

## 0.9.14

## 0.9.13

## 0.9.12
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ponder/client",
"version": "0.9.13",
"version": "0.9.14",
"description": "",
"license": "MIT",
"type": "module",
Expand Down
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

## 0.9.14

### Patch Changes

- [#1530](https://github.com/ponder-sh/ponder/pull/1530) [`17e2d7b5096de3a4cd247bd07c4cdac0c72e50f3`](https://github.com/ponder-sh/ponder/commit/17e2d7b5096de3a4cd247bd07c4cdac0c72e50f3) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed indexing metrics for apps with crash recovery.

- [#1530](https://github.com/ponder-sh/ponder/pull/1530) [`d6d4bd541ae83aec6aa4cc2c940b1c6ff83984ea`](https://github.com/ponder-sh/ponder/commit/d6d4bd541ae83aec6aa4cc2c940b1c6ff83984ea) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed `/status` response.

## 0.9.13

### 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",
"version": "0.9.13",
"version": "0.9.14",
"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.9.14

## 0.9.13

## 0.9.12
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.9.13",
"version": "0.9.14",
"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.9.14

## 0.9.13

## 0.9.12
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.9.13",
"version": "0.9.14",
"description": "ESLint config for Ponder apps",
"license": "MIT",
"main": "./index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ponder/react

## 0.9.14

### Patch Changes

- Updated dependencies []:
- @ponder/client@0.9.14

## 0.9.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ponder/react",
"version": "0.9.13",
"version": "0.9.14",
"description": "React hooks for Ponder",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"superjson": "^2.2.2"
},
"peerDependencies": {
"@ponder/client": ">=0.9.13",
"@ponder/client": ">=0.9.14",
"@tanstack/react-query": ">=5.0.0",
"react": ">=18",
"typescript": ">=5.0.4"
Expand Down

0 comments on commit e1a79de

Please sign in to comment.