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

Commit 58d5083

Browse files
authored
Merge pull request #526 from open-sauced/beta
main <- v2.37.2-beta.1
2 parents 5b83584 + 48b0b98 commit 58d5083

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [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)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* copy update ([cd3bad7](https://github.com/open-sauced/hot/commit/cd3bad758c7bc3a859342470c00f6c7edcbe1248))
14+
* Update src/components/Hero.tsx ([a4b1b04](https://github.com/open-sauced/hot/commit/a4b1b0462891243edbe0f5985bd9020a1b7c757f))
15+
16+
## [2.37.2-beta.1](https://github.com/open-sauced/hot/compare/v2.37.1...v2.37.2-beta.1) (2024-04-16)
17+
18+
19+
### 🐛 Bug Fixes
20+
21+
* Hero.tsx to reflecting trending ([9fcdf0b](https://github.com/open-sauced/hot/commit/9fcdf0bc31510de5ff07f501d703d464a9c6fe74))
22+
823
## [2.37.1](https://github.com/open-sauced/hot/compare/v2.37.0...v2.37.1) (2024-04-16)
924

1025

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@open-sauced/hot",
33
"description": "🍕The site that recommends the hottest sauce.",
44
"keywords": [],
5-
"version": "2.37.1",
5+
"version": "2.37.2-beta.2",
66
"author": "TED Vortex <[email protected]>",
77
"private": true,
88
"license": "MIT",

public/diagram.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Hero = () => (
99
</span>
1010

1111
<br />
12-
to contribute today
12+
trending today.
1313
</h1>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)