Skip to content
Merged
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
2 changes: 0 additions & 2 deletions .changeset/cdn-css-upload-ci.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/oxlint-typescript-seven.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/usable-bible-version-filter.md

This file was deleted.

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

## 2.8.0

### Minor Changes

- 830d5d5: Add `permittedVersionIds`, `excludedVersionIds`, and `permittedLanguageTags` so apps can limit which Bible versions the SDK uses (YPE-4657).

### Patch Changes

- e9840fc: Type-aware oxlint on TypeScript 7. Data hooks skip fetch when a hook override is set, without conditional hook calls.

## 2.7.1

### 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.7.1",
"version": "2.8.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
13 changes: 13 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @youversion/platform-react-hooks

## 2.8.0

### Minor Changes

- 830d5d5: Add `permittedVersionIds`, `excludedVersionIds`, and `permittedLanguageTags` so apps can limit which Bible versions the SDK uses (YPE-4657).

### Patch Changes

- e9840fc: Type-aware oxlint on TypeScript 7. Data hooks skip fetch when a hook override is set, without conditional hook calls.
- Updated dependencies [e9840fc]
- Updated dependencies [830d5d5]
- @youversion/platform-core@2.8.0

## 2.7.1

### Patch 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.7.1",
"version": "2.8.0",
"description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.",
"license": "Apache-2.0",
"type": "module",
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @youversion/platform-react-ui

## 2.8.0

### Minor Changes

- 830d5d5: Add `permittedVersionIds`, `excludedVersionIds`, and `permittedLanguageTags` so apps can limit which Bible versions the SDK uses (YPE-4657).

### Patch Changes

- e9840fc: Type-aware oxlint on TypeScript 7. Data hooks skip fetch when a hook override is set, without conditional hook calls.
- 1b0c16c: Sync localization from platform-localization (0cca3f7): add Afrikaans (af), Arabic (ar), Czech (cs), Welsh (cy), German (de), Norwegian (no), Portuguese (pt), Vietnamese (vi); update 3 keys in en, ko, zh.
- Updated dependencies [e9840fc]
- Updated dependencies [830d5d5]
- @youversion/platform-core@2.8.0
- @youversion/platform-react-hooks@2.8.0

## 2.7.1

### Patch 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.7.1",
"version": "2.8.0",
"description": "Pre-built React components for Bible applications with styling included.",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading