From 2ae9d5330e9231d108a9a20b458aed5398c7d24c Mon Sep 17 00:00:00 2001 From: Deepak Rudra Paul Date: Thu, 13 Jul 2023 00:33:57 +0530 Subject: [PATCH 1/2] feat: changed the last commit date icon with a calender (#1350) --- .../molecules/LatestPrTableHeader/latest-pr-table-header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/molecules/LatestPrTableHeader/latest-pr-table-header.tsx b/components/molecules/LatestPrTableHeader/latest-pr-table-header.tsx index 60dd2b1a2a..73c6862776 100644 --- a/components/molecules/LatestPrTableHeader/latest-pr-table-header.tsx +++ b/components/molecules/LatestPrTableHeader/latest-pr-table-header.tsx @@ -1,7 +1,7 @@ import { IconContext } from "react-icons"; import { GoDiff } from "react-icons/go"; import { BsFileDiff } from "react-icons/bs"; -import { FaRegCheckCircle, FaRegDotCircle } from "react-icons/fa"; +import { FaRegCheckCircle, FaRegCalendar } from "react-icons/fa"; import Text from "components/atoms/Typography/text"; import Tooltip from "components/atoms/Tooltip/tooltip"; @@ -20,7 +20,7 @@ const LatestPrTableHeader = ({ classNames, isHoverCard }: LatestPrTableHeaderPro
- +
From 28caaccf441974ddd3e349b6aab3d9ff50db92da Mon Sep 17 00:00:00 2001 From: Deepak Rudra Paul Date: Wed, 12 Jul 2023 19:10:38 +0000 Subject: [PATCH 2/2] chore(minor): release 1.56.0-beta.6 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.56.0-beta.6](https://github.com/open-sauced/insights/compare/v1.56.0-beta.5...v1.56.0-beta.6) (2023-07-12) ### πŸ• Features * changed the last commit date icon with a calender ([#1350](https://github.com/open-sauced/insights/issues/1350)) ([2ae9d53](https://github.com/open-sauced/insights/commit/2ae9d5330e9231d108a9a20b458aed5398c7d24c)) --- 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 2cf16effc8..6f07806582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.56.0-beta.6](https://github.com/open-sauced/insights/compare/v1.56.0-beta.5...v1.56.0-beta.6) (2023-07-12) + + +### πŸ• Features + +* changed the last commit date icon with a calender ([#1350](https://github.com/open-sauced/insights/issues/1350)) ([2ae9d53](https://github.com/open-sauced/insights/commit/2ae9d5330e9231d108a9a20b458aed5398c7d24c)) + ## [1.56.0-beta.5](https://github.com/open-sauced/insights/compare/v1.56.0-beta.4...v1.56.0-beta.5) (2023-07-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bcc04e2c69..efad54f902 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.56.0-beta.5", + "version": "1.56.0-beta.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.56.0-beta.5", + "version": "1.56.0-beta.6", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 64acebfe87..3f76fbda82 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.56.0-beta.5", + "version": "1.56.0-beta.6", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",