Skip to content

Commit

Permalink
chore: version packages (#584)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 18, 2024
1 parent 2e208b4 commit 8858815
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-boats-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-moles-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-masks-agree.md

This file was deleted.

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/core

## 0.1.8

### Patch Changes

- [#574](https://github.com/ponder-sh/ponder/pull/574) [`9cef6f5bb7a7d3e84e51a377b3d3efd3aa7d9200`](https://github.com/ponder-sh/ponder/commit/9cef6f5bb7a7d3e84e51a377b3d3efd3aa7d9200) Thanks [@kyscott18](https://github.com/kyscott18)! - Added new network option `maxRpcRequestsPerSecond` to limit the number of RPC requests that are made to a transport per second. Deprecated network option `maxHistoricalTaskConcurrency`.

## 0.1.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/core",
"version": "0.1.7",
"version": "0.1.8",
"description": "An open-source framework for crypto application backends",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-ponder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-ponder

## 0.1.8

### Patch Changes

- [#582](https://github.com/ponder-sh/ponder/pull/582) [`e7219d90178725fc51a8078358583844d7fe4a61`](https://github.com/ponder-sh/ponder/commit/e7219d90178725fc51a8078358583844d7fe4a61) Thanks [@grayleonard](https://github.com/grayleonard)! - Re-added subgraph ID support

- [#585](https://github.com/ponder-sh/ponder/pull/585) [`2e208b41a0923ffa9b9179519294968ddd4b9cab`](https://github.com/ponder-sh/ponder/commit/2e208b41a0923ffa9b9179519294968ddd4b9cab) Thanks [@0xOlias](https://github.com/0xOlias)! - Renamed `create-ponder` CLI options `--etherscan-contract-link` to `--etherscan` and `--subgraph-id` to `--subgraph`.

## 0.1.7

### Patch Changes
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.1.7",
"version": "0.1.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.1.8

## 0.1.7

## 0.1.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.1.7",
"version": "0.1.8",
"description": "ESLint config for Ponder apps",
"license": "MIT",
"main": "./index.js",
Expand Down

0 comments on commit 8858815

Please sign in to comment.