Skip to content

chore(release): 📦 version packages #465

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joelhooks
Copy link
Collaborator

@joelhooks joelhooks commented Apr 30, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

@coursebuilder/[email protected]

Patch Changes

[email protected]

Patch Changes

Summary by CodeRabbit

  • New Features

    • Added cohort link and initialization of products with a type.
    • Included live products in the checkout flow.
    • Added sold out labels and improved sold-out handling in pricing and team features.
    • Enhanced waitlist styling and added the ability to pass state to new products.
    • Updated transfer schema to support organization identifiers.
    • Added a new event for full-price coupon redemption.
  • Bug Fixes

    • Fixed issues causing data loss during video uploads.
    • Corrected team quantity logic and improved waitlist logic.
  • Refactor

    • Refactored assistant and edit form components for improved maintainability.
  • Chores

    • Updated multiple dependencies across packages to their latest patch versions.

Copy link

vercel bot commented Apr 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai-hero 🛑 Canceled (Inspect) May 30, 2025 9:33am
astro-party ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
course-builder-craft-of-ui ❌ Failed (Inspect) May 30, 2025 9:33am
course-builder-egghead ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
course-builder-poc 🛑 Canceled (Inspect) May 30, 2025 9:33am
craft-of-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
cursor-pro ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
epic-react-builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
epic-web-builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
epicai-pro ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am
go-local-first ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 9:33am

Copy link
Contributor

coderabbitai bot commented Apr 30, 2025

## Walkthrough

This change updates multiple `@coursebuilder` packages and their dependencies across various applications. It includes version bumps for `@coursebuilder/ui` (2.0.5 to 2.0.6), `@coursebuilder/utils-auth` (1.0.0 to 1.0.1), `@coursebuilder/commerce-next` (0.0.12 to 0.0.13), `@coursebuilder/adapter-drizzle` (1.0.3 to 1.0.4), `@coursebuilder/core` (1.0.4 to 1.0.5), and others. The updates document fixes such as a video upload data loss patch, an edit form refactor, addition of a cohort link, enhancements to authorization types, and fixes to team quantity logic and waitlist handling. Several changeset files related to these patches were removed.

## Changes

| File(s)                                                                                     | Change Summary                                                                                      |
|---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
| apps/astro-party/package.json<br>apps/go-local-first/package.json                          | Updated multiple `@coursebuilder` dependencies: `adapter-drizzle` 1.0.3→1.0.4, `commerce-next` ^0.0.12→^0.0.13, `core` 1.0.4→1.0.5, `ui` ^2.0.5→^2.0.6, `utils-auth` 1.0.0→1.0.1, `utils-resource` 1.0.1→1.0.2. |
| apps/course-builder-web/package.json<br>apps/egghead/package.json<br>apps/epic-react/package.json | Updated `@coursebuilder/adapter-drizzle` 1.0.3→1.0.4, `core` 1.0.4→1.0.5, and `ui` ^2.0.5→^2.0.6.  |
| apps/craft-of-ui/package.json                                                              | Version bump from 0.1.1 to 0.1.2 with dependency updates to multiple `@coursebuilder` packages.   |
| packages/ui/package.json                                                                    | Bumped version from 2.0.5 to 2.0.6; updated dependency on `@coursebuilder/core` 1.0.4→1.0.5.       |
| packages/ui/CHANGELOG.md                                                                    | Added version 2.0.6 entry noting video upload fix, transfer schema update, and edit form refactor.|
| packages/utils-auth/package.json                                                           | Bumped version from 1.0.0 to 1.0.1.                                                              |
| packages/utils-auth/CHANGELOG.md                                                           | Added version 1.0.1 entry documenting addition of `canCreate` property to `abilityForResource` type.|
| packages/commerce-next/package.json                                                        | Bumped version from 0.0.12 to 0.0.13; updated dependencies on `@coursebuilder/core` and `ui`.     |
| packages/commerce-next/CHANGELOG.md                                                        | Added version 0.0.13 entry documenting addition of cohort link and dependency updates.           |
| packages/adapter-drizzle/package.json                                                      | Bumped version from 1.0.3 to 1.0.4; updated `@coursebuilder/core` devDependency to 1.0.5.         |
| packages/adapter-drizzle/CHANGELOG.md                                                      | Added version 1.0.4 entry documenting `FullPriceCouponRedeemed` event, `orgId` param, and waitlist fixes. |
| packages/core/package.json                                                                 | Bumped version from 1.0.4 to 1.0.5.                                                              |
| packages/core/CHANGELOG.md                                                                 | Added version 1.0.5 entry fixing team quantity logic, adding `FullPriceCouponRedeemed` event, and waitlist fixes. |
| packages/next/package.json                                                                 | Bumped version from 0.0.26 to 0.0.27; updated dependency on `@coursebuilder/core` to 1.0.5.       |
| packages/next/CHANGELOG.md                                                                 | Added version 0.0.27 entry noting dependency update to `@coursebuilder/core` 1.0.5.               |
| packages/utils-resource/package.json                                                      | Bumped version from 1.0.1 to 1.0.2.                                                              |
| packages/utils-resource/CHANGELOG.md                                                      | Added version 1.0.2 entry noting dependency update to `@coursebuilder/core` 1.0.5.                |
| packages/astro/package.json                                                                | Bumped version from 0.0.6 to 0.0.7; updated dependency on `@coursebuilder/core` to 1.0.5.         |
| packages/astro/CHANGELOG.md                                                                | Added version 0.0.7 entry noting dependency update to `@coursebuilder/core` 1.0.5.                |
| apps/craft-of-ui/CHANGELOG.md                                                             | Added version 0.1.2 entry documenting multiple dependency updates across `@coursebuilder` packages.|
| .changeset/lucky-trams-doubt.md<br>.changeset/cold-kings-wink.md<br>.changeset/wide-years-cut.md<br>.changeset/neat-buses-battle.md<br>.changeset/angry-towns-doubt.md<br>.changeset/sixty-eggs-doubt.md<br>.changeset/slick-crabs-admire.md<br>.changeset/cuddly-poets-march.md<br>.changeset/loose-days-mix.md<br>.changeset/old-humans-add.md | Deleted changeset files documenting patch updates for `@coursebuilder/ui` (edit form refactor, video upload fix), `@coursebuilder/utils-auth` (canCreate addition), `@coursebuilder/commerce-next` (cohort link), `@coursebuilder/core` (team quantity fix, event creation, live products in checkout), and `@coursebuilder/adapter-drizzle` (FullPriceCouponRedeemed event, product type init, waitlist fix, transfer schema update, state passing to NewProduct). |

## Suggested reviewers

- vojtaholik  
- joelhooks

## Poem

> A hop, a skip, a version bump,  
> UI patched with barely a thump.  
> Video woes now in the past,  
> Edit forms refactored fast!  
> Auth gains powers, `canCreate` true,  
> Our code hops forward, fresh and new.  
> 🐇✨

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4edfd8c and 0989960.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (37)
  • .changeset/angry-towns-doubt.md (0 hunks)
  • .changeset/cold-kings-wink.md (0 hunks)
  • .changeset/cuddly-poets-march.md (0 hunks)
  • .changeset/eleven-llamas-sit.md (0 hunks)
  • .changeset/honest-regions-own.md (0 hunks)
  • .changeset/loose-days-mix.md (0 hunks)
  • .changeset/lucky-trams-doubt.md (0 hunks)
  • .changeset/modern-lands-talk.md (0 hunks)
  • .changeset/neat-buses-battle.md (0 hunks)
  • .changeset/old-humans-add.md (0 hunks)
  • .changeset/shaggy-chairs-stick.md (0 hunks)
  • .changeset/sixty-eggs-doubt.md (0 hunks)
  • .changeset/slick-crabs-admire.md (0 hunks)
  • .changeset/wide-years-cut.md (0 hunks)
  • apps/astro-party/package.json (1 hunks)
  • apps/course-builder-web/package.json (1 hunks)
  • apps/craft-of-ui/CHANGELOG.md (1 hunks)
  • apps/craft-of-ui/package.json (1 hunks)
  • apps/egghead/package.json (1 hunks)
  • apps/epic-react/package.json (1 hunks)
  • apps/go-local-first/package.json (1 hunks)
  • packages/adapter-drizzle/CHANGELOG.md (1 hunks)
  • packages/adapter-drizzle/package.json (2 hunks)
  • packages/astro/CHANGELOG.md (1 hunks)
  • packages/astro/package.json (1 hunks)
  • packages/commerce-next/CHANGELOG.md (1 hunks)
  • packages/commerce-next/package.json (2 hunks)
  • packages/core/CHANGELOG.md (1 hunks)
  • packages/core/package.json (1 hunks)
  • packages/next/CHANGELOG.md (1 hunks)
  • packages/next/package.json (2 hunks)
  • packages/ui/CHANGELOG.md (1 hunks)
  • packages/ui/package.json (2 hunks)
  • packages/utils-auth/CHANGELOG.md (1 hunks)
  • packages/utils-auth/package.json (1 hunks)
  • packages/utils-resource/CHANGELOG.md (1 hunks)
  • packages/utils-resource/package.json (1 hunks)
💤 Files with no reviewable changes (14)
  • .changeset/modern-lands-talk.md
  • .changeset/cold-kings-wink.md
  • .changeset/cuddly-poets-march.md
  • .changeset/loose-days-mix.md
  • .changeset/wide-years-cut.md
  • .changeset/angry-towns-doubt.md
  • .changeset/old-humans-add.md
  • .changeset/slick-crabs-admire.md
  • .changeset/sixty-eggs-doubt.md
  • .changeset/eleven-llamas-sit.md
  • .changeset/honest-regions-own.md
  • .changeset/neat-buses-battle.md
  • .changeset/lucky-trams-doubt.md
  • .changeset/shaggy-chairs-stick.md
🚧 Files skipped from review as they are similar to previous changes (20)
  • packages/utils-auth/package.json
  • packages/utils-resource/package.json
  • packages/astro/CHANGELOG.md
  • packages/core/package.json
  • packages/next/CHANGELOG.md
  • packages/utils-auth/CHANGELOG.md
  • packages/next/package.json
  • apps/epic-react/package.json
  • packages/ui/package.json
  • packages/commerce-next/package.json
  • apps/craft-of-ui/CHANGELOG.md
  • apps/egghead/package.json
  • apps/craft-of-ui/package.json
  • packages/adapter-drizzle/package.json
  • packages/utils-resource/CHANGELOG.md
  • packages/ui/CHANGELOG.md
  • apps/course-builder-web/package.json
  • packages/astro/package.json
  • apps/astro-party/package.json
  • apps/go-local-first/package.json
🧰 Additional context used
🪛 LanguageTool
packages/adapter-drizzle/CHANGELOG.md

[uncategorized] ~13-~13: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to pass state to NewProduct - [#471]...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~22-~22: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~116-~116: You might be missing the article “a” here.
Context: ... redeemFullPriceCoupon method to return useful error message when trying to redeem e...

(AI_EN_LECTOR_MISSING_DETERMINER_A)


[uncategorized] ~117-~117: You might be missing the article “an” here.
Context: ...l error message when trying to redeem existing purchase ## 0.5.0 ### Minor Changes ...

(AI_EN_LECTOR_MISSING_DETERMINER_AN)


[uncategorized] ~223-~223: A punctuation mark might be missing here.
Context: .../pull/162) [480d095](https://github.com/badass-cou...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


[style] ~322-~322: Using many exclamation marks might seem excessive (in this case: 48 exclamation marks for a text that’s 12835 characters long)
Context: ...joelhooks](https://github.com/joelhooks)! - adding adapter and core packages to...

(EN_EXCESSIVE_EXCLAMATION)

packages/commerce-next/CHANGELOG.md

[uncategorized] ~12-~12: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...olik](https://github.com/vojtaholik)! - sold out label - [3eb7362](https://github.com...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~18-~18: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ttps://github.com/vojtaholik)! - update sold out handling in pricing widget and team t...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~22-~22: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

packages/core/CHANGELOG.md

[uncategorized] ~25-~25: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ttps://github.com/vojtaholik)! - update sold out handling in pricing widget and team t...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~34-~34: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🔇 Additional comments (1)
packages/commerce-next/CHANGELOG.md (1)

3-38: Changelog entry is comprehensive and correct
The Patch Changes and Updated dependencies accurately document new commits and the bumps to @coursebuilder/[email protected] and @coursebuilder/[email protected].

🧰 Tools
🪛 LanguageTool

[uncategorized] ~12-~12: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...olik](https://github.com/vojtaholik)! - sold out label - [3eb7362](https://github.com...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~18-~18: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ttps://github.com/vojtaholik)! - update sold out handling in pricing widget and team t...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~22-~22: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8096127 and 5e0a2b2.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (10)
  • .changeset/lucky-trams-doubt.md (0 hunks)
  • apps/astro-party/package.json (1 hunks)
  • apps/course-builder-web/package.json (1 hunks)
  • apps/cursor-pro/CHANGELOG.md (1 hunks)
  • apps/cursor-pro/package.json (1 hunks)
  • apps/egghead/package.json (1 hunks)
  • apps/epic-react/package.json (1 hunks)
  • apps/go-local-first/package.json (1 hunks)
  • packages/ui/CHANGELOG.md (1 hunks)
  • packages/ui/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/lucky-trams-doubt.md
🔇 Additional comments (7)
apps/cursor-pro/package.json (1)

3-3:

✅ Verification successful

Validate cursor-pro changelog entry for v0.1.2.
Ensure that apps/cursor-pro/CHANGELOG.md has an entry for version 0.1.2 documenting the dependency alignment with @coursebuilder/ui.


🏁 Script executed:

#!/bin/bash
# Verify CHANGELOG contains the new version
grep -R "## 0.1.2" apps/cursor-pro/CHANGELOG.md

Length of output: 58


🏁 Script executed:

#!/bin/bash
# Check if the CHANGELOG entry for v0.1.2 documents the dependency alignment with @coursebuilder/ui
grep -A10 "## 0.1.2" apps/cursor-pro/CHANGELOG.md | grep "@coursebuilder/ui"

Length of output: 104


Changelog entry for v0.1.2 verified
The entry in apps/cursor-pro/CHANGELOG.md includes ## 0.1.2 and documents the dependency alignment:

apps/egghead/package.json (1)

37-37: Approve UI dependency upgrade.
Bumping @coursebuilder/ui to ^2.0.6 aligns with the latest UI package release.

apps/astro-party/package.json (1)

55-55: Approve UI dependency upgrade.
Updated @coursebuilder/ui to ^2.0.6, keeping this app in sync with the UI patch release.

apps/epic-react/package.json (1)

30-30: Dependency bump to @coursebuilder/ui@^2.0.6 looks correct
This aligns with the patch release for the UI package and matches other applications in the monorepo.

apps/go-local-first/package.json (1)

58-58: Dependency bump to @coursebuilder/ui@^2.0.6 is consistent
The version update matches the new UI patch release and stays in sync with the rest of the apps.

apps/cursor-pro/CHANGELOG.md (1)

3-10: Changelog entry for v0.1.2 is accurate
The header and patch details correctly document the dependency update to @coursebuilder/[email protected] and reference the right commit.

packages/ui/CHANGELOG.md (1)

3-9: New patch release v2.0.6 entry is properly formatted
The changelog clearly credits PR #464, includes the commit SHA, and thanks the contributor.

@@ -48,7 +48,7 @@
"@coursebuilder/email-templates": "^1.0.5",
"@coursebuilder/next": "workspace:^",
"@coursebuilder/nodash": "workspace:^",
"@coursebuilder/ui": "^2.0.5",
"@coursebuilder/ui": "^2.0.6",
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Review UI dependency bump consistency.
The @coursebuilder/ui dependency was updated to ^2.0.6. Confirm no breaking changes were introduced and that the lockfile has been regenerated.


🏁 Script executed:

#!/bin/bash
# Check lockfile for updated UI dependency
grep -R "\"@coursebuilder/ui\": \"\\^2\\.0\\.6\"" pnpm-lock.yaml || echo "pnpm-lock.yaml entry not found."

Length of output: 132


Update Lockfile for UI Dependency Bump
The pnpm-lock.yaml doesn’t yet include the @coursebuilder/ui@^2.0.6 entry. Please regenerate and commit the lockfile by running:

pnpm install
git add pnpm-lock.yaml

After updating, double-check that no breaking changes were introduced with v2.0.6.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5e0a2b2 to 96fe58f Compare April 30, 2025 10:29
@github-actions github-actions bot force-pushed the changeset-release/main branch from 75d9674 to 600b485 Compare April 30, 2025 23:04
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (1)
packages/adapter-drizzle/CHANGELOG.md (1)

3-23: Missing updated dependencies section for core bump.

The changelog for version 1.0.4 does not document the bump of the @coursebuilder/core dependency to 1.0.5. Please add an “Updated dependencies” subsection under Patch Changes listing:

- Updated dependencies:
  - @coursebuilder/core@1.0.5
🧰 Tools
🪛 LanguageTool

[uncategorized] ~13-~13: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to pass state to NewProduct - [#471]...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~22-~22: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🧹 Nitpick comments (2)
packages/commerce-next/CHANGELOG.md (1)

9-19: Consider hyphenating compound adjectives.

For consistency and clarity in the changelog entries, please hyphenate compound adjectives:

  • Change sold out labelsold-out label
  • Change sold out handlingsold-out handling
🧰 Tools
🪛 LanguageTool

[uncategorized] ~12-~12: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...olik](https://github.com/vojtaholik)! - sold out label - [3eb7362](https://github.com...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~18-~18: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ttps://github.com/vojtaholik)! - update sold out handling in pricing widget and team t...

(EN_COMPOUND_ADJECTIVE_INTERNAL)

packages/core/CHANGELOG.md (1)

20-23: Link missing pull request number for commit entry.

The entry for 4e29da7 lacks an associated PR link, unlike the other items. Please update it to:

- - [`4e29da7`](https://github.com/badass-courses/course-builder/commit/4e29da74a433635089bb2796abbe1339fd8f4dbd)
+ - [#476](https://github.com/badass-courses/course-builder/pull/476)
+   [`4e29da7`](https://github.com/badass-courses/course-builder/commit/4e29da74a433635089bb2796abbe1339fd8f4dbd)
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a0944e3 and 4edfd8c.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (37)
  • .changeset/angry-towns-doubt.md (0 hunks)
  • .changeset/cold-kings-wink.md (0 hunks)
  • .changeset/cuddly-poets-march.md (0 hunks)
  • .changeset/eleven-llamas-sit.md (0 hunks)
  • .changeset/honest-regions-own.md (0 hunks)
  • .changeset/loose-days-mix.md (0 hunks)
  • .changeset/lucky-trams-doubt.md (0 hunks)
  • .changeset/modern-lands-talk.md (0 hunks)
  • .changeset/neat-buses-battle.md (0 hunks)
  • .changeset/old-humans-add.md (0 hunks)
  • .changeset/shaggy-chairs-stick.md (0 hunks)
  • .changeset/sixty-eggs-doubt.md (0 hunks)
  • .changeset/slick-crabs-admire.md (0 hunks)
  • .changeset/wide-years-cut.md (0 hunks)
  • apps/astro-party/package.json (1 hunks)
  • apps/course-builder-web/package.json (1 hunks)
  • apps/craft-of-ui/CHANGELOG.md (1 hunks)
  • apps/craft-of-ui/package.json (1 hunks)
  • apps/egghead/package.json (1 hunks)
  • apps/epic-react/package.json (1 hunks)
  • apps/go-local-first/package.json (1 hunks)
  • packages/adapter-drizzle/CHANGELOG.md (1 hunks)
  • packages/adapter-drizzle/package.json (2 hunks)
  • packages/astro/CHANGELOG.md (1 hunks)
  • packages/astro/package.json (1 hunks)
  • packages/commerce-next/CHANGELOG.md (1 hunks)
  • packages/commerce-next/package.json (2 hunks)
  • packages/core/CHANGELOG.md (1 hunks)
  • packages/core/package.json (1 hunks)
  • packages/next/CHANGELOG.md (1 hunks)
  • packages/next/package.json (2 hunks)
  • packages/ui/CHANGELOG.md (1 hunks)
  • packages/ui/package.json (2 hunks)
  • packages/utils-auth/CHANGELOG.md (1 hunks)
  • packages/utils-auth/package.json (1 hunks)
  • packages/utils-resource/CHANGELOG.md (1 hunks)
  • packages/utils-resource/package.json (1 hunks)
💤 Files with no reviewable changes (14)
  • .changeset/cold-kings-wink.md
  • .changeset/wide-years-cut.md
  • .changeset/lucky-trams-doubt.md
  • .changeset/angry-towns-doubt.md
  • .changeset/sixty-eggs-doubt.md
  • .changeset/cuddly-poets-march.md
  • .changeset/neat-buses-battle.md
  • .changeset/modern-lands-talk.md
  • .changeset/shaggy-chairs-stick.md
  • .changeset/slick-crabs-admire.md
  • .changeset/honest-regions-own.md
  • .changeset/eleven-llamas-sit.md
  • .changeset/old-humans-add.md
  • .changeset/loose-days-mix.md
🚧 Files skipped from review as they are similar to previous changes (20)
  • apps/epic-react/package.json
  • apps/craft-of-ui/package.json
  • packages/astro/package.json
  • packages/utils-resource/package.json
  • packages/utils-auth/package.json
  • packages/ui/package.json
  • packages/core/package.json
  • packages/utils-auth/CHANGELOG.md
  • apps/egghead/package.json
  • packages/utils-resource/CHANGELOG.md
  • packages/next/package.json
  • apps/course-builder-web/package.json
  • packages/next/CHANGELOG.md
  • packages/commerce-next/package.json
  • packages/adapter-drizzle/package.json
  • packages/ui/CHANGELOG.md
  • packages/astro/CHANGELOG.md
  • apps/astro-party/package.json
  • apps/go-local-first/package.json
  • apps/craft-of-ui/CHANGELOG.md
🧰 Additional context used
🪛 LanguageTool
packages/adapter-drizzle/CHANGELOG.md

[uncategorized] ~13-~13: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to pass state to NewProduct - [#471]...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~22-~22: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~116-~116: You might be missing the article “a” here.
Context: ... redeemFullPriceCoupon method to return useful error message when trying to redeem e...

(AI_EN_LECTOR_MISSING_DETERMINER_A)


[uncategorized] ~117-~117: You might be missing the article “an” here.
Context: ...l error message when trying to redeem existing purchase ## 0.5.0 ### Minor Changes ...

(AI_EN_LECTOR_MISSING_DETERMINER_AN)


[uncategorized] ~223-~223: A punctuation mark might be missing here.
Context: .../pull/162) [480d095](https://github.com/badass-cou...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


[style] ~322-~322: Using many exclamation marks might seem excessive (in this case: 48 exclamation marks for a text that’s 12835 characters long)
Context: ...joelhooks](https://github.com/joelhooks)! - adding adapter and core packages to...

(EN_EXCESSIVE_EXCLAMATION)

packages/commerce-next/CHANGELOG.md

[uncategorized] ~12-~12: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...olik](https://github.com/vojtaholik)! - sold out label - [3eb7362](https://github.com...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~18-~18: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ttps://github.com/vojtaholik)! - update sold out handling in pricing widget and team t...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~22-~22: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

packages/core/CHANGELOG.md

[uncategorized] ~25-~25: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ttps://github.com/vojtaholik)! - update sold out handling in pricing widget and team t...

(EN_COMPOUND_ADJECTIVE_INTERNAL)


[uncategorized] ~34-~34: You might be missing the article “the” here.
Context: ...](https://github.com/vojtaholik)! - add ability to init product with a type, fix wait...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)

🔇 Additional comments (1)
packages/commerce-next/CHANGELOG.md (1)

25-38: Updated dependencies documented correctly.

The Updated dependencies section properly lists:

@github-actions github-actions bot force-pushed the changeset-release/main branch from 4edfd8c to 4d7e20a Compare May 30, 2025 09:22
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.

1 participant