From eccb58c7f179290e11cbbef60774a10fc705b99f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:52:15 +0100 Subject: [PATCH] chore(main): release content-claims-infra 1.2.1 (#73) :robot: I have created a release *beep* *boop* --- ## [1.2.1](https://github.com/w3s-project/content-claims/compare/content-claims-infra-v1.2.0...content-claims-infra-v1.2.1) (2024-06-11) ### Bug Fixes * add type for tableProps ([b69c71d](https://github.com/w3s-project/content-claims/commit/b69c71d38adfc90b9eb94658bf8e05d56c53df4c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/infra/CHANGELOG.md | 7 +++++++ packages/infra/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index da8301e..8a86dc8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/core": "5.1.0", - "packages/infra": "1.2.0" + "packages/infra": "1.2.1" } diff --git a/packages/infra/CHANGELOG.md b/packages/infra/CHANGELOG.md index 2f52ada..4708d5f 100644 --- a/packages/infra/CHANGELOG.md +++ b/packages/infra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/w3s-project/content-claims/compare/content-claims-infra-v1.2.0...content-claims-infra-v1.2.1) (2024-06-11) + + +### Bug Fixes + +* add type for tableProps ([b69c71d](https://github.com/w3s-project/content-claims/commit/b69c71d38adfc90b9eb94658bf8e05d56c53df4c)) + ## [1.2.0](https://github.com/w3s-project/content-claims/compare/content-claims-infra-v1.1.0...content-claims-infra-v1.2.0) (2024-06-11) diff --git a/packages/infra/package.json b/packages/infra/package.json index 04f9327..08f1e05 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/content-claims-infra", - "version": "1.2.0", + "version": "1.2.1", "type": "module", "scripts": { "build": "tsc --build",