diff --git a/CHANGELOG.md b/CHANGELOG.md index f21678779..f19d6584e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.64.0-beta.6](https://github.com/open-sauced/app/compare/v2.64.0-beta.5...v2.64.0-beta.6) (2024-10-17) + + +### πŸ› Bug Fixes + +* fixed changing workspaces visibility regression ([#4172](https://github.com/open-sauced/app/issues/4172)) ([ee12474](https://github.com/open-sauced/app/commit/ee124748bf8a5e77121d73fef7172bf8a09647da)) + ## [2.64.0-beta.5](https://github.com/open-sauced/app/compare/v2.64.0-beta.4...v2.64.0-beta.5) (2024-10-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8681d34e1..56f7476aa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.64.0-beta.5", + "version": "2.64.0-beta.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.64.0-beta.5", + "version": "2.64.0-beta.6", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 8b3cb1dd9..e061b9fe3 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.64.0-beta.5", + "version": "2.64.0-beta.6", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",