From c49746765162be99ff2b2f9cb2597ed2a131e3d0 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Fri, 5 Jul 2024 21:06:36 +0000 Subject: [PATCH] chore(patch): release 2.42.1-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.42.1-beta.1](https://github.com/open-sauced/app/compare/v2.42.0...v2.42.1-beta.1) (2024-07-05) ### πŸ› Bug Fixes * now app sidebar menu items have the same font weight ([#3690](https://github.com/open-sauced/app/issues/3690)) ([3647252](https://github.com/open-sauced/app/commit/36472521749d04843275edf33387e7a156556291)) --- 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 65212e53b..a9d6e070d 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.1](https://github.com/open-sauced/app/compare/v2.42.0...v2.42.1-beta.1) (2024-07-05) + + +### πŸ› Bug Fixes + +* now app sidebar menu items have the same font weight ([#3690](https://github.com/open-sauced/app/issues/3690)) ([3647252](https://github.com/open-sauced/app/commit/36472521749d04843275edf33387e7a156556291)) + ## [2.42.0](https://github.com/open-sauced/app/compare/v2.41.0...v2.42.0) (2024-07-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 561fe9750..60c19aa98 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.42.0", + "version": "2.42.1-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.42.0", + "version": "2.42.1-beta.1", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index a18b7e3f7..49278ccf3 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.0", + "version": "2.42.1-beta.1", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",