Skip to content

Commit

Permalink
chore(minor): release 1.74.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.74.0](v1.73.0...v1.74.0) (2023-11-06)

### 🍕 Features

* add account deletion flow ([#1990](#1990)) ([daeb10e](daeb10e))
* add contributor's when editing a list ([#2016](#2016)) ([1a0b4da](1a0b4da))
* add GitHub Org Repositories sync to insight page creation ([#2023](#2023)) ([e5f38ac](e5f38ac))
* add GitHub team import to new list page ([#2006](#2006)) ([3113a74](3113a74))
* add grey background for delete account ([#2030](#2030)) ([ea10161](ea10161))

### 🐛 Bug Fixes

* add check to allow team member access for private insight pages ([#2049](#2049)) ([2e48b95](2e48b95))
* change avatar alignment with highlight input ([#2032](#2032)) ([dc409c4](dc409c4))
* change label style of bio to bold ([#2033](#2033)) ([647fca3](647fca3))
* chart tooltip cut in contributors card ([#2029](#2029)) ([7c16863](7c16863))
* code standard errors ([e93bdca](e93bdca))
* don't recommend discordapp & use user's full id ([c5cad45](c5cad45))
* don't recommend discordapp as url & use user's full id ([#2014](#2014)) ([58df997](58df997))
* dropdown flickery on single highlight card ([#2040](#2040)) ([672ce2f](672ce2f))
* eslint issue by using `eslint-disable` ([#1993](#1993)) ([bc285a2](bc285a2))
* made notifications buttons more accessible ([#2034](#2034)) ([50bcf9d](50bcf9d))
* occurence eslint disable ([3d84665](3d84665))
* remove build commands from netlify.toml ([#2018](#2018)) ([138a125](138a125))
* ToggleSwitch component has required label via aria-label or aria-labelledby ([#2035](#2035)) ([0684081](0684081))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Nov 6, 2023
1 parent 44d45d5 commit a1d48ad
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@

> All notable changes to this project will be documented in this file
## [1.74.0](https://github.com/open-sauced/insights/compare/v1.73.0...v1.74.0) (2023-11-06)


### 🍕 Features

* add account deletion flow ([#1990](https://github.com/open-sauced/insights/issues/1990)) ([daeb10e](https://github.com/open-sauced/insights/commit/daeb10e064af0d4d6d64e6e66492fc55f4af8e17))
* add contributor's when editing a list ([#2016](https://github.com/open-sauced/insights/issues/2016)) ([1a0b4da](https://github.com/open-sauced/insights/commit/1a0b4da31ca21e22a6cd03756ebb86ff112ae8aa))
* add GitHub Org Repositories sync to insight page creation ([#2023](https://github.com/open-sauced/insights/issues/2023)) ([e5f38ac](https://github.com/open-sauced/insights/commit/e5f38acba6345fa5e22ec39ac9a58d2c63254209))
* add GitHub team import to new list page ([#2006](https://github.com/open-sauced/insights/issues/2006)) ([3113a74](https://github.com/open-sauced/insights/commit/3113a74b8d102ed71e39a34039389c54fa0909b1))
* add grey background for delete account ([#2030](https://github.com/open-sauced/insights/issues/2030)) ([ea10161](https://github.com/open-sauced/insights/commit/ea10161abcbf29a8498b426bddc58af3448af7f6))


### 🐛 Bug Fixes

* add check to allow team member access for private insight pages ([#2049](https://github.com/open-sauced/insights/issues/2049)) ([2e48b95](https://github.com/open-sauced/insights/commit/2e48b955aa6b371a7da080b17a17be9627af5c11))
* change avatar alignment with highlight input ([#2032](https://github.com/open-sauced/insights/issues/2032)) ([dc409c4](https://github.com/open-sauced/insights/commit/dc409c42c0d67e6528b5d8f22ace39728188d549))
* change label style of bio to bold ([#2033](https://github.com/open-sauced/insights/issues/2033)) ([647fca3](https://github.com/open-sauced/insights/commit/647fca3401346f7d68c0fa9d057b30832412eb9e))
* chart tooltip cut in contributors card ([#2029](https://github.com/open-sauced/insights/issues/2029)) ([7c16863](https://github.com/open-sauced/insights/commit/7c1686371f47e0f332335055e4ebb7900503a353))
* code standard errors ([e93bdca](https://github.com/open-sauced/insights/commit/e93bdca403367d83c59936f42b30e00cd19bc40c))
* don't recommend discordapp & use user's full id ([c5cad45](https://github.com/open-sauced/insights/commit/c5cad45195288793098846c45f926b71db5e3c5f))
* don't recommend discordapp as url & use user's full id ([#2014](https://github.com/open-sauced/insights/issues/2014)) ([58df997](https://github.com/open-sauced/insights/commit/58df997e6532c0492b91256b2fdfa04234cb4824))
* dropdown flickery on single highlight card ([#2040](https://github.com/open-sauced/insights/issues/2040)) ([672ce2f](https://github.com/open-sauced/insights/commit/672ce2fa916ea7491fa6e9f6376468b420c262f3))
* eslint issue by using `eslint-disable` ([#1993](https://github.com/open-sauced/insights/issues/1993)) ([bc285a2](https://github.com/open-sauced/insights/commit/bc285a23f211b5459e1e2c3aa11d8accc8e65861))
* made notifications buttons more accessible ([#2034](https://github.com/open-sauced/insights/issues/2034)) ([50bcf9d](https://github.com/open-sauced/insights/commit/50bcf9de7f4004f766a7f934e2479b948384c0a9))
* occurence eslint disable ([3d84665](https://github.com/open-sauced/insights/commit/3d8466523d77bd9a322bddfe851c4ae5dd3f0650))
* remove build commands from netlify.toml ([#2018](https://github.com/open-sauced/insights/issues/2018)) ([138a125](https://github.com/open-sauced/insights/commit/138a125d3727ca85fe14caac472a939e2fec1586))
* ToggleSwitch component has required label via aria-label or aria-labelledby ([#2035](https://github.com/open-sauced/insights/issues/2035)) ([0684081](https://github.com/open-sauced/insights/commit/0684081e4859179e558f40a60d8e88ea5896a346))

## [1.74.0-beta.13](https://github.com/open-sauced/insights/compare/v1.74.0-beta.12...v1.74.0-beta.13) (2023-11-03)


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.74.0-beta.13",
"version": "1.74.0",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit a1d48ad

Please sign in to comment.