Skip to content

Commit

Permalink
Merge pull request #1529 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 ef2adbd + eca828f commit 6500df7
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-dodos-wave.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.13

## 0.9.12

## 0.9.11
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.12",
"version": "0.9.13",
"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.13

### Patch Changes

- [#1528](https://github.com/ponder-sh/ponder/pull/1528) [`3c8aecebd9c0b697b5583adedfcf047db2e515ab`](https://github.com/ponder-sh/ponder/commit/3c8aecebd9c0b697b5583adedfcf047db2e515ab) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed a bug introduced in v0.9.6 causing realtime events to be missed.

## 0.9.12

### 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.12",
"version": "0.9.13",
"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.13

## 0.9.12

## 0.9.11
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.12",
"version": "0.9.13",
"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.13

## 0.9.12

## 0.9.11
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.12",
"version": "0.9.13",
"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.13

### Patch Changes

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

## 0.9.12

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

0 comments on commit 6500df7

Please sign in to comment.