From 4781c8b063467939180e7df225d9a377b181adda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:56:59 -0800 Subject: [PATCH] chore(main): release website 2.37.0 (#2320) :robot: I have created a release *beep* *boop* --- ## [2.37.0](https://github.com/web3-storage/web3.storage/compare/website-v2.36.3...website-v2.37.0) (2023-11-09) ### Features * add w3up-launch announcement banner (when env.NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_ANNOUNCEMENT_START is set) ([#2319](https://github.com/web3-storage/web3.storage/issues/2319)) ([f3d5b97](https://github.com/web3-storage/web3.storage/commit/f3d5b97eb781e20ad73d06597c88bd67303a9083)) * remove 'whats the data layer?' cta2 from website homepage ([#2322](https://github.com/web3-storage/web3.storage/issues/2322)) ([7975fdf](https://github.com/web3-storage/web3.storage/commit/7975fdfb2b21eb570fcfe295064e24ef44d0f58e)) --- 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 | 8 ++++++++ packages/website/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 5509d9eab1..1539b2ffb8 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.37.0](https://github.com/web3-storage/web3.storage/compare/website-v2.36.3...website-v2.37.0) (2023-11-09) + + +### Features + +* add w3up-launch announcement banner (when env.NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_ANNOUNCEMENT_START is set) ([#2319](https://github.com/web3-storage/web3.storage/issues/2319)) ([f3d5b97](https://github.com/web3-storage/web3.storage/commit/f3d5b97eb781e20ad73d06597c88bd67303a9083)) +* remove 'whats the data layer?' cta2 from website homepage ([#2322](https://github.com/web3-storage/web3.storage/issues/2322)) ([7975fdf](https://github.com/web3-storage/web3.storage/commit/7975fdfb2b21eb570fcfe295064e24ef44d0f58e)) + ## [2.36.3](https://github.com/web3-storage/web3.storage/compare/website-v2.36.2...website-v2.36.3) (2023-08-29) diff --git a/packages/website/package.json b/packages/website/package.json index 9225046f9f..b705f6a688 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/website", - "version": "2.36.3", + "version": "2.37.0", "description": "web3.storage website", "private": true, "scripts": {