Skip to content

Commit d562c1e

Browse files
committed
Auto-generated commit
1 parent 87d59c6 commit d562c1e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-12-07)
7+
## Unreleased (2025-12-15)
88

99
<section class="features">
1010

@@ -44,6 +44,7 @@
4444

4545
<details>
4646

47+
- [`7d41665`](https://github.com/stdlib-js/stdlib/commit/7d41665991a7dc4fdef731c971bd844458f4350a) - **docs:** update related packages sections [(#9035)](https://github.com/stdlib-js/stdlib/pull/9035) _(by stdlib-bot)_
4748
- [`6f538a3`](https://github.com/stdlib-js/stdlib/commit/6f538a3260c693752b6c1bb4aa3406bd8c542462) - **feat:** add `object/move-property` _(by Neeraj Pathak)_
4849
- [`ed42a4f`](https://github.com/stdlib-js/stdlib/commit/ed42a4f20e80757e6e855dc9ac4e70ab5a28f423) - **docs:** update related packages sections [(#8835)](https://github.com/stdlib-js/stdlib/pull/8835) _(by stdlib-bot)_
4950
- [`0371c46`](https://github.com/stdlib-js/stdlib/commit/0371c4601c1767f36cffd00a77b6caf96de9478c) - **fix:** add missing `thisArg` parameter _(by Philipp Burckhardt)_

every-in-by/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ bool = everyInBy( o, isPositive );
126126

127127
## See Also
128128

129+
- <span class="package-name">[`@stdlib/object/any-in-by`][@stdlib/object/any-in-by]</span><span class="delimiter">: </span><span class="description">test whether at least one property in an object passes a test implemented by a predicate function.</span>
129130
- <span class="package-name">[`@stdlib/object/none-in-by`][@stdlib/object/none-in-by]</span><span class="delimiter">: </span><span class="description">test whether every property in an object fails a test implemented by a predicate function.</span>
130131
- <span class="package-name">[`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]</span><span class="delimiter">: </span><span class="description">test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.</span>
131132
- <span class="package-name">[`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]</span><span class="delimiter">: </span><span class="description">test whether all own properties of an object pass a test implemented by a predicate function.</span>
@@ -140,6 +141,8 @@ bool = everyInBy( o, isPositive );
140141

141142
<!-- <related-links> -->
142143

144+
[@stdlib/object/any-in-by]: https://github.com/stdlib-js/object/tree/main/any-in-by
145+
143146
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/object/tree/main/none-in-by
144147

145148
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/object/tree/main/some-in-by

0 commit comments

Comments
 (0)