Skip to content

Commit 4d58918

Browse files
authored
Merge pull request #1595 from ponder-sh/changeset-release/main
chore: version packages
2 parents b6d538a + cf4c1d7 commit 4d58918

File tree

12 files changed

+27
-16
lines changed

12 files changed

+27
-16
lines changed

.changeset/brown-singers-thank.md

-5
This file was deleted.

.changeset/loud-knives-beg.md

-5
This file was deleted.

packages/client/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @ponder/client
22

3+
## 0.9.28
4+
35
## 0.9.27
46

57
## 0.9.26

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ponder/client",
3-
"version": "0.9.27",
3+
"version": "0.9.28",
44
"description": "",
55
"license": "MIT",
66
"type": "module",

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ponder
22

3+
## 0.9.28
4+
5+
### Patch Changes
6+
7+
- [#1592](https://github.com/ponder-sh/ponder/pull/1592) [`75bdb0fc83e8fb48c1764a601377afabc8abc8b6`](https://github.com/ponder-sh/ponder/commit/75bdb0fc83e8fb48c1764a601377afabc8abc8b6) Thanks [@tk-o](https://github.com/tk-o)! - Improved error message for invalid database connection strings.
8+
9+
- [#1599](https://github.com/ponder-sh/ponder/pull/1599) [`3950e751bfda0795a667a59e119d8b0ccf27c304`](https://github.com/ponder-sh/ponder/commit/3950e751bfda0795a667a59e119d8b0ccf27c304) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed an issue with stale indexing cache values being used after raw sql queries.
10+
311
## 0.9.27
412

513
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ponder",
3-
"version": "0.9.27",
3+
"version": "0.9.28",
44
"description": "An open-source framework for crypto application backends",
55
"license": "MIT",
66
"type": "module",

packages/create-ponder/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-ponder
22

3+
## 0.9.28
4+
35
## 0.9.27
46

57
## 0.9.26

packages/create-ponder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-ponder",
3-
"version": "0.9.27",
3+
"version": "0.9.28",
44
"type": "module",
55
"description": "A CLI tool to create Ponder apps",
66
"license": "MIT",

packages/eslint-config-ponder/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-config-ponder
22

3+
## 0.9.28
4+
35
## 0.9.27
46

57
## 0.9.26

packages/eslint-config-ponder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-ponder",
3-
"version": "0.9.27",
3+
"version": "0.9.28",
44
"description": "ESLint config for Ponder apps",
55
"license": "MIT",
66
"main": "./index.js",

packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ponder/react
22

3+
## 0.9.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @ponder/client@0.9.28
9+
310
## 0.9.27
411

512
### Patch Changes

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ponder/react",
3-
"version": "0.9.27",
3+
"version": "0.9.28",
44
"description": "React hooks for Ponder",
55
"license": "MIT",
66
"repository": {
@@ -37,7 +37,7 @@
3737
"superjson": "^2.2.2"
3838
},
3939
"peerDependencies": {
40-
"@ponder/client": ">=0.9.27",
40+
"@ponder/client": ">=0.9.28",
4141
"@tanstack/react-query": ">=5.0.0",
4242
"react": ">=18",
4343
"typescript": ">=5.0.4"

0 commit comments

Comments
 (0)