Skip to content

Commit

Permalink
Merge branch 'beta' into fix-highlights-opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jul 12, 2023
2 parents e1a1ef0 + 28caacc commit 4810ee7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -20,7 +20,7 @@ const LatestPrTableHeader = ({ classNames, isHoverCard }: LatestPrTableHeaderPro
<IconContext.Provider value={{ color: "gray", style: { width: 14, height: 14 } }}>
<div className={`${isHoverCard && "ml-auto"} justify-end w-[calc(10%-4px)]`}>
<Tooltip content="Last Commit Date">
<FaRegDotCircle />
<FaRegCalendar />
</Tooltip>
</div>
</IconContext.Provider>
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <brian@opensauced.pizza>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit 4810ee7

Please sign in to comment.