Skip to content

Commit

Permalink
Merge pull request #1511 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 12, 2025
2 parents 9276fb8 + 4558500 commit 9ffbd1c
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-otters-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-years-study.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.8

## 0.9.7

## 0.9.6
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.7",
"version": "0.9.8",
"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.8

### Patch Changes

- [#1510](https://github.com/ponder-sh/ponder/pull/1510) [`66dcd4d0a1aeeee63b54fe54dc12b5428f99f1e6`](https://github.com/ponder-sh/ponder/commit/66dcd4d0a1aeeee63b54fe54dc12b5428f99f1e6) Thanks [@kyscott18](https://github.com/kyscott18)! - Set statement timeout for graphql and ponder client queries to 30 seconds.

- [#1488](https://github.com/ponder-sh/ponder/pull/1488) [`388cd50d52716cfe1b2e00afff0ae7e0da844822`](https://github.com/ponder-sh/ponder/commit/388cd50d52716cfe1b2e00afff0ae7e0da844822) Thanks [@jaydenwindle](https://github.com/jaydenwindle)! - Added `--disable-ui` CLI flag to `ponder dev`.

## 0.9.7

### 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.7",
"version": "0.9.8",
"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.8

## 0.9.7

## 0.9.6
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.7",
"version": "0.9.8",
"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.8

## 0.9.7

## 0.9.6
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.7",
"version": "0.9.8",
"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.8

### Patch Changes

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

## 0.9.7

### 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.7",
"version": "0.9.8",
"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.7",
"@ponder/client": ">=0.9.8",
"@tanstack/react-query": ">=5.0.0",
"react": ">=18",
"typescript": ">=5.0.4"
Expand Down

0 comments on commit 9ffbd1c

Please sign in to comment.