From 1e2b47e81647cc66139ca9d412f75e0abdb9aa8c Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 4 Dec 2023 14:38:14 +0000 Subject: [PATCH] chore(minor): release 1.79.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.79.0-beta.1](https://github.com/open-sauced/insights/compare/v1.78.1-beta.1...v1.79.0-beta.1) (2023-12-04) ### πŸ• Features * upgraded to Storybook 7.6.3 ([#2244](https://github.com/open-sauced/insights/issues/2244)) ([a2ae11a](https://github.com/open-sauced/insights/commit/a2ae11a5628c88c430e0403356889e4ca5ff218b)) --- 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 f61dd9ad0d..babbf99518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.79.0-beta.1](https://github.com/open-sauced/insights/compare/v1.78.1-beta.1...v1.79.0-beta.1) (2023-12-04) + + +### πŸ• Features + +* upgraded to Storybook 7.6.3 ([#2244](https://github.com/open-sauced/insights/issues/2244)) ([a2ae11a](https://github.com/open-sauced/insights/commit/a2ae11a5628c88c430e0403356889e4ca5ff218b)) + ### [1.78.1-beta.1](https://github.com/open-sauced/insights/compare/v1.78.0...v1.78.1-beta.1) (2023-12-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c73026a463..ebff63320b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.78.1-beta.1", + "version": "1.79.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.78.1-beta.1", + "version": "1.79.0-beta.1", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 24b5e3f8d7..ee387b6386 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/insights", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "1.78.1-beta.1", + "version": "1.79.0-beta.1", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",