diff --git a/.changeset/small-rules-exist.md b/.changeset/small-rules-exist.md deleted file mode 100644 index 01f91d5b..00000000 --- a/.changeset/small-rules-exist.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Internal generator fix so parallel CI typecheck/build cannot truncate `resources.generated.ts`. diff --git a/.changeset/ype-4813-reader-locale.md b/.changeset/ype-4813-reader-locale.md deleted file mode 100644 index 6a090970..00000000 --- a/.changeset/ype-4813-reader-locale.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@youversion/platform-react-ui': minor ---- - -Hosts can pass `locale` on `YouVersionProvider` to set SDK UI language and `Accept-Language` (including Verse of the Day copy in Expo WebViews), and `defaultLanguageId` / `languageId` on `BibleReader.Root` to seed the version picker. App locale and Bible language stay separate: `locale` does not pick a default Bible translation. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 462e97ff..55366445 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @youversion/platform-core +## 2.9.0 + ## 2.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index eed89409..d8ac4b04 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@youversion/platform-core", - "version": "2.8.0", + "version": "2.9.0", "description": "A type-safe TypeScript SDK for accessing the YouVersion Platform APIs. Get Bible content and build Bible-based applications.", "license": "Apache-2.0", "type": "module", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 463fd7d6..809135a7 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @youversion/platform-react-hooks +## 2.9.0 + +### Patch Changes + +- @youversion/platform-core@2.9.0 + ## 2.8.0 ### Minor Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 6c49d00c..ec1f49b2 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@youversion/platform-react-hooks", - "version": "2.8.0", + "version": "2.9.0", "description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.", "license": "Apache-2.0", "type": "module", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 51d75ca9..ffcf2b2c 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @youversion/platform-react-ui +## 2.9.0 + +### Minor Changes + +- aef57f3: Hosts can pass `locale` on `YouVersionProvider` to set SDK UI language and `Accept-Language` (including Verse of the Day copy in Expo WebViews), and `defaultLanguageId` / `languageId` on `BibleReader.Root` to seed the version picker. App locale and Bible language stay separate: `locale` does not pick a default Bible translation. + +### Patch Changes + +- @youversion/platform-core@2.9.0 +- @youversion/platform-react-hooks@2.9.0 + ## 2.8.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index e587db1f..651ed675 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@youversion/platform-react-ui", - "version": "2.8.0", + "version": "2.9.0", "description": "Pre-built React components for Bible applications with styling included.", "license": "Apache-2.0", "type": "module",