Skip to content

chore: version packages (alpha) - #376

Merged
mobeenabdullah merged 1 commit into
mainfrom
changeset-release/main
Jul 28, 2026
Merged

chore: version packages (alpha)#376
mobeenabdullah merged 1 commit into
mainfrom
changeset-release/main

Conversation

@mobeenabdullah

@mobeenabdullah mobeenabdullah commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@nextlyhq/adapter-drizzle@0.0.2-alpha.44

@nextlyhq/adapter-mysql@0.0.2-alpha.44

@nextlyhq/adapter-postgres@0.0.2-alpha.44

@nextlyhq/adapter-sqlite@0.0.2-alpha.44

@nextlyhq/admin@0.0.2-alpha.44

@nextlyhq/admin-css@0.0.2-alpha.44

@nextlyhq/blocks-engine@0.0.2-alpha.44

create-nextly-app@0.0.2-alpha.44

nextly@0.0.2-alpha.44

@nextlyhq/plugin-form-builder@0.0.2-alpha.44

@nextlyhq/plugin-page-builder@0.0.2-alpha.44

@nextlyhq/plugin-sdk@0.0.2-alpha.44

@nextlyhq/plugin-seo@0.0.2-alpha.44

@nextlyhq/storage-s3@0.0.2-alpha.44

@nextlyhq/storage-uploadthing@0.0.2-alpha.44

@nextlyhq/storage-vercel-blob@0.0.2-alpha.44

@nextlyhq/ui@0.0.2-alpha.44

@nextlyhq/eslint-config@0.0.2-alpha.44

@nextlyhq/prettier-config@0.0.2-alpha.44

@nextlyhq/telemetry@0.0.2-alpha.44

@nextlyhq/tsconfig@0.0.2-alpha.44

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@mobeenabdullah, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 5 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d2c0992d-c8b6-4e51-a0f7-3eb833d699ed

📥 Commits

Reviewing files that changed from the base of the PR and between 6b716be and f8a7367.

⛔ Files ignored due to path filters (1)
  • .changeset/pre.json is excluded by !.changeset/**
📒 Files selected for processing (42)
  • packages/adapter-drizzle/CHANGELOG.md
  • packages/adapter-drizzle/package.json
  • packages/adapter-mysql/CHANGELOG.md
  • packages/adapter-mysql/package.json
  • packages/adapter-postgres/CHANGELOG.md
  • packages/adapter-postgres/package.json
  • packages/adapter-sqlite/CHANGELOG.md
  • packages/adapter-sqlite/package.json
  • packages/admin-css/CHANGELOG.md
  • packages/admin-css/package.json
  • packages/admin/CHANGELOG.md
  • packages/admin/package.json
  • packages/blocks-engine/CHANGELOG.md
  • packages/blocks-engine/package.json
  • packages/create-nextly-app/CHANGELOG.md
  • packages/create-nextly-app/package.json
  • packages/eslint-config/CHANGELOG.md
  • packages/eslint-config/package.json
  • packages/nextly/CHANGELOG.md
  • packages/nextly/package.json
  • packages/plugin-form-builder/CHANGELOG.md
  • packages/plugin-form-builder/package.json
  • packages/plugin-page-builder/CHANGELOG.md
  • packages/plugin-page-builder/package.json
  • packages/plugin-sdk/CHANGELOG.md
  • packages/plugin-sdk/package.json
  • packages/plugin-seo/CHANGELOG.md
  • packages/plugin-seo/package.json
  • packages/prettier-config/CHANGELOG.md
  • packages/prettier-config/package.json
  • packages/storage-s3/CHANGELOG.md
  • packages/storage-s3/package.json
  • packages/storage-uploadthing/CHANGELOG.md
  • packages/storage-uploadthing/package.json
  • packages/storage-vercel-blob/CHANGELOG.md
  • packages/storage-vercel-blob/package.json
  • packages/telemetry/CHANGELOG.md
  • packages/telemetry/package.json
  • packages/tsconfig/CHANGELOG.md
  • packages/tsconfig/package.json
  • packages/ui/CHANGELOG.md
  • packages/ui/package.json
📝 Walkthrough

Walkthrough

This release documents Singles hook and default-value fixes, dialect-aware Single table creation, and test-harness updates. Package manifests, peer dependencies, and changelogs are aligned to 0.0.2-alpha.44.

Changes

Alpha.44 release

Layer / File(s) Summary
Patch release notes
packages/*/CHANGELOG.md
Changelogs document Singles lifecycle hooks, live-config defaults, MySQL and DATABASE_URL table creation, slug indexing, and real-database test harness support.
Package version alignment
packages/*/package.json
Package versions are updated to 0.0.2-alpha.44; affected peer dependencies are updated accordingly.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • nextlyhq/nextly#367: Covers the related defineSingle() hook registration and default-value resolution fixes.

Suggested reviewers: faisal-rx

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is only release notes and omits the template’s required Summary, Type of change, Changeset, Test plan, Checklist, and Notes sections. Add the repository template sections and fill in the changeset, test plan, checklist, related issues, and any reviewer notes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately reflects that this is a package version bump release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added scope: core nextly scope: admin @nextlyhq/admin type: docs Documentation only scope: ui @nextlyhq/ui scope: plugin @nextlyhq/plugin-* packages scope: cli create-nextly-app scope: db-adapter @nextlyhq/adapter-* packages dependencies Dependency updates (label applied by Dependabot) scope: storage-adapter @nextlyhq/storage-* packages labels Jul 28, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

@nextlyhq/adapter-drizzle

npm i https://pkg.pr.new/@nextlyhq/adapter-drizzle@f8a7367

@nextlyhq/adapter-mysql

npm i https://pkg.pr.new/@nextlyhq/adapter-mysql@f8a7367

@nextlyhq/adapter-postgres

npm i https://pkg.pr.new/@nextlyhq/adapter-postgres@f8a7367

@nextlyhq/adapter-sqlite

npm i https://pkg.pr.new/@nextlyhq/adapter-sqlite@f8a7367

@nextlyhq/admin

npm i https://pkg.pr.new/@nextlyhq/admin@f8a7367

@nextlyhq/admin-css

npm i https://pkg.pr.new/@nextlyhq/admin-css@f8a7367

@nextlyhq/blocks-engine

npm i https://pkg.pr.new/@nextlyhq/blocks-engine@f8a7367

create-nextly-app

npm i https://pkg.pr.new/create-nextly-app@f8a7367

nextly

npm i https://pkg.pr.new/nextly@f8a7367

@nextlyhq/plugin-form-builder

npm i https://pkg.pr.new/@nextlyhq/plugin-form-builder@f8a7367

@nextlyhq/plugin-page-builder

npm i https://pkg.pr.new/@nextlyhq/plugin-page-builder@f8a7367

@nextlyhq/plugin-sdk

npm i https://pkg.pr.new/@nextlyhq/plugin-sdk@f8a7367

@nextlyhq/plugin-seo

npm i https://pkg.pr.new/@nextlyhq/plugin-seo@f8a7367

@nextlyhq/storage-s3

npm i https://pkg.pr.new/@nextlyhq/storage-s3@f8a7367

@nextlyhq/storage-uploadthing

npm i https://pkg.pr.new/@nextlyhq/storage-uploadthing@f8a7367

@nextlyhq/storage-vercel-blob

npm i https://pkg.pr.new/@nextlyhq/storage-vercel-blob@f8a7367

@nextlyhq/ui

npm i https://pkg.pr.new/@nextlyhq/ui@f8a7367

commit: f8a7367

@mobeenabdullah
mobeenabdullah force-pushed the changeset-release/main branch 8 times, most recently from 02a910d to 0df1928 Compare July 28, 2026 18:58
@mobeenabdullah
mobeenabdullah force-pushed the changeset-release/main branch from 0df1928 to f8a7367 Compare July 28, 2026 19:08
@mobeenabdullah
mobeenabdullah merged commit 1140c6a into main Jul 28, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (label applied by Dependabot) scope: admin @nextlyhq/admin scope: cli create-nextly-app scope: core nextly scope: db-adapter @nextlyhq/adapter-* packages scope: plugin @nextlyhq/plugin-* packages scope: storage-adapter @nextlyhq/storage-* packages scope: ui @nextlyhq/ui type: docs Documentation only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant