Skip to content

Commit 21eeca2

Browse files
chore: version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f69494 commit 21eeca2

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/puny-pigs-sniff.md

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

packages/core/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 3f69494: Refactors footnotes implementation to use React portals, improves HTML sanitization, and fixes footnote popover behavior.
8+
39
## 1.6.0
410

511
### 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.6.0",
3+
"version": "1.6.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public",

packages/hooks/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 3f69494: Refactors footnotes implementation to use React portals, improves HTML sanitization, and fixes footnote popover behavior.
8+
- Updated dependencies [3f69494]
9+
- @youversion/platform-core@1.6.1
10+
311
## 1.6.0
412

513
### 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.6.0",
3+
"version": "1.6.1",
44
"type": "module",
55
"publishConfig": {
66
"access": "public",

packages/ui/CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 3f69494: Refactors footnotes implementation to use React portals, improves HTML sanitization, and fixes footnote popover behavior.
8+
- Updated dependencies [3f69494]
9+
- @youversion/platform-react-hooks@1.6.1
10+
- @youversion/platform-core@1.6.1
11+
312
## 1.6.0
413

514
### 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.6.0",
3+
"version": "1.6.1",
44
"description": "React SDK for YouVersion Platform",
55
"license": "TBD",
66
"type": "module",

0 commit comments

Comments
 (0)