Skip to content

Commit ab93aa6

Browse files
chore: version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ff47de commit ab93aa6

File tree

7 files changed

+44
-15
lines changed

7 files changed

+44
-15
lines changed

.changeset/clear-pigs-vanish.md

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

packages/core/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 6ff47de: feat(core): add pagination to the getVersions endpoint
8+
- update tests to ensure that proper amount of responses are returned
9+
based on the page_size query param.
10+
- add the ability to specify a page_size to fetch a specific number of
11+
items at a time.
12+
313
## 1.4.0
414

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

packages/hooks/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 6ff47de: feat(core): add pagination to the getVersions endpoint
8+
- update tests to ensure that proper amount of responses are returned
9+
based on the page_size query param.
10+
- add the ability to specify a page_size to fetch a specific number of
11+
items at a time.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [6ff47de]
16+
- @youversion/platform-core@1.5.0
17+
318
## 1.4.0
419

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

packages/ui/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 6ff47de: feat(core): add pagination to the getVersions endpoint
8+
- update tests to ensure that proper amount of responses are returned
9+
based on the page_size query param.
10+
- add the ability to specify a page_size to fetch a specific number of
11+
items at a time.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [6ff47de]
16+
- @youversion/platform-core@1.5.0
17+
- @youversion/platform-react-hooks@1.5.0
18+
319
## 1.4.0
420

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

0 commit comments

Comments
 (0)