Skip to content

chore(main): release 0.4.0 - #188

Merged
owine merged 1 commit into
mainfrom
release-please--branches--main--components--mlb-deferred-contract-calculator
Sep 8, 2026
Merged

chore(main): release 0.4.0#188
owine merged 1 commit into
mainfrom
release-please--branches--main--components--mlb-deferred-contract-calculator

Conversation

@mlb-calculator-release-bot

@mlb-calculator-release-bot mlb-calculator-release-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.4.0 (2026-09-07)

Features

Dependencies

  • update dependency lucide-react to v1.40.0 (#185) (44c23cf)
  • update dependency lucide-react to v1.41.0 (#189) (495fe29)
  • update dependency pnpm to v11.25.0 (#186) (0fb0e86)
  • update dependency pnpm to v12.3.4 (#190) (66b5d7b)

This PR was generated with Release Please. See documentation.

Summary by Sourcery

Release version 0.4.0 with updated tooling and icon library dependencies.

New Features:

  • Upgrade pnpm to version 12.

Build:

  • Update the project release version from 0.3.6 to 0.4.0.

Documentation:

  • Add changelog entries for the 0.4.0 release.

Chores:

  • Update lucide-react and pnpm dependency versions.

@sourcery-ai

sourcery-ai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This automated Release Please PR publishes version 0.3.7, updates release metadata and pnpm tooling requirements, and adds changelog documentation for the lucide-react v1.40.0 dependency update.

File-Level Changes

Change Details Files
Bump the project release metadata to version 0.3.7 and align the package manager requirement with pnpm 11.24.0.
  • Update the package version from 0.3.6 to 0.3.7.
  • Change the required and declared pnpm version from 11.25.0 to 11.24.0.
package.json
.release-please-manifest.json
Record the 0.3.7 release and its dependency update in the changelog.
  • Add the dated 0.3.7 release entry with comparison and issue/commit links.
  • Document the lucide-react update to v1.40.0.
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@mlb-calculator-release-bot
mlb-calculator-release-bot Bot force-pushed the release-please--branches--main--components--mlb-deferred-contract-calculator branch from c7147bb to 264b74a Compare September 7, 2026 05:04

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="CHANGELOG.md" line_range="8" />
<code_context>
+
+### Dependencies
+
+* update dependency lucide-react to v1.40.0 ([#185](https://github.com/owine/MLB-Deferred-Contract-Calculator/issues/185)) ([44c23cf](https://github.com/owine/MLB-Deferred-Contract-Calculator/commit/44c23cf2a25cd9f7b555fcc1074061e78352aecd))
+* update dependency pnpm to v11.25.0 ([#186](https://github.com/owine/MLB-Deferred-Contract-Calculator/issues/186)) ([0fb0e86](https://github.com/owine/MLB-Deferred-Contract-Calculator/commit/0fb0e860ebf56f3eb9ff022b8871c3819f97e8a0))
+
</code_context>
<issue_to_address>
**issue (broader_impact):** The changelog claims pnpm was updated to 11.25.0, but `package.json` still pins both the `engines.pnpm` and `packageManager` fields to 11.24.0. CI therefore uses pnpm 11.24.0 while the Dockerfile explicitly activates 11.25.0, so the released toolchain does not match the dependency update recorded for 0.3.7.

**Triggers:** When the project is installed through CI versus the Docker build.

**Suggested fix:** Update the pnpm version fields in `package.json` to 11.25.0 and regenerate the lockfile if needed, or remove the inaccurate changelog entry.

```suggestion

```
</issue_to_address>

Sourcery assessment

Approval pending. 1 finding to address first.

Blocking findings: CHANGELOG.md:8


Sourcery is free for open source - if you like our reviews please consider sharing them ✨

Comment thread CHANGELOG.md

### Dependencies

* update dependency lucide-react to v1.40.0 ([#185](https://github.com/owine/MLB-Deferred-Contract-Calculator/issues/185)) ([44c23cf](https://github.com/owine/MLB-Deferred-Contract-Calculator/commit/44c23cf2a25cd9f7b555fcc1074061e78352aecd))

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

issue (broader_impact): The changelog claims pnpm was updated to 11.25.0, but package.json still pins both the engines.pnpm and packageManager fields to 11.24.0. CI therefore uses pnpm 11.24.0 while the Dockerfile explicitly activates 11.25.0, so the released toolchain does not match the dependency update recorded for 0.3.7.

Triggers: When the project is installed through CI versus the Docker build.

Suggested fix: Update the pnpm version fields in package.json to 11.25.0 and regenerate the lockfile if needed, or remove the inaccurate changelog entry.

Suggested change
* update dependency lucide-react to v1.40.0 ([#185](https://github.com/owine/MLB-Deferred-Contract-Calculator/issues/185)) ([44c23cf](https://github.com/owine/MLB-Deferred-Contract-Calculator/commit/44c23cf2a25cd9f7b555fcc1074061e78352aecd))

sourcery-ai[bot]
sourcery-ai Bot previously approved these changes Sep 7, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sourcery assessment

Approved.

@mlb-calculator-release-bot
mlb-calculator-release-bot Bot force-pushed the release-please--branches--main--components--mlb-deferred-contract-calculator branch from 264b74a to 3f2e4ab Compare September 7, 2026 15:00
@sourcery-ai
sourcery-ai Bot dismissed their stale review September 7, 2026 15:00

Sourcery withdrew this approval because the latest commits introduced blocking findings.

@mlb-calculator-release-bot mlb-calculator-release-bot Bot changed the title chore(main): release 0.3.7 chore(main): release 0.4.0 Sep 7, 2026
@mlb-calculator-release-bot
mlb-calculator-release-bot Bot force-pushed the release-please--branches--main--components--mlb-deferred-contract-calculator branch from 3f2e4ab to 30222b9 Compare September 7, 2026 15:09
@mlb-calculator-release-bot
mlb-calculator-release-bot Bot force-pushed the release-please--branches--main--components--mlb-deferred-contract-calculator branch from 30222b9 to 950338e Compare September 7, 2026 15:12
@owine
owine merged commit 1a9bbe7 into main Sep 8, 2026
3 checks passed
@owine
owine deleted the release-please--branches--main--components--mlb-deferred-contract-calculator branch September 8, 2026 02:25
@mlb-calculator-release-bot

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant