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: 2 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@youversion/platform-core",
"version": "1.22.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",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@youversion/platform-react-hooks",
"version": "1.22.0",
"description": "React hooks for accessing YouVersion Platform APIs with automatic loading/error states.",
"license": "Apache-2.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@youversion/platform-react-ui",
"version": "1.22.0",
"description": "React SDK for YouVersion Platform",
"license": "TBD",
"description": "Pre-built React components for Bible applications with styling included.",
"license": "Apache-2.0",
"type": "module",
"source": "src/index.ts",
"exports": {
Expand Down
Loading