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

Commit

Permalink
chore(minor): release 2.31.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.31.0](v2.30.0...v2.31.0) (2023-05-16)

### 🧑‍💻 Code Refactoring

*  Add test for dayjs `getDateFromNow` method ([#390](#390)) ([e5fd935](e5fd935))

### 📝 Documentation

* **readme:** fix typo and unformatted link ([#447](#447)) ([3ffd929](3ffd929))

### 🐛 Bug Fixes

* correct mobile view secondary nav so it wraps on two lines ([#440](#440)) ([8545ce2](8545ce2)), closes [#438](#438)
* make year dynamic in footer ([#462](#462)) ([9b75f36](9b75f36)), closes [#455](#455)
* remove discord webhook ([#441](#441)) ([eae0ac0](eae0ac0))
* remove height from footer to prevent socials from being truncated ([#436](#436)) ([149fbf0](149fbf0)), closes [#435](#435)
* triage.yml ([#458](#458)) ([aec6ba8](aec6ba8))
* update the status URL in the footer ([#454](#454)) ([8381d16](8381d16)), closes [#453](#453)

### 🤖 Build System

* bump node-emoji to 2 ([#465](#465)) ([b1f7f20](b1f7f20))
* used ts-prune to find unused code ([9738c56](9738c56)), closes [#432](#432)

### 🍕 Features

* allow :emoji: in repository list descriptions ([#449](#449)) ([7e4a601](7e4a601)), closes [#370](#370)
* check whether repo is starred for nav UI ([#431](#431)) ([bca5833](bca5833))
* Close search pop-up when escape is pressed ([#445](#445)) ([96e3072](96e3072))
  • Loading branch information
0-vortex authored and open-sauced[bot] committed May 16, 2023
1 parent 4e770c9 commit 3ed20c7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@

> All notable changes to this project will be documented in this file
## [2.31.0](https://github.com/open-sauced/hot-sauce/compare/v2.30.0...v2.31.0) (2023-05-16)


### 🧑‍💻 Code Refactoring

* Add test for dayjs `getDateFromNow` method ([#390](https://github.com/open-sauced/hot-sauce/issues/390)) ([e5fd935](https://github.com/open-sauced/hot-sauce/commit/e5fd93597262f2baad0c01934a006e1ebf1fde62))


### 📝 Documentation

* **readme:** fix typo and unformatted link ([#447](https://github.com/open-sauced/hot-sauce/issues/447)) ([3ffd929](https://github.com/open-sauced/hot-sauce/commit/3ffd929dd4d9e5627cb67d45b29239a132dcbc5a))


### 🐛 Bug Fixes

* correct mobile view secondary nav so it wraps on two lines ([#440](https://github.com/open-sauced/hot-sauce/issues/440)) ([8545ce2](https://github.com/open-sauced/hot-sauce/commit/8545ce2b0b0b297a747a17cc49534a47849860df)), closes [#438](https://github.com/open-sauced/hot-sauce/issues/438)
* make year dynamic in footer ([#462](https://github.com/open-sauced/hot-sauce/issues/462)) ([9b75f36](https://github.com/open-sauced/hot-sauce/commit/9b75f36a561c621d2bf5a1e69239120a5a8e67aa)), closes [#455](https://github.com/open-sauced/hot-sauce/issues/455)
* remove discord webhook ([#441](https://github.com/open-sauced/hot-sauce/issues/441)) ([eae0ac0](https://github.com/open-sauced/hot-sauce/commit/eae0ac0ef3ddb2af85861f6998337af67099459e))
* remove height from footer to prevent socials from being truncated ([#436](https://github.com/open-sauced/hot-sauce/issues/436)) ([149fbf0](https://github.com/open-sauced/hot-sauce/commit/149fbf01eacf67eb7053c6a4dd675e265f18ec86)), closes [#435](https://github.com/open-sauced/hot-sauce/issues/435)
* triage.yml ([#458](https://github.com/open-sauced/hot-sauce/issues/458)) ([aec6ba8](https://github.com/open-sauced/hot-sauce/commit/aec6ba803bad2fe67fb9ce72f79a1e3eadcad6b7))
* update the status URL in the footer ([#454](https://github.com/open-sauced/hot-sauce/issues/454)) ([8381d16](https://github.com/open-sauced/hot-sauce/commit/8381d169b969c19bce156565c6e77545cb9a2ab2)), closes [#453](https://github.com/open-sauced/hot-sauce/issues/453)


### 🤖 Build System

* bump node-emoji to 2 ([#465](https://github.com/open-sauced/hot-sauce/issues/465)) ([b1f7f20](https://github.com/open-sauced/hot-sauce/commit/b1f7f20c642036a28358f6aae1656105a67b3020))
* used ts-prune to find unused code ([9738c56](https://github.com/open-sauced/hot-sauce/commit/9738c569d3087f2f24dc679f40b3eaa93d8f0fb0)), closes [#432](https://github.com/open-sauced/hot-sauce/issues/432)


### 🍕 Features

* allow :emoji: in repository list descriptions ([#449](https://github.com/open-sauced/hot-sauce/issues/449)) ([7e4a601](https://github.com/open-sauced/hot-sauce/commit/7e4a6011db5af508ab8d7a0544270c6778ca05e2)), closes [#370](https://github.com/open-sauced/hot-sauce/issues/370)
* check whether repo is starred for nav UI ([#431](https://github.com/open-sauced/hot-sauce/issues/431)) ([bca5833](https://github.com/open-sauced/hot-sauce/commit/bca5833409fc9c323bb59ede3e8e2754b381c09e))
* Close search pop-up when escape is pressed ([#445](https://github.com/open-sauced/hot-sauce/issues/445)) ([96e3072](https://github.com/open-sauced/hot-sauce/commit/96e3072aa7bab43d04959f9ca3f479cf4c017fb2))

## [2.31.0-beta.12](https://github.com/open-sauced/hot-sauce/compare/v2.31.0-beta.11...v2.31.0-beta.12) (2023-05-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.31.0-beta.12",
"version": "2.31.0",
"author": "TED Vortex <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 3ed20c7

Please sign in to comment.