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.30.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.30.0](v2.29.0...v2.30.0) (2022-12-17)

### 🍕 Features

* create admin status bar ([#401](#401)) ([91b1ee3](91b1ee3)), closes [#110](#110)

### 🐛 Bug Fixes

* e2e testing not working in CI ([#421](#421)) ([8fd254f](8fd254f))
* header and footer accessibility fixes: color contrast and image titles ([#427](#427)) ([c154634](c154634))
* typo in handleVoteUpdateByRepo.ts ([#424](#424)) ([4033a80](4033a80))
* use aria-label instead of title for footer icons ([#428](#428)) ([7b150a6](7b150a6))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Dec 17, 2022
1 parent dc009c6 commit d675a88
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
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.30.0](https://github.com/open-sauced/hot-sauce/compare/v2.29.0...v2.30.0) (2022-12-17)


### 🍕 Features

* create admin status bar ([#401](https://github.com/open-sauced/hot-sauce/issues/401)) ([91b1ee3](https://github.com/open-sauced/hot-sauce/commit/91b1ee3e312d3bb6d10eb88131b2a304ed927ef2)), closes [#110](https://github.com/open-sauced/hot-sauce/issues/110)


### 🐛 Bug Fixes

* e2e testing not working in CI ([#421](https://github.com/open-sauced/hot-sauce/issues/421)) ([8fd254f](https://github.com/open-sauced/hot-sauce/commit/8fd254fd6b6593ef5e82c74fab117e4c84c5a814))
* header and footer accessibility fixes: color contrast and image titles ([#427](https://github.com/open-sauced/hot-sauce/issues/427)) ([c154634](https://github.com/open-sauced/hot-sauce/commit/c15463460f7c0c8239b0b9a2c7d35c8b454d6309))
* typo in handleVoteUpdateByRepo.ts ([#424](https://github.com/open-sauced/hot-sauce/issues/424)) ([4033a80](https://github.com/open-sauced/hot-sauce/commit/4033a80bb1e9b9c73a734342fd91c0a6c1c58e6d))
* use aria-label instead of title for footer icons ([#428](https://github.com/open-sauced/hot-sauce/issues/428)) ([7b150a6](https://github.com/open-sauced/hot-sauce/commit/7b150a623c2c34cb7e02b3da93891381763bb1ad))

## [2.30.0-beta.1](https://github.com/open-sauced/hot-sauce/compare/v2.29.0...v2.30.0-beta.1) (2022-12-17)


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.30.0-beta.1",
"version": "2.30.0",
"author": "TED Vortex <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit d675a88

Please sign in to comment.