From f9008b5219278b39f55be48e2025cc42b2a77f7b Mon Sep 17 00:00:00 2001 From: John McBride Date: Thu, 8 Aug 2024 21:44:11 +0000 Subject: [PATCH] chore(patch): release 2.52.0-beta.10 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.52.0-beta.10](https://github.com/open-sauced/app/compare/v2.52.0-beta.9...v2.52.0-beta.10) (2024-08-08) ### πŸ› Bug Fixes * Removes NewsletterForm usage in favor of sole link to newsletter ([#3897](https://github.com/open-sauced/app/issues/3897)) ([61951ff](https://github.com/open-sauced/app/commit/61951ffe7c01ff7a9079b98422cacd235d0c504f)) --- 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 2b7a0d48d8..156f6049f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.52.0-beta.10](https://github.com/open-sauced/app/compare/v2.52.0-beta.9...v2.52.0-beta.10) (2024-08-08) + + +### πŸ› Bug Fixes + +* Removes NewsletterForm usage in favor of sole link to newsletter ([#3897](https://github.com/open-sauced/app/issues/3897)) ([61951ff](https://github.com/open-sauced/app/commit/61951ffe7c01ff7a9079b98422cacd235d0c504f)) + ## [2.52.0-beta.9](https://github.com/open-sauced/app/compare/v2.52.0-beta.8...v2.52.0-beta.9) (2024-08-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 99f3d39c0c..fbbec0eaa9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.52.0-beta.9", + "version": "2.52.0-beta.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.52.0-beta.9", + "version": "2.52.0-beta.10", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 3af85464f4..5965034851 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.52.0-beta.9", + "version": "2.52.0-beta.10", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",