Skip to content

fix(release): update package name to align to SDK naming#24

Merged
jhampton merged 1 commit into
mainfrom
jhampton/align-package-name
Nov 24, 2025
Merged

fix(release): update package name to align to SDK naming#24
jhampton merged 1 commit into
mainfrom
jhampton/align-package-name

Conversation

@jhampton

Copy link
Copy Markdown
Collaborator

Description

Switching package name to match NPM convention (thank you @davidfedor for the callout)

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation update
  • refactor: Code refactoring (no functional changes)
  • perf: Performance improvement
  • test: Test additions or updates
  • build: Build system or dependency changes
  • ci: CI configuration changes
  • chore: Other changes (maintenance, etc.)

@jhampton jhampton merged commit 9d4a1d7 into main Nov 24, 2025
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Comment on lines 1 to 3
{
"name": "@youversion/platform-sdk-reactnative",
"name": "@youversion/platform-react-native",
"version": "0.7.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update docs and example imports to new package name

The package was renamed to @youversion/platform-react-native, but the rest of the repo still instructs and imports @youversion/platform-sdk-reactnative (e.g., README.md install commands around lines 40–64 and example/metro.config.js line 22), so anyone following the README or running the example against the published package will hit module-not-found errors because the import specifier no longer matches the published name. Please align the documentation, example imports, and alias mappings to the new package name so consumers can install and run without resolution failures.

Useful? React with 👍 / 👎.

jhampton pushed a commit that referenced this pull request Nov 24, 2025
## <small>0.7.2 (2025-11-24)</small>

* fix(release): update package name to align to SDK naming (#24) ([9d4a1d7](9d4a1d7)), closes [#24](#24)
* ci(release): simplify manual release steps, align to ci (#20) ([b6ddda6](b6ddda6)), closes [#20](#20)
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 0.7.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant