Skip to content

Commit 76ed3d5

Browse files
committed
Auto-generated commit
1 parent a0e510d commit 76ed3d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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-07-06)
7+
## Unreleased (2025-07-10)
88

99
<section class="features">
1010

@@ -25,6 +25,7 @@
2525

2626
<details>
2727

28+
- [`3e03d59`](https://github.com/stdlib-js/stdlib/commit/3e03d59cc3253979b8d0901a7315e93502c9f23b) - **docs:** update related packages sections [(#7601)](https://github.com/stdlib-js/stdlib/pull/7601) _(by stdlib-bot)_
2829
- [`c37217b`](https://github.com/stdlib-js/stdlib/commit/c37217bceb0830c5306e4d2cb02361a697242bb6) - **docs:** fix sections _(by Athan Reines)_
2930
- [`5c5dd63`](https://github.com/stdlib-js/stdlib/commit/5c5dd632d992ce0486d5df295af417435d37579b) - **feat:** add `object/some-in-by` _(by Neeraj Pathak)_
3031
- [`f436338`](https://github.com/stdlib-js/stdlib/commit/f4363380546535eacc2ab3d924ef1d40cafd182b) - **chore:** fix README lint errors _(by Neeraj Pathak)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Daniel Yu <[email protected]>
4444
Debashis Maharana <[email protected]>
4545
Deep Trivedi <[email protected]>
4646
Deepak Singh <[email protected]>
47+
Deepak Singh <[email protected]>
4748
Desh Deepak Kant <[email protected]>
4849
4950
Dhanyabad behera <[email protected]>
@@ -168,6 +169,7 @@ Seyyed Parsa Neshaei <[email protected]>
168169
Shabareesh Shetty <[email protected]>
169170
Shashank Shekhar Singh <[email protected]>
170171
Shivam Ahir <[email protected]>
172+
171173
Shraddheya Shendre <[email protected]>
172174
Shubh Mehta <[email protected]>
173175
Shubham Mishra <[email protected]>

none-in-by/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ var bool = noneInBy( obj, isUnderage );
215215
- <span class="package-name">[`@stdlib/object/every-in-by`][@stdlib/object/every-in-by]</span><span class="delimiter">: </span><span class="description">test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.</span>
216216
- <span class="package-name">[`@stdlib/utils/for-in`][@stdlib/utils/for-in]</span><span class="delimiter">: </span><span class="description">invoke a function for each own and inherited enumerable property of an object.</span>
217217
- <span class="package-name">[`@stdlib/utils/none-by`][@stdlib/utils/none-by]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
218-
- <span class="package-name">[`@stdlib/utils/some-in-by`][@stdlib/utils/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>
218+
- <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>
219219

220220
</section>
221221

@@ -235,7 +235,7 @@ var bool = noneInBy( obj, isUnderage );
235235

236236
[@stdlib/utils/none-by]: https://github.com/stdlib-js/utils-none-by
237237

238-
[@stdlib/utils/some-in-by]: https://github.com/stdlib-js/utils-some-in-by
238+
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/object/tree/main/some-in-by
239239

240240
<!-- </related-links> -->
241241

0 commit comments

Comments
 (0)