Skip to content

chore: bump auth pg package to 0.2.2#8

Merged
Jess Sullivan (Jesssullivan) merged 2 commits into
mainfrom
jess/release-auth-pg-0.2.2
Apr 27, 2026
Merged

chore: bump auth pg package to 0.2.2#8
Jess Sullivan (Jesssullivan) merged 2 commits into
mainfrom
jess/release-auth-pg-0.2.2

Conversation

@Jesssullivan

Copy link
Copy Markdown
Collaborator

Summary

  • Bump package, MODULE.bazel, and Bazel package artifact versions to 0.2.2.
  • Add changelog entry for the Bzlmod composability fix.

Why

v0.2.1 is already tagged before the package-scoped npm repo fix landed. A new patch version gives the fixed Bzlmod source an immutable release/tag target for the active registry.

Validation

  • bazel build //:pkg //:tinyland-auth-pg --verbose_failures
  • bazel test //:test --verbose_failures
  • git diff --check
  • Six-module Bzlmod smoke with tinyvectors, tinyland-auth, tinyland-auth-redis, tinyland-auth-pg, scheduling-kit, and scheduling-bridge

Refs: tinyland-auth-pg#7, tinyland-inc/bazel-registry#2, TIN-165, TIN-679

@Jesssullivan Jess Sullivan (Jesssullivan) marked this pull request as ready for review April 27, 2026 03:28
@greptile-apps

greptile-apps Bot commented Apr 27, 2026

Copy link
Copy Markdown

Greptile Summary

Straightforward patch-version bump from 0.2.1 to 0.2.2 across package.json, BUILD.bazel, MODULE.bazel, and the lock file, plus a matching CHANGELOG entry documenting the package-scoped Bzlmod npm repo fix. All version references are mutually consistent and the lock file digests appear correctly regenerated.

Confidence Score: 5/5

Safe to merge — purely mechanical version bump with no logic changes.

No code logic changed; all five files reflect a consistent 0.2.1 → 0.2.2 version bump with an accurate CHANGELOG entry and regenerated lock digests. No issues found.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version bumped from 0.2.1 to 0.2.2; consistent with other files.
BUILD.bazel npm_package version bumped from 0.2.1 to 0.2.2; one-line change, consistent with MODULE.bazel and package.json.
MODULE.bazel Module version bumped from 0.2.1 to 0.2.2; consistent across all version files.
MODULE.bazel.lock Two usagesDigest fields regenerated for aspect_rules_ts and rules_nodejs extensions; expected output of re-running module resolution after the npm repo rename.
CHANGELOG.md New 0.2.2 entry added documenting the package-scoped Bazel npm repository fix; date and format match existing entries.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["PR #8: bump to 0.2.2"] --> B["package.json\nversion: 0.2.2"]
    A --> C["MODULE.bazel\nversion: 0.2.2"]
    A --> D["BUILD.bazel\nnpm_package version: 0.2.2"]
    A --> E["MODULE.bazel.lock\nusagesDigest regenerated"]
    A --> F["CHANGELOG.md\n[0.2.2] entry added"]
Loading

Reviews (1): Last reviewed commit: "chore: refresh Bazel module lock" | Re-trigger Greptile

@Jesssullivan Jess Sullivan (Jesssullivan) merged commit 63a31a6 into main Apr 27, 2026
5 checks passed
@Jesssullivan Jess Sullivan (Jesssullivan) deleted the jess/release-auth-pg-0.2.2 branch April 27, 2026 03:29
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