From b79f9746e7715287506d8d8723d28bac60bf073b Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Fri, 9 Aug 2024 21:39:06 +0000 Subject: [PATCH] chore(minor): release 2.53.0-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.53.0-beta.2](https://github.com/open-sauced/app/compare/v2.53.0-beta.1...v2.53.0-beta.2) (2024-08-09) ### πŸ• Features * implemented the dev card OG image ([#3903](https://github.com/open-sauced/app/issues/3903)) ([5047e1f](https://github.com/open-sauced/app/commit/5047e1f9ae3f90e2ecd71556ae415dfff148ac51)) --- 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 36ec7dc08..6e65c95c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.53.0-beta.2](https://github.com/open-sauced/app/compare/v2.53.0-beta.1...v2.53.0-beta.2) (2024-08-09) + + +### πŸ• Features + +* implemented the dev card OG image ([#3903](https://github.com/open-sauced/app/issues/3903)) ([5047e1f](https://github.com/open-sauced/app/commit/5047e1f9ae3f90e2ecd71556ae415dfff148ac51)) + ## [2.53.0-beta.1](https://github.com/open-sauced/app/compare/v2.52.0...v2.53.0-beta.1) (2024-08-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ed785e34f..a7246b651 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.53.0-beta.1", + "version": "2.53.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.53.0-beta.1", + "version": "2.53.0-beta.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 90c3b7f22..c803cf35f 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.53.0-beta.1", + "version": "2.53.0-beta.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",