Skip to content

Commit 79a537e

Browse files
committed
Auto-generated commit
1 parent 3486026 commit 79a537e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 3 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-06-25)
7+
## Unreleased (2025-07-13)
88

99
<section class="features">
1010

@@ -128,6 +128,7 @@
128128

129129
### Bug Fixes
130130

131+
- [`2a0ea7f`](https://github.com/stdlib-js/stdlib/commit/2a0ea7feb22806685fef9eac8a32d7012dab7adc) - use correct package names in package.json
131132
- [`d3426a4`](https://github.com/stdlib-js/stdlib/commit/d3426a41ee92d8024bf7fc03d200aa98fb62a6f0) - use correct dimensions for array
132133
- [`aa59ef8`](https://github.com/stdlib-js/stdlib/commit/aa59ef8461be08dc612cf4826bb020915d362239) - pass in correct number of arguments
133134
- [`179f005`](https://github.com/stdlib-js/stdlib/commit/179f005163d265ff38f7571465c2514f8ccb22cf) - use correct variable name
@@ -216,6 +217,7 @@ A total of 32 issues were closed in this release:
216217

217218
<details>
218219

220+
- [`2a0ea7f`](https://github.com/stdlib-js/stdlib/commit/2a0ea7feb22806685fef9eac8a32d7012dab7adc) - **fix:** use correct package names in package.json _(by Philipp Burckhardt)_
219221
- [`7c9afed`](https://github.com/stdlib-js/stdlib/commit/7c9afed6a288c9e7d3048dfa0ac8f085759d73f4) - **chore:** minor clean-up _(by Philipp Burckhardt)_
220222
- [`bc3632a`](https://github.com/stdlib-js/stdlib/commit/bc3632a5a7b48a8973b1418e861ddc45b3e8d0fa) - **chore:** minor clean-up _(by Philipp Burckhardt)_
221223
- [`b128b6a`](https://github.com/stdlib-js/stdlib/commit/b128b6a25775d9b319c83a9dbb521d8d9c45b8c2) - **chore:** fix ExpectType by supplying correct number of generic parameters _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
2424
Amisha Chhajed <[email protected]>
2525
Amit Jimiwal <[email protected]>
26+
Anmol Sah <[email protected]>
2627
Annamalai Prabu <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anshu Kumar <[email protected]>
2930
Anudeep Sanapala <[email protected]>
31+
Arihant Pal <[email protected]>
3032
Aryan Bhirud <[email protected]>
3133
Athan Reines <[email protected]>
34+
Atharva Patil <[email protected]>
3235
3336
Bhavishy Agrawal <[email protected]>
3437
Brendan Graetz <[email protected]>
@@ -43,6 +46,7 @@ Daniel Yu <[email protected]>
4346
Debashis Maharana <[email protected]>
4447
Deep Trivedi <[email protected]>
4548
Deepak Singh <[email protected]>
49+
Deepak Singh <[email protected]>
4650
Desh Deepak Kant <[email protected]>
4751
4852
Dhanyabad behera <[email protected]>
@@ -60,6 +64,7 @@ GURU PRASAD SHARMA <[email protected]>
6064
6165
Gautam Kaushik <[email protected]>
6266
Gautam sharma <[email protected]>
67+
6368
Girish Garg <[email protected]>
6469
Golden Kumar <[email protected]>
6570
Gunj Joshi <[email protected]>
@@ -167,6 +172,7 @@ Seyyed Parsa Neshaei <[email protected]>
167172
Shabareesh Shetty <[email protected]>
168173
Shashank Shekhar Singh <[email protected]>
169174
Shivam Ahir <[email protected]>
175+
170176
Shraddheya Shendre <[email protected]>
171177
Shubh Mehta <[email protected]>
172178
Shubham Mishra <[email protected]>
@@ -198,6 +204,7 @@ Yaswanth Kosuru <[email protected]>
198204
Yernar Yergaziyev <[email protected]>
199205
Yugal Kaushik <[email protected]>
200206
Yuvi Mittal <[email protected]>
207+
deepak427 <[email protected]>
201208
devshree-bhati <[email protected]>
202209
203210
ekambains <[email protected]>

base/cuany-by/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@stdlib/array/base/cuany",
2+
"name": "@stdlib/array/base/cuany-by",
33
"version": "0.0.0",
44
"description": "Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)