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

v1.25.0-beta.10 -> production #815

Merged
merged 24 commits into from
Jan 30, 2023
Merged

v1.25.0-beta.10 -> production #815

merged 24 commits into from
Jan 30, 2023

Conversation

brandonroberts
Copy link
Contributor

@brandonroberts brandonroberts commented Jan 30, 2023

it's THAT upgrade release

0-vortex and others added 24 commits January 13, 2023 19:03
* origin/main:
  chore(minor): release 1.24.0 [skip ci]
## [1.25.0-beta.1](v1.24.0...v1.25.0-beta.1) (2023-01-13)

### 🍕 Features

* update to Next 13.1.x ([#758](#758)) ([72c2b64](72c2b64)), closes [#753](#753)
## [1.25.0-beta.2](v1.25.0-beta.1...v1.25.0-beta.2) (2023-01-16)

### 🐛 Bug Fixes

* correct repositories empty list message ([#778](#778)) ([18b7393](18b7393)), closes [#777](#777)

### 🧑‍💻 Code Refactoring

* Renamed the ContributorTable to PullRequestTable ([#779](#779)) ([694d213](694d213)), closes [#681](#681)
## [1.25.0-beta.5](v1.25.0-beta.4...v1.25.0-beta.5) (2023-01-18)

### 🐛 Bug Fixes

* remove usage of next/legacy/image ([#793](#793)) ([9264ffb](9264ffb))
## [1.25.0-beta.6](v1.25.0-beta.5...v1.25.0-beta.6) (2023-01-24)

### 🍕 Features

* add `UserSettings` component to design system ([#788](#788)) ([dd9cabd](dd9cabd)), closes [#783](#783)

### 🐛 Bug Fixes

* mobile insights header layout break ([#795](#795)) ([0bc2f0b](0bc2f0b)), closes [#769](#769)
## [1.25.0-beta.7](v1.25.0-beta.6...v1.25.0-beta.7) (2023-01-24)

### 🐛 Bug Fixes

* make repositories table styles more responsive ([#773](#773)) ([fe5c6f5](fe5c6f5)), closes [#724](#724)
## [1.25.0-beta.8](v1.25.0-beta.7...v1.25.0-beta.8) (2023-01-24)

### 🍕 Features

* add `PullRequestSocialCard` component to design system ([#774](#774)) ([04600c2](04600c2)), closes [#716](#716)
## [1.25.0-beta.9](v1.25.0-beta.8...v1.25.0-beta.9) (2023-01-26)

### 🐛 Bug Fixes

* use correct avatar URL for caching  ([#800](#800)) ([726f11b](726f11b)), closes [#757](#757) [#746](#746)
## [1.25.0-beta.10](v1.25.0-beta.9...v1.25.0-beta.10) (2023-01-30)

### 🍕 Features

* set insight repo limit based on role ([#813](#813)) ([9e998f1](9e998f1))
@netlify
Copy link

netlify bot commented Jan 30, 2023

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit f91eee0
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/63d7f4322e73b20008beda8d
😎 Deploy Preview https://deploy-preview-815--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 settings.

@netlify
Copy link

netlify bot commented Jan 30, 2023

Deploy Preview for oss-insights ready!

Name Link
🔨 Latest commit f91eee0
🔍 Latest deploy log https://app.netlify.com/sites/oss-insights/deploys/63d7f432a85de900087aad35
😎 Deploy Preview https://deploy-preview-815--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 settings.

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.

Conventional Commit PR Title

In order to be considered for merging, the pull request title must match the specification in conventional commits. You can edit the title in order for this check to pass.
Most often, our PR titles are something like one of these:

  • docs: correct typo in README
  • feat: implement dark mode"
  • fix: correct remove button behavior

Linting Errors

  • Found type "null", must be one of "feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"
  • No subject found

@brandonroberts brandonroberts changed the title 1.25.0-beta.10 -> production v1.25.0-beta.10 -> production Jan 30, 2023
Copy link
Contributor

@0-vortex 0-vortex left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@brandonroberts brandonroberts merged commit 5aac2e0 into main Jan 30, 2023
github-actions bot pushed a commit that referenced this pull request Jan 30, 2023
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.25.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

brandonroberts added a commit that referenced this pull request Jan 30, 2023
* v1.25.0-beta.10 -> production (#815)

* chore(minor): release 1.25.0 [skip ci]

## [1.25.0](v1.24.0...v1.25.0) (2023-01-30)

### 🧑‍💻 Code Refactoring

* Renamed the ContributorTable to PullRequestTable ([#779](#779)) ([694d213](694d213)), closes [#681](#681)

### 🐛 Bug Fixes

* add fix for Storybook usage with Next 13 ([#792](#792)) ([bb10b2b](bb10b2b)), closes [/github.com/vercel/next.js/issues/36417#issuecomment-1117360509](https://github.com/open-sauced//github.com/vercel/next.js/issues/36417/issues/issuecomment-1117360509)
* correct repositories empty list message ([#778](#778)) ([18b7393](18b7393)), closes [#777](#777)
* make repositories table styles more responsive ([#773](#773)) ([fe5c6f5](fe5c6f5)), closes [#724](#724)
* mobile insights header layout break ([#795](#795)) ([0bc2f0b](0bc2f0b)), closes [#769](#769)
* remove usage of next/legacy/image ([#793](#793)) ([9264ffb](9264ffb))
* revert [#778](#778) ([f6e30e1](f6e30e1))
* use correct avatar URL for caching  ([#800](#800)) ([726f11b](726f11b)), closes [#757](#757) [#746](#746)

### 🍕 Features

* add `PullRequestSocialCard` component to design system ([#774](#774)) ([04600c2](04600c2)), closes [#716](#716)
* add `UserSettings` component to design system ([#788](#788)) ([dd9cabd](dd9cabd)), closes [#783](#783)
* set insight repo limit based on role ([#813](#813)) ([9e998f1](9e998f1))
* update to Next 13.1.x ([#758](#758)) ([72c2b64](72c2b64)), closes [#753](#753)
0-vortex added a commit that referenced this pull request Feb 2, 2023
* origin/main:
  chore(minor): release 1.25.0 [skip ci]
  v1.25.0-beta.10 -> production (#815)
0-vortex added a commit that referenced this pull request Feb 2, 2023
* origin/main: (37 commits)
  chore(minor): release 1.26.0 [skip ci]
  chore(minor): release 1.26.0-beta.1 on beta channel [skip ci]
  build: update some dependencies
  build: correct dep versioning
  chore(patch): release 1.25.0-beta.14 on beta channel [skip ci]
  fix: connect more user profile settings to the API (#826)
  chore(minor): release 1.25.0-beta.13 on beta channel [skip ci]
  feat: add profile badge to connected user profile (#824)
  chore(minor): release 1.25.0-beta.12 on beta channel [skip ci]
  feat: add user location and bio details to profile page (#797)
  chore(minor): release 1.25.0-beta.11 on beta channel [skip ci]
  feat: implement profile settings feature (#808)
  chore(minor): release 1.25.0 [skip ci] (#818)
  chore(minor): release 1.25.0 [skip ci]
  v1.25.0-beta.10 -> production (#815)
  chore(minor): release 1.25.0-beta.10 on beta channel [skip ci]
  feat: set insight repo limit based on role (#813)
  chore(patch): release 1.25.0-beta.9 on beta channel [skip ci]
  fix: use correct avatar URL for caching  (#800)
  chore(minor): release 1.25.0-beta.8 on beta channel [skip ci]
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants