diff --git a/CHANGELOG.md b/CHANGELOG.md index ae98696f6e..3d306bf566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.3.0-beta.18](https://github.com/open-sauced/insights/compare/v1.3.0-beta.17...v1.3.0-beta.18) (2022-08-28) + + +### πŸ› Bug Fixes + +* correct login redirect issues in supabase implemetation x2 ([#275](https://github.com/open-sauced/insights/issues/275)) ([0239abd](https://github.com/open-sauced/insights/commit/0239abdb8aac2248d690eaa6c6da30129281137d)) + ## [1.3.0-beta.17](https://github.com/open-sauced/insights/compare/v1.3.0-beta.16...v1.3.0-beta.17) (2022-08-26) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 24c7061fd4..079bb525fe 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.3.0-beta.17", + "version": "1.3.0-beta.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.3.0-beta.17", + "version": "1.3.0-beta.18", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dee7bd7def..888f358934 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.3.0-beta.17", + "version": "1.3.0-beta.18", "author": "TED Vortex ", "private": true, "license": "MIT",