From d85f0cd18341fe207dbfc87a6dd0b5dc14ef9391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:23:21 -0500 Subject: [PATCH] chore(main): release website 2.7.1 (#2227) :robot: I have created a release *beep* *boop* --- ## [2.7.1](https://github.com/nftstorage/nft.storage/compare/website-v2.7.0...website-v2.7.1) (2022-10-13) ### Bug Fixes * remove overflow issue on stats page ([#2226](https://github.com/nftstorage/nft.storage/issues/2226)) ([99143ec](https://github.com/nftstorage/nft.storage/commit/99143ece32dab34aab33fbbb2098baecf1bbb568)) --- 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> --- packages/website/CHANGELOG.md | 7 +++++++ packages/website/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index c0beaac5ab..4eb8085c75 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.1](https://github.com/nftstorage/nft.storage/compare/website-v2.7.0...website-v2.7.1) (2022-10-13) + + +### Bug Fixes + +* remove overflow issue on stats page ([#2226](https://github.com/nftstorage/nft.storage/issues/2226)) ([99143ec](https://github.com/nftstorage/nft.storage/commit/99143ece32dab34aab33fbbb2098baecf1bbb568)) + ## [2.7.0](https://github.com/nftstorage/nft.storage/compare/website-v2.6.1...website-v2.7.0) (2022-10-13) diff --git a/packages/website/package.json b/packages/website/package.json index 36d456cccb..41cb456f4c 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.7.0", + "version": "2.7.1", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",