Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.72.0 #1996

Merged
merged 34 commits into from
Oct 24, 2023
Merged

chore: release 1.72.0 #1996

merged 34 commits into from
Oct 24, 2023

Conversation

brandonroberts
Copy link
Contributor

No description provided.

RitaDee and others added 30 commits October 13, 2023 03:51
### [1.71.2-beta.1](v1.71.1...v1.71.2-beta.1) (2023-10-20)

### 🐛 Bug Fixes

* renamed needs triage label as it was breaking our issue creation workflow ([#1968](#1968)) ([0b0ac4b](0b0ac4b))
### [1.71.2-beta.2](v1.71.2-beta.1...v1.71.2-beta.2) (2023-10-20)

### 🐛 Bug Fixes

* removed chatbot ([#1973](#1973)) ([4c58e42](4c58e42))
### [1.71.2-beta.3](v1.71.2-beta.2...v1.71.2-beta.3) (2023-10-20)

### 🐛 Bug Fixes

* added missing is_maintainer info for Posthog ([b9c0c1e](b9c0c1e))
* added missing is_maintainer info for Posthog ([#1975](#1975)) ([25d603b](25d603b))
### [1.71.2-beta.4](v1.71.2-beta.3...v1.71.2-beta.4) (2023-10-20)

### 🧑‍💻 Code Refactoring

* remove key ([b84d4b1](b84d4b1))

### 🐛 Bug Fixes

* add responsiveness to profile detail ([294abd0](294abd0))
* notification indicator ([#1955](#1955)) ([fd78097](fd78097))
* remove orange notification indicator on button click ([574f575](574f575))
## [1.72.0-beta.1](v1.71.2-beta.4...v1.72.0-beta.1) (2023-10-23)

### 🍕 Features

* add hovercards to list contributors page ([01ca13c](01ca13c))
* add hovercards to list contributors page ([#1980](#1980)) ([7e5ab98](7e5ab98))
## [1.72.0-beta.2](v1.72.0-beta.1...v1.72.0-beta.2) (2023-10-23)

### 🐛 Bug Fixes

* add build command to Netlify `.toml` configuration ([#1961](#1961)) ([973be2f](973be2f))
* No more 404 errors in the browser console ([#1983](#1983)) ([c6c73f7](c6c73f7))
## [1.72.0-beta.3](v1.72.0-beta.2...v1.72.0-beta.3) (2023-10-23)

### 🧑‍💻 Code Refactoring

* show tootip indication for disabled CTA when repo limit is reached ([#1915](#1915)) ([4b675a0](4b675a0))
## [1.72.0-beta.4](v1.72.0-beta.3...v1.72.0-beta.4) (2023-10-23)

### 🐛 Bug Fixes

* link user avatar on feeds page to their profile ([#1986](#1986)) ([24ca123](24ca123))
* popover display issue of safari ([#1962](#1962)) ([afe5ab2](afe5ab2))
5hraddha and others added 4 commits October 23, 2023 14:57
## [1.72.0-beta.5](v1.72.0-beta.4...v1.72.0-beta.5) (2023-10-23)

### 🧑‍💻 Code Refactoring

* Rename the [filterName] query to more accurate naming in `/pages` routes ([#1753](#1753)) ([87bd6a3](87bd6a3))
## [1.72.0-beta.6](v1.72.0-beta.5...v1.72.0-beta.6) (2023-10-24)

### 🐛 Bug Fixes

* add placeholder for 0 pending connection request ([#1989](#1989)) ([70d6046](70d6046))
const { user } = useSupabaseAuth();
const { data: userInfo } = useFetchUser(user?.user_metadata.user_name);

const filterBtnRouting = (filter: string) => {
captureAnalytics({ title: "Filters", property: "toolsFilter", value: `${filter} applied`, userInfo });
return router.push(`/${filterName}/${toolName}/filter/${filter.toLocaleLowerCase()}`);
return router.push(`/${pageId}/${toolName}/filter/${filter.toLocaleLowerCase()}`);

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
};

const cancelFilterRouting = () => {
return router.push(`/${filterName}/${toolName}`);
return router.push(`/${pageId}/${toolName}`);

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
@netlify
Copy link

netlify bot commented Oct 24, 2023

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit b3e564f
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/6538295dce808700085529e6
😎 Deploy Preview https://deploy-preview-1996--design-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Oct 24, 2023

Deploy Preview for oss-insights ready!

Name Link
🔨 Latest commit b3e564f
🔍 Latest deploy log https://app.netlify.com/sites/oss-insights/deploys/6538295d69023f00084eb86e
😎 Deploy Preview https://deploy-preview-1996--oss-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Compliance Checks

Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.

Issue Reference

In order to be considered for merging, the pull request description must refer to a specific issue number. This is described in our Contributing Guide.
This check is looking for a phrase similar to: "Fixes #XYZ" or "Resolves #XYZ" where XYZ is the issue number that this PR is meant to address.

Protected Branch

In order to be considered for merging, the pull request changes must not be implemented on the "beta" branch. This is described in our Contributing Guide. We would suggest that you close this PR and implement your changes as described in our Contributing Guide and open a new pull request.

Watched Files

This pull request modifies specific files that require careful review by the maintainers.

Files Matched

  • npm-shrinkwrap.json

@brandonroberts brandonroberts merged commit 9c6ff5f into main Oct 24, 2023
55 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants