From 68f66a70bef124ceecb3f2ee0952b366e208578b Mon Sep 17 00:00:00 2001 From: Abdurrahman Rajab Date: Wed, 2 Aug 2023 22:31:49 +0300 Subject: [PATCH 1/2] fix: add checkbox id name if not available based on label (#1466) Co-authored-by: ( Nechiforel David-Samuel ) NsdHSO <37635083+NsdHSO@users.noreply.github.com> --- components/atoms/Checkbox/checkbox.tsx | 51 ++++++++++++++------------ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/components/atoms/Checkbox/checkbox.tsx b/components/atoms/Checkbox/checkbox.tsx index 0b643d14ad..b35548c722 100644 --- a/components/atoms/Checkbox/checkbox.tsx +++ b/components/atoms/Checkbox/checkbox.tsx @@ -9,31 +9,34 @@ interface CheckboxProps extends React.ComponentPropsWithoutRef, CheckboxProps>( - ({ className, label, id = "checkbox", ...props }, ref) => ( -
- - - - - - {label && ( -
+ ); + } ); Checkbox.displayName = CheckboxPrimitive.Root.displayName; From 9563116227f74c44b9cc2de729f1039190db9558 Mon Sep 17 00:00:00 2001 From: Abdurrahman Rajab Date: Wed, 2 Aug 2023 20:59:33 +0000 Subject: [PATCH 2/2] chore(minor): release 1.58.0-beta.5 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.58.0-beta.5](https://github.com/open-sauced/insights/compare/v1.58.0-beta.4...v1.58.0-beta.5) (2023-08-02) ### πŸ• Features * update redirect to feed page for unauthenticated users ([#1464](https://github.com/open-sauced/insights/issues/1464)) ([6d8505f](https://github.com/open-sauced/insights/commit/6d8505facf6d12c49714ec94b8790e5c13313e77)) ### πŸ› Bug Fixes * add checkbox id name if not available based on label ([#1466](https://github.com/open-sauced/insights/issues/1466)) ([68f66a7](https://github.com/open-sauced/insights/commit/68f66a70bef124ceecb3f2ee0952b366e208578b)) --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf98f5d7b..5bbb344b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ > All notable changes to this project will be documented in this file +## [1.58.0-beta.5](https://github.com/open-sauced/insights/compare/v1.58.0-beta.4...v1.58.0-beta.5) (2023-08-02) + + +### πŸ• Features + +* update redirect to feed page for unauthenticated users ([#1464](https://github.com/open-sauced/insights/issues/1464)) ([6d8505f](https://github.com/open-sauced/insights/commit/6d8505facf6d12c49714ec94b8790e5c13313e77)) + + +### πŸ› Bug Fixes + +* add checkbox id name if not available based on label ([#1466](https://github.com/open-sauced/insights/issues/1466)) ([68f66a7](https://github.com/open-sauced/insights/commit/68f66a70bef124ceecb3f2ee0952b366e208578b)) + ## [1.58.0-beta.4](https://github.com/open-sauced/insights/compare/v1.58.0-beta.3...v1.58.0-beta.4) (2023-08-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9cb7ec35b0..ec1075ac3b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.58.0-beta.4", + "version": "1.58.0-beta.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.58.0-beta.4", + "version": "1.58.0-beta.5", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index d50384cd49..29c204f104 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.58.0-beta.4", + "version": "1.58.0-beta.5", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",