Skip to content

Commit a777c5d

Browse files
chore: version packages (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a64020 commit a777c5d

8 files changed

Lines changed: 31 additions & 17 deletions

File tree

.changeset/fair-parks-notice.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/green-walls-refuse.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @youversion/platform-core
22

3+
## 1.22.1
4+
5+
### Patch Changes
6+
7+
- b8b5cf0: Fixed hooks package bundling to produce proper CJS and ESM outputs, resolving import failures in strict ESM runtimes like Deno.
8+
- 2a64020: Updated the Bible App logo on the BibleCard and VerseOfTheDay React components to the latest designs.
9+
310
## 1.22.0
411

512
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@youversion/platform-core",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"description": "A type-safe TypeScript SDK for accessing the YouVersion Platform APIs. Get Bible content and build Bible-based applications.",
55
"license": "Apache-2.0",
66
"type": "module",

packages/hooks/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @youversion/platform-react-hooks
22

3+
## 1.22.1
4+
5+
### Patch Changes
6+
7+
- b8b5cf0: Fixed hooks package bundling to produce proper CJS and ESM outputs, resolving import failures in strict ESM runtimes like Deno.
8+
- 2a64020: Updated the Bible App logo on the BibleCard and VerseOfTheDay React components to the latest designs.
9+
- Updated dependencies [b8b5cf0]
10+
- Updated dependencies [2a64020]
11+
- @youversion/platform-core@1.22.1
12+
313
## 1.22.0
414

515
### Minor Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@youversion/platform-react-hooks",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.",
55
"license": "Apache-2.0",
66
"type": "module",

packages/ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @youversion/platform-react-ui
22

3+
## 1.22.1
4+
5+
### Patch Changes
6+
7+
- b8b5cf0: Fixed hooks package bundling to produce proper CJS and ESM outputs, resolving import failures in strict ESM runtimes like Deno.
8+
- 2a64020: Updated the Bible App logo on the BibleCard and VerseOfTheDay React components to the latest designs.
9+
- Updated dependencies [b8b5cf0]
10+
- Updated dependencies [2a64020]
11+
- @youversion/platform-react-hooks@1.22.1
12+
- @youversion/platform-core@1.22.1
13+
314
## 1.22.0
415

516
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@youversion/platform-react-ui",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"description": "Pre-built React components for Bible applications with styling included.",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)