Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/automate-ui-locale-registration.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/chapter-picker-accordion-single-tap-collapse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/register-ko-tr-zh-locales.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/release-hardening.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-localization-react-c9c01e1.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/test-artifacts-badges-branch.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @youversion/platform-core

## 2.5.0

## 2.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youversion/platform-core",
"version": "2.4.0",
"version": "2.5.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",
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @youversion/platform-react-hooks

## 2.5.0

### Patch Changes

- @youversion/platform-core@2.5.0

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youversion/platform-react-hooks",
"version": "2.4.0",
"version": "2.5.0",
"description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.",
"license": "Apache-2.0",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @youversion/platform-react-ui

## 2.5.0

### Minor Changes

- 514a642: Register the Korean, Turkish, and Chinese locale bundles in the i18n resource map so browser-language detection can select them. Previously the synced bundles shipped unreferenced, and those browsers fell back to English. `pnpm check:i18n` now fails when a locale file is not registered.

### Patch Changes

- 1da7184: Automate UI locale registration from locale JSON files via `generate:i18n`, and run generation before build, typecheck, Storybook, and test commands so new languages stay in sync without hand-editing the resource map.
- 0253e33: Fix BibleChapterPicker requiring two taps to collapse an expanded book. The book
accordion now stays controlled for its whole lifetime instead of flipping to
uncontrolled when a book is collapsed.
- 514a642: Sync localization from platform-localization (c9c01e1): add Korean (ko), Turkish (tr), Chinese (zh); update 1 keys in en.
- @youversion/platform-core@2.5.0
- @youversion/platform-react-hooks@2.5.0

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youversion/platform-react-ui",
"version": "2.4.0",
"version": "2.5.0",
"description": "Pre-built React components for Bible applications with styling included.",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading