Skip to content

Align @bquery/ui with @bquery/bquery 1.10.0#17

Merged
JosunLP merged 1 commit intomainfrom
copilot/update-bquery-ui-to-1-10-0
Apr 15, 2026
Merged

Align @bquery/ui with @bquery/bquery 1.10.0#17
JosunLP merged 1 commit intomainfrom
copilot/update-bquery-ui-to-1-10-0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

This updates @bquery/ui to the 1.10.0 release line and aligns its declared compatibility with @bquery/bquery@^1.10.0. It also refreshes version-pinned consumer docs so installation and CDN guidance match the published package metadata.

  • Package alignment

    • Bump @bquery/ui package version to 1.10.0
    • Update peerDependencies and devDependencies to require @bquery/bquery@^1.10.0
    • Refresh the Bun lock entry to the resolved 1.10.0 package
  • Docs and release-line consistency

    • Update version-pinned CDN examples in README.md and installation docs from 1.9.0 to 1.10.0
    • Refresh migration/release copy that referenced the previous current line
  • Consumer-facing effect

    • Keeps package metadata, lockfile, and published documentation in sync around the new shared-core version
    • Avoids drift where consumers see 1.9.0 examples while the package targets the 1.10.0 line
{
  "version": "1.10.0",
  "peerDependencies": {
    "@bquery/bquery": "^1.10.0"
  },
  "devDependencies": {
    "@bquery/bquery": "^1.10.0"
  }
}

Agent-Logs-Url: https://github.com/bQuery/ui/sessions/65d0e715-e509-43e6-9e5e-cbafaad44e21

Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
@JosunLP JosunLP marked this pull request as ready for review April 15, 2026 14:16
Copilot AI review requested due to automatic review settings April 15, 2026 14:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates @bquery/ui to the 1.10.0 release line and aligns declared compatibility and consumer docs with @bquery/bquery@^1.10.0.

Changes:

  • Bump @bquery/ui version to 1.10.0 and update @bquery/bquery peer/dev dependency ranges to ^1.10.0.
  • Refresh Bun lockfile entry to resolve @bquery/bquery@1.10.0.
  • Update version-pinned CDN/install snippets in README and docs from 1.9.0 to 1.10.0.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Bumps package version and aligns @bquery/bquery peer/dev dependency ranges to ^1.10.0.
bun.lock Updates lock resolution for @bquery/bquery to 1.10.0.
README.md Updates CDN snippet pins and “current release” copy to 1.10.0.
docs/guide/installation.md Updates pinned CDN install examples to 1.10.0.
docs/guide/migration-from-1-1-0.md Updates “current line” and CDN pin references to 1.10.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JosunLP JosunLP merged commit de95b7e into main Apr 15, 2026
10 checks passed
@JosunLP JosunLP deleted the copilot/update-bquery-ui-to-1-10-0 branch April 15, 2026 14:57
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.

3 participants