From 8f3c6a0e6d94bfa4bc3b466a51d87dae773ad1c8 Mon Sep 17 00:00:00 2001 From: OGBONNA SUNDAY <62995161+SunGoldTech@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:53:05 +0000 Subject: [PATCH] chore(minor): release 1.3.0-beta.11 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.0-beta.11](https://github.com/open-sauced/insights/compare/v1.3.0-beta.10...v1.3.0-beta.11) (2022-08-25) ### πŸ› Bug Fixes * adjusted opinion filter on mobile screens ([#264](https://github.com/open-sauced/insights/issues/264)) ([2d9785c](https://github.com/open-sauced/insights/commit/2d9785ccbbbaabdd88fe59f97663a5a35569ec3b)) ### πŸ• Features * Implement contribution page ([#263](https://github.com/open-sauced/insights/issues/263)) ([f41d7f9](https://github.com/open-sauced/insights/commit/f41d7f9a7f6efa7b123448d1b61253f3efcaf803)) --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf37752ac..5a556ec633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ > All notable changes to this project will be documented in this file +## [1.3.0-beta.11](https://github.com/open-sauced/insights/compare/v1.3.0-beta.10...v1.3.0-beta.11) (2022-08-25) + + +### πŸ› Bug Fixes + +* adjusted opinion filter on mobile screens ([#264](https://github.com/open-sauced/insights/issues/264)) ([2d9785c](https://github.com/open-sauced/insights/commit/2d9785ccbbbaabdd88fe59f97663a5a35569ec3b)) + + +### πŸ• Features + +* Implement contribution page ([#263](https://github.com/open-sauced/insights/issues/263)) ([f41d7f9](https://github.com/open-sauced/insights/commit/f41d7f9a7f6efa7b123448d1b61253f3efcaf803)) + ## [1.3.0-beta.10](https://github.com/open-sauced/insights/compare/v1.3.0-beta.9...v1.3.0-beta.10) (2022-08-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b44ed50da6..fb17c039c9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.3.0-beta.10", + "version": "1.3.0-beta.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.3.0-beta.10", + "version": "1.3.0-beta.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 91234e58c6..5eef30c061 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/insights", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "1.3.0-beta.10", + "version": "1.3.0-beta.11", "author": "TED Vortex ", "private": true, "license": "MIT",