From 9a7b647c23e2ccea6e8d8ea21f875cb85f2e0b95 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 8 Jul 2024 15:40:58 +0000 Subject: [PATCH] chore(patch): release 2.42.1-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.42.1-beta.2](https://github.com/open-sauced/app/compare/v2.42.1-beta.1...v2.42.1-beta.2) (2024-07-08) ### πŸ› Bug Fixes * now the repository insights pages header looks good on smaller screens ([#3687](https://github.com/open-sauced/app/issues/3687)) ([8a47e17](https://github.com/open-sauced/app/commit/8a47e17b690dedcaf02453a8ee683ede0b8d27b3)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d6e070d8..4c8e5a9887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.42.1-beta.2](https://github.com/open-sauced/app/compare/v2.42.1-beta.1...v2.42.1-beta.2) (2024-07-08) + + +### πŸ› Bug Fixes + +* now the repository insights pages header looks good on smaller screens ([#3687](https://github.com/open-sauced/app/issues/3687)) ([8a47e17](https://github.com/open-sauced/app/commit/8a47e17b690dedcaf02453a8ee683ede0b8d27b3)) + ## [2.42.1-beta.1](https://github.com/open-sauced/app/compare/v2.42.0...v2.42.1-beta.1) (2024-07-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 60c19aa980..e571514563 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.42.1-beta.1", + "version": "2.42.1-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.42.1-beta.1", + "version": "2.42.1-beta.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 49278ccf3a..1b876696a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/app", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "2.42.1-beta.1", + "version": "2.42.1-beta.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",