Skip to content

Commit

Permalink
Merge pull request #1538 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 17, 2025
2 parents a605d6d + a2cc111 commit 272ba5e
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-books-burn.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.16

## 0.9.15

## 0.9.14
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.15",
"version": "0.9.16",
"description": "",
"license": "MIT",
"type": "module",
Expand Down
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

## 0.9.16

### Patch Changes

- [#1537](https://github.com/ponder-sh/ponder/pull/1537) [`89a451b5361aba47bf2463a0f1a38a3570e9daa6`](https://github.com/ponder-sh/ponder/commit/89a451b5361aba47bf2463a0f1a38a3570e9daa6) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed a bug where the indexing cache would sometimes use stale values.

## 0.9.15

### 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.15",
"version": "0.9.16",
"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.16

## 0.9.15

## 0.9.14
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.15",
"version": "0.9.16",
"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.16

## 0.9.15

## 0.9.14
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.15",
"version": "0.9.16",
"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.16

### Patch Changes

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

## 0.9.15

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

0 comments on commit 272ba5e

Please sign in to comment.