Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

main <- v2.37.2-beta.1 #526

Merged
merged 5 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

> All notable changes to this project will be documented in this file

## [2.37.2-beta.2](https://github.com/open-sauced/hot/compare/v2.37.2-beta.1...v2.37.2-beta.2) (2024-04-16)


### 🐛 Bug Fixes

* copy update ([cd3bad7](https://github.com/open-sauced/hot/commit/cd3bad758c7bc3a859342470c00f6c7edcbe1248))
* Update src/components/Hero.tsx ([a4b1b04](https://github.com/open-sauced/hot/commit/a4b1b0462891243edbe0f5985bd9020a1b7c757f))

## [2.37.2-beta.1](https://github.com/open-sauced/hot/compare/v2.37.1...v2.37.2-beta.1) (2024-04-16)


### 🐛 Bug Fixes

* Hero.tsx to reflecting trending ([9fcdf0b](https://github.com/open-sauced/hot/commit/9fcdf0bc31510de5ff07f501d703d464a9c6fe74))

## [2.37.1](https://github.com/open-sauced/hot/compare/v2.37.0...v2.37.1) (2024-04-16)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-sauced/hot",
"description": "🍕The site that recommends the hottest sauce.",
"keywords": [],
"version": "2.37.1",
"version": "2.37.2-beta.2",
"author": "TED Vortex <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Hero = () => (
</span>

<br />
to contribute today
trending today.
</h1>
</div>
</div>
Expand Down