Skip to content

Version Packages#730

Open
daangnbot wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#730
daangnbot wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@daangnbot

Copy link
Copy Markdown
Contributor

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

@stackflow/link@2.0.2

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-basic-ui@1.18.4

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.
  • Updated dependencies [aaf2d03]
    • @stackflow/react-ui-core@1.3.7

@stackflow/plugin-blocker@0.1.3

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-devtools@0.1.14

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-google-analytics-4@1.1.18

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-history-sync@1.12.1

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-lifecycle@0.1.3

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-renderer-basic@1.1.16

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-renderer-web@1.1.16

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-sentry@0.1.3

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/plugin-stack-depth-change@1.1.8

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/react-ui-core@1.3.7

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@stackflow/react@2.1.3

Patch Changes

  • aaf2d03: Expand the supported @stackflow/core peer dependency range to include both v2 and v3.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploying stackflow-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 50bed05
Status: ✅  Deploy successful!
Preview URL: https://102b87ba.stackflow-demo.pages.dev
Branch Preview URL: https://changeset-release-main.stackflow-demo.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
stackflow-docs 50bed05 Commit Preview URL Jul 15 2026, 03:03 AM

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: edf627ad-526c-4288-93ec-f535e15681ab

📥 Commits

Reviewing files that changed from the base of the PR and between aaf2d03 and 50bed05.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (28)
  • .changeset/fep-2590-core-peer-compat.md
  • docs/components/ChangelogContent.mdx
  • extensions/link/CHANGELOG.md
  • extensions/link/package.json
  • extensions/plugin-basic-ui/CHANGELOG.md
  • extensions/plugin-basic-ui/package.json
  • extensions/plugin-blocker/CHANGELOG.md
  • extensions/plugin-blocker/package.json
  • extensions/plugin-devtools/CHANGELOG.md
  • extensions/plugin-devtools/package.json
  • extensions/plugin-google-analytics-4/CHANGELOG.md
  • extensions/plugin-google-analytics-4/package.json
  • extensions/plugin-history-sync/CHANGELOG.md
  • extensions/plugin-history-sync/package.json
  • extensions/plugin-lifecycle/CHANGELOG.md
  • extensions/plugin-lifecycle/package.json
  • extensions/plugin-renderer-basic/CHANGELOG.md
  • extensions/plugin-renderer-basic/package.json
  • extensions/plugin-renderer-web/CHANGELOG.md
  • extensions/plugin-renderer-web/package.json
  • extensions/plugin-sentry/CHANGELOG.md
  • extensions/plugin-sentry/package.json
  • extensions/plugin-stack-depth-change/CHANGELOG.md
  • extensions/plugin-stack-depth-change/package.json
  • extensions/react-ui-core/CHANGELOG.md
  • extensions/react-ui-core/package.json
  • integrations/react/CHANGELOG.md
  • integrations/react/package.json
💤 Files with no reviewable changes (1)
  • .changeset/fep-2590-core-peer-compat.md

📝 Walkthrough

Summary by CodeRabbit

  • New Features

    • Expanded compatibility across Stackflow packages to support both @stackflow/core v2 and v3.
  • Bug Fixes

    • Updated patch releases across integrations and extensions to ensure consistent compatibility and smoother package adoption.
  • Documentation

    • Added changelog entries documenting the expanded core compatibility and corresponding package releases.

Walkthrough

The PR updates affected Stackflow package versions and dependency metadata, and adds changelog entries documenting compatibility with both @stackflow/core v2 and v3.

Changes

Peer Compatibility Release

Layer / File(s) Summary
Package manifest updates
extensions/*/package.json, integrations/react/package.json
Package patch versions and selected Stackflow dependencies are incremented across the affected packages.
Release changelog updates
docs/components/ChangelogContent.mdx, extensions/*/CHANGELOG.md, integrations/react/CHANGELOG.md
Release entries document the expanded @stackflow/core peer dependency range and associated package versions.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • daangn/stackflow#725: Updates overlapping package manifests and changelogs for @stackflow/core peer dependency changes.
  • daangn/stackflow#729: Widens the affected packages’ @stackflow/core peer dependency declarations.

Suggested reviewers: tonyfromundefined

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is too generic and doesn't describe the specific release changes. Use a more specific title like “Release packages for core v2/v3 peer compatibility.”
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description matches the release PR and summarizes the package version updates and peer dependency expansion.
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.

@pkg-pr-new

pkg-pr-new Bot commented Jul 15, 2026

Copy link
Copy Markdown
@stackflow/link

yarn add https://pkg.pr.new/@stackflow/link@730.tgz

@stackflow/plugin-basic-ui

yarn add https://pkg.pr.new/@stackflow/plugin-basic-ui@730.tgz

@stackflow/plugin-blocker

yarn add https://pkg.pr.new/@stackflow/plugin-blocker@730.tgz

@stackflow/plugin-devtools

yarn add https://pkg.pr.new/@stackflow/plugin-devtools@730.tgz

@stackflow/plugin-google-analytics-4

yarn add https://pkg.pr.new/@stackflow/plugin-google-analytics-4@730.tgz

@stackflow/plugin-history-sync

yarn add https://pkg.pr.new/@stackflow/plugin-history-sync@730.tgz

@stackflow/plugin-lifecycle

yarn add https://pkg.pr.new/@stackflow/plugin-lifecycle@730.tgz

@stackflow/plugin-renderer-basic

yarn add https://pkg.pr.new/@stackflow/plugin-renderer-basic@730.tgz

@stackflow/plugin-renderer-web

yarn add https://pkg.pr.new/@stackflow/plugin-renderer-web@730.tgz

@stackflow/plugin-sentry

yarn add https://pkg.pr.new/@stackflow/plugin-sentry@730.tgz

@stackflow/plugin-stack-depth-change

yarn add https://pkg.pr.new/@stackflow/plugin-stack-depth-change@730.tgz

@stackflow/react-ui-core

yarn add https://pkg.pr.new/@stackflow/react-ui-core@730.tgz

@stackflow/react

yarn add https://pkg.pr.new/@stackflow/react@730.tgz

commit: 50bed05

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