From d675a88a0f72833b1bdc6161f17bf73bfa2485ef Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 17 Dec 2022 04:55:00 +0000 Subject: [PATCH] chore(minor): release 2.30.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 15 +++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f494696..cfd45295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 069f2d1b..c4dc7866 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/hot", - "version": "2.30.0-beta.1", + "version": "2.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/hot", - "version": "2.30.0-beta.1", + "version": "2.30.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 698ca2f9..667b01d3 100644 --- a/package.json +++ b/package.json @@ -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 ", "private": true, "license": "MIT",