Skip to content

feat: React Native SDK update for version 0.27.1#97

Closed
ChiragAgg5k wants to merge 5 commits intomainfrom
dev
Closed

feat: React Native SDK update for version 0.27.1#97
ChiragAgg5k wants to merge 5 commits intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

This PR contains updates to the React Native SDK for version 0.27.1.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This is a focused patch release (0.27.0 → 0.27.1) that fixes the npm publish configuration by adding a files field to package.json, ensuring only the compiled dist/ and TypeScript declaration types/ directories are included in the published package rather than the full repository contents.

  • package.json: Version bumped to 0.27.1; files field added with ["dist", "types"] — correctly scopes the npm package to built artifacts and type declarations only. npm's implicit inclusions (package.json, README, LICENSE) are always added automatically, so nothing is missing.
  • src/client.ts: x-sdk-version request header updated to 0.27.1 — consistent with the package version.
  • CHANGELOG.md: New entry added for 0.27.1 accurately describing the fix.
  • package-lock.json: Version bumped and several new @babel/* helper packages appear as peer dependency resolutions — this appears to be normal lock-file churn from dependency resolution and all entries are marked "peer": true.

Confidence Score: 5/5

Safe to merge — changes are minimal, well-scoped, and consistent across all relevant files.

All changes are straightforward: a version bump, a one-field addition to package.json with the correct directories, a matching header update in client.ts, and a corresponding CHANGELOG entry. No logic changes, no API surface changes, and no regressions are introduced.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version bumped to 0.27.1 and files field added to restrict npm publish to dist and types directories only
src/client.ts SDK version header string updated from 0.27.0 to 0.27.1 — consistent with package version bump
CHANGELOG.md New 0.27.1 entry added documenting the files field fix
package-lock.json Version bumped to 0.27.1; several new @babel/* peer dependency entries resolved in the lock file

Reviews (1): Last reviewed commit: "chore: update React Native SDK to 0.27.1" | Re-trigger Greptile

@ChiragAgg5k
Copy link
Copy Markdown
Member Author

Closing in favor of a conflict-free PR

@ChiragAgg5k ChiragAgg5k closed this Apr 1, 2026
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