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 main #163

Merged
merged 2 commits into from
Aug 19, 2024
Merged

chore: release main #163

merged 2 commits into from
Aug 19, 2024

Conversation

aversini
Copy link
Collaborator

@aversini aversini commented Aug 19, 2024

User description

🤖 I have created a release beep boop

auth-provider: 7.0.0

7.0.0 (2024-08-19)

⚠ BREAKING CHANGES

  • this is dependent on auth-server v8+

Features

auth-common: 4.0.0

4.0.0 (2024-08-19)

⚠ BREAKING CHANGES

  • this is dependent on auth-server v8+

Features


This PR was generated with Release Please. See documentation.


PR Type

enhancement, documentation


Description

  • Updated the release manifest to reflect new versions for auth-provider and auth-common.
  • Added changelog entries for auth-common version 4.0.0 and auth-provider version 7.0.0, documenting breaking changes and feature updates.
  • Bumped package versions in package.json files for auth-common and auth-provider.
  • Formatted JSON arrays for better readability.

Changes walkthrough 📝

Relevant files
Configuration changes
.release-please-manifest.json
Update package versions in release manifest                           

.release-please-manifest.json

  • Updated version for auth-provider to 7.0.0.
  • Updated version for auth-common to 4.0.0.
  • +2/-2     
    package.json
    Bump auth-common package version to 4.0.0                               

    packages/auth-common/package.json

    • Bumped version to 4.0.0.
    • Formatted files array.
    +4/-2     
    package.json
    Bump auth-provider package version to 7.0.0                           

    packages/auth-provider/package.json

    • Bumped version to 7.0.0.
    • Formatted files array.
    +4/-2     
    Documentation
    CHANGELOG.md
    Add changelog for auth-common version 4.0.0                           

    packages/auth-common/CHANGELOG.md

  • Added changelog entry for version 4.0.0.
  • Noted breaking changes dependent on auth-server v8+.
  • Documented feature refactoring login processes.
  • +11/-0   
    CHANGELOG.md
    Add changelog for auth-provider version 7.0.0                       

    packages/auth-provider/CHANGELOG.md

  • Added changelog entry for version 7.0.0.
  • Noted breaking changes dependent on auth-server v8+.
  • Documented feature refactoring login processes.
  • +11/-0   

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    @qodo-merge-pro qodo-merge-pro bot added documentation Improvements or additions to documentation enhancement New feature or request Review effort [1-5]: 1 labels Aug 19, 2024
    Copy link

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    Copy link

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Best practice
    Provide more detailed information about breaking changes in the changelog

    Consider adding more details about the breaking changes in the CHANGELOG.md file,
    such as specific API changes or migration steps.

    packages/auth-common/CHANGELOG.md [6-8]

     ### ⚠ BREAKING CHANGES
     
    -* this is dependent on auth-server v8+
    +* This version is dependent on auth-server v8+. Please ensure you upgrade your auth-server before updating to this version.
    +* [Add specific API changes or migration steps here]
     
    • Apply this suggestion
    Suggestion importance[1-10]: 8

    Why: Adding detailed information about breaking changes, such as specific API changes or migration steps, is crucial for users to understand the impact and necessary actions, thus improving documentation quality.

    8
    Enhancement
    Simplify the array declaration for better readability and consistency

    Consider using a single-line array for the files property to maintain consistency
    with the previous format and improve readability.

    packages/auth-common/package.json [17-19]

    -"files": [
    -  "dist"
    -],
    +"files": ["dist"],
     
    • Apply this suggestion
    Suggestion importance[1-10]: 7

    Why: The suggestion improves readability and maintains consistency with the previous format by using a single-line array declaration, which is a minor enhancement.

    7

    Copy link

    Bundle Size

    Status File Size (Gzip) Limits
    index.js 14.26 KB (+3 B +0.02%) 15 kb

    Overall bundle size: 14.26 KB (+3 B +0.02%)
    Overall status: ✅

    @aversini aversini merged commit 810b292 into main Aug 19, 2024
    4 checks passed
    @aversini aversini deleted the release-please--branches--main branch August 19, 2024 22:10
    @aversini
    Copy link
    Collaborator Author

    🤖 Created releases:

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    autorelease: tagged documentation Improvements or additions to documentation enhancement New feature or request Review effort [1-5]: 1
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant