10000 Auto-generated commit · stdlib-js/array-put@b6a04d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6a04d2

Browse files
committed
Auto-generated commit
1 parent 021f1f0 commit b6a04d2

File tree

3 files changed

+40
-1
lines changed
Collapse file tree

3 files changed

+40
-1
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-12-09)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`1c56b73`](https://github.com/stdlib-js/stdlib/commit/1c56b737ec018cc818cebf19e5c7947fa684e126) - **docs:** update related packages sections [(#3380)](https://github.com/stdlib-js/stdlib/pull/3380) _(by stdlib-bot)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
</section>
24+
25+
<!-- /.release -->
26+
527
<section class="release" id="v0.0.2">
628

729
## 0.0.2 (2024-07-29)

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ console.log( out );
180180

181181
<section class="related">
182182

183+
* * *
184+
185+
## See Also
186+
187+
- <span class="package-name">[`@stdlib/array-mskput`][@stdlib/array/mskput]</span><span class="delimiter">: </span><span class="description">replace elements of an array with provided values according to a provided mask array.</span>
188+
- <span class="package-name">[`@stdlib/array-place`][@stdlib/array/place]</span><span class="delimiter">: </span><span class="description">replace elements of an array with provided values according to a provided mask array.</span>
189+
- <span class="package-name">[`@stdlib/array-take`][@stdlib/array/take]</span><span class="delimiter">: </span><span class="description">take elements from an array.</span>
190+
183191
</section>
184192

185193
<!-- /.related -->
@@ -266,6 +274,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
266274

267275
[@stdlib/array/same-kind-casts]: https://github.com/stdlib-js/array-same-kind-casts
268276

277+
<!-- <related-links> -->
278+
279+
[@stdlib/array/mskput]: https://github.com/stdlib-js/array-mskput
280+
281+
[@stdlib/array/place]: https://github.com/stdlib-js/array-place
282+
283+
[@stdlib/array/take]: https://github.com/stdlib-js/array-take
284+
285+
<!-- </related-links> -->
286+
269287
</section>
270288

271289
<!-- /.links -->

0 commit comments

Comments
 (0)
0