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

Auto-SDK Version Pumped To 0.4.0 #102

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Auto-SDK Version Pumped To 0.4.0 #102

merged 2 commits into from
Aug 21, 2024

Conversation

clostao
Copy link
Contributor

@clostao clostao commented Aug 21, 2024

PR Type

enhancement


Description

  • Bumped the version of the Auto-SDK packages from 0.3.0 to 0.4.0.
  • Updated the @autonomys/auto-utils dependency to version ^0.4.0 across multiple packages.
  • Updated gitHead to reflect the new commit hash in all package.json files.

Changes walkthrough 📝

Relevant files
Enhancement
lerna.json
Bump Lerna version to 0.4.0                                                           

lerna.json

  • Updated version from 0.3.0 to 0.4.0.
+1/-1     
package.json
Update auto-consensus package to version 0.4.0                     

packages/auto-consensus/package.json

  • Updated package version from 0.3.0 to 0.4.0.
  • Updated dependency @autonomys/auto-utils version to ^0.4.0.
  • Updated gitHead to new commit hash.
  • +3/-3     
    package.json
    Update auto-id package to version 0.4.0                                   

    packages/auto-id/package.json

  • Updated package version from 0.3.0 to 0.4.0.
  • Updated dependency @autonomys/auto-utils version to ^0.4.0.
  • Updated gitHead to new commit hash.
  • +3/-3     
    package.json
    Update auto-utils package to version 0.4.0                             

    packages/auto-utils/package.json

  • Updated package version from 0.3.0 to 0.4.0.
  • Updated gitHead to new commit hash.
  • +2/-2     
    package.json
    Update auto-xdm package to version 0.4.0                                 

    packages/auto-xdm/package.json

  • Updated package version from 0.3.0 to 0.4.0.
  • Updated dependency @autonomys/auto-utils version to ^0.4.0.
  • Updated gitHead to new commit hash.
  • +3/-3     

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

    Copy link

    PR Reviewer Guide 🔍

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

    Copy link

    github-actions bot commented Aug 21, 2024

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Maintainability
    Update the "gitHead" to the correct commit hash

    Ensure that the "gitHead" value is updated to the correct commit hash that reflects
    the state of the repository after the changes made in this pull request.

    packages/auto-utils/package.json [40]

    -"gitHead": "60e178a2c02aff3693007a1620e2067856a389f8"
    +"gitHead": "<correct_commit_hash>"
     
    Suggestion importance[1-10]: 8

    Why: Ensuring the "gitHead" reflects the correct commit hash is important for maintainability and traceability of changes, especially in a version-controlled environment.

    8
    Best practice
    Use fixed versions for dependencies to ensure consistent builds

    Consider using a fixed version instead of a version range for the dependency
    "@autonomys/auto-utils" to ensure consistent builds and avoid potential breaking
    changes that could be introduced by minor version updates.

    packages/auto-consensus/package.json [24]

    -"@autonomys/auto-utils": "^0.4.0"
    +"@autonomys/auto-utils": "0.4.0"
     
    Suggestion importance[1-10]: 7

    Why: Using a fixed version instead of a version range can help ensure consistent builds and avoid potential breaking changes from minor updates. However, it may limit flexibility in receiving non-breaking updates automatically.

    7

    @clostao clostao merged commit 539de04 into main Aug 21, 2024
    3 checks passed
    @clostao clostao deleted the version-0.4.0 branch August 21, 2024 10:48
    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.

    2 participants