Skip to content

Commit 6cde970

Browse files
authored
Merge pull request #1556 from ponder-sh/changeset-release/main
chore: version packages
2 parents f1231b3 + be32a44 commit 6cde970

File tree

13 files changed

+29
-21
lines changed

13 files changed

+29
-21
lines changed

.changeset/breezy-papayas-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-chairs-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-rings-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @ponder/client
22

3+
## 0.9.21
4+
35
## 0.9.20
46

57
## 0.9.19

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ponder/client",
3-
"version": "0.9.20",
3+
"version": "0.9.21",
44
"description": "",
55
"license": "MIT",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ponder
22

3+
## 0.9.21
4+
5+
### Patch Changes
6+
7+
- [#1554](https://github.com/ponder-sh/ponder/pull/1554) [`37be92975a985a296b08355b809a5256236bba8e`](https://github.com/ponder-sh/ponder/commit/37be92975a985a296b08355b809a5256236bba8e) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed a bug where crash recovery during historical indexing did not work when using `ordering: "multichain"`.
8+
9+
- [#1555](https://github.com/ponder-sh/ponder/pull/1555) [`035899c90545ce46cf8bbccf62f91600ede8a7cc`](https://github.com/ponder-sh/ponder/commit/035899c90545ce46cf8bbccf62f91600ede8a7cc) Thanks [@kyscott18](https://github.com/kyscott18)! - Fixed a regression with evicting cached indexing data introduced in v0.9.20.
10+
11+
- [#1550](https://github.com/ponder-sh/ponder/pull/1550) [`f1231b3cd108cf5e380b47c118863be27bbb4467`](https://github.com/ponder-sh/ponder/commit/f1231b3cd108cf5e380b47c118863be27bbb4467) Thanks [@farrellh1](https://github.com/farrellh1)! - Fixed display of long event names in terminal ui.
12+
313
## 0.9.20
414

515
### Patch Changes

packages/core/package.json

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

packages/create-ponder/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-ponder
22

3+
## 0.9.21
4+
35
## 0.9.20
46

57
## 0.9.19

packages/create-ponder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-ponder",
3-
"version": "0.9.20",
3+
"version": "0.9.21",
44
"type": "module",
55
"description": "A CLI tool to create Ponder apps",
66
"license": "MIT",

packages/eslint-config-ponder/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-config-ponder
22

3+
## 0.9.21
4+
35
## 0.9.20
46

57
## 0.9.19

0 commit comments

Comments
 (0)