From 3bae756133e83ac371b752a7e5a7d916994609be Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Mon, 26 Aug 2024 15:22:10 +0000 Subject: [PATCH] chore(minor): release 2.61.0-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.61.0-beta.2](https://github.com/open-sauced/app/compare/v2.61.0-beta.1...v2.61.0-beta.2) (2024-08-26) ### πŸ• Features * refresh explore page to only loading repositories ([#4019](https://github.com/open-sauced/app/issues/4019)) ([88f5937](https://github.com/open-sauced/app/commit/88f5937b32b65c42f1bafe42d81ac9b6ec8dc6a9)) --- 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 f1d8e6e83..3f057e3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.61.0-beta.2](https://github.com/open-sauced/app/compare/v2.61.0-beta.1...v2.61.0-beta.2) (2024-08-26) + + +### πŸ• Features + +* refresh explore page to only loading repositories ([#4019](https://github.com/open-sauced/app/issues/4019)) ([88f5937](https://github.com/open-sauced/app/commit/88f5937b32b65c42f1bafe42d81ac9b6ec8dc6a9)) + ## [2.61.0-beta.1](https://github.com/open-sauced/app/compare/v2.60.1-beta.2...v2.61.0-beta.1) (2024-08-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0739b0882..4f881e963 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.61.0-beta.1", + "version": "2.61.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.61.0-beta.1", + "version": "2.61.0-beta.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 3e49afb46..1cfbf6cd4 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.61.0-beta.1", + "version": "2.61.0-beta.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",