From c840690a3f0648fd82a5f643e95e486e395fe590 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:08:07 -0500 Subject: [PATCH] chore: version packages (#53) Co-authored-by: github-actions[bot] --- .changeset/cuddly-glasses-roll.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/graphql/CHANGELOG.md | 7 +++++++ packages/graphql/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/cuddly-glasses-roll.md diff --git a/.changeset/cuddly-glasses-roll.md b/.changeset/cuddly-glasses-roll.md deleted file mode 100644 index eb216f5d8..000000000 --- a/.changeset/cuddly-glasses-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ponder/core": patch ---- - -Fixed bug where string array arguments to filter fields raised SQLite error diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9259c7869..c0211c42a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ponder/core +## 0.0.22 + +### Patch Changes + +- [#52](https://github.com/0xOlias/ponder/pull/52) [`39b3e00`](https://github.com/0xOlias/ponder/commit/39b3e00ea29142e1b893ca2170116b9988e8f623) Thanks [@0xOlias](https://github.com/0xOlias)! - Fixed bug where string array arguments to filter fields raised SQLite error + ## 0.0.21 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7fea0be59..1c953b102 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ponder/core", - "version": "0.0.21", + "version": "0.0.22", "description": "API builder for blockchain apps", "license": "MIT", "author": "olias.eth", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 5deaf117e..ddc6ca74d 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,12 @@ # @ponder/graphql +## 0.0.15 + +### Patch Changes + +- Updated dependencies [[`39b3e00`](https://github.com/0xOlias/ponder/commit/39b3e00ea29142e1b893ca2170116b9988e8f623)]: + - @ponder/core@0.0.22 + ## 0.0.14 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 200ad405e..dec74f54f 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@ponder/graphql", - "version": "0.0.14", + "version": "0.0.15", "description": "API builder for blockchain apps", "license": "MIT", "author": "olias.eth",