Skip to content

Commit 9f6af1d

Browse files
committed
Auto-generated commit
1 parent fa5048d commit 9f6af1d

2 files changed

Lines changed: 35 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 (2026-05-31)
7+
## Unreleased (2026-06-02)
88

99
<section class="features">
1010

@@ -33,6 +33,7 @@
3333

3434
<details>
3535

36+
- [`6cb4896`](https://github.com/stdlib-js/stdlib/commit/6cb4896bb086d8bc095ffd06539a32ad59f71e1e) - **docs:** update related packages sections [(#12437)](https://github.com/stdlib-js/stdlib/pull/12437) _(by stdlib-bot)_
3637
- [`003cb6e`](https://github.com/stdlib-js/stdlib/commit/003cb6ec82ce83ad9dd4d972aabe316a10da382d) - **fix:** ensure error message is consistent with project conventions _(by Athan Reines)_
3738
- [`4f28e69`](https://github.com/stdlib-js/stdlib/commit/4f28e6916d4242d02918457f6480b01d42f980c9) - **fix:** ensure consistent error messages _(by Athan Reines)_
3839
- [`a1aabee`](https://github.com/stdlib-js/stdlib/commit/a1aabee8d9e187f3c9bc35be085a2a434f15a515) - **chore:** normalize `main` field to `./lib` in `array/base` and `array/float16` package.json [(#12110)](https://github.com/stdlib-js/stdlib/pull/12110) _(by Philipp Burckhardt)_

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,21 @@ logEach( '%s', out );
15741574

15751575
<section class="related">
15761576

1577+
* * *
1578+
1579+
## See Also
1580+
1581+
- <span class="package-name">[`@stdlib/array-buffer`][@stdlib/array/buffer]</span><span class="delimiter">: </span><span class="description">ArrayBuffer.</span>
1582+
- <span class="package-name">[`@stdlib/array-float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span>
1583+
- <span class="package-name">[`@stdlib/array-float64`][@stdlib/array/float64]</span><span class="delimiter">: </span><span class="description">Float64Array.</span>
1584+
- <span class="package-name">[`@stdlib/array-int16`][@stdlib/array/int16]</span><span class="delimiter">: </span><span class="description">Int16Array.</span>
1585+
- <span class="package-name">[`@stdlib/array-int32`][@stdlib/array/int32]</span><span class="delimiter">: </span><span class="description">Int32Array.</span>
1586+
- <span class="package-name">[`@stdlib/array-int8`][@stdlib/array/int8]</span><span class="delimiter">: </span><span class="description">Int8Array.</span>
1587+
- <span class="package-name">[`@stdlib/array-uint16`][@stdlib/array/uint16]</span><span class="delimiter">: </span><span class="description">Uint16Array.</span>
1588+
- <span class="package-name">[`@stdlib/array-uint32`][@stdlib/array/uint32]</span><span class="delimiter">: </span><span class="description">Uint32Array.</span>
1589+
- <span class="package-name">[`@stdlib/array-uint8`][@stdlib/array/uint8]</span><span class="delimiter">: </span><span class="description">Uint8Array.</span>
1590+
- <span class="package-name">[`@stdlib/array-uint8c`][@stdlib/array/uint8c]</span><span class="delimiter">: </span><span class="description">Uint8ClampedArray.</span>
1591+
15771592
</section>
15781593

15791594
<!-- /.related -->
@@ -1658,6 +1673,24 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
16581673

16591674
<!-- <related-links> -->
16601675

1676+
[@stdlib/array/float32]: https://github.com/stdlib-js/array-float32
1677+
1678+
[@stdlib/array/float64]: https://github.com/stdlib-js/array-float64
1679+
1680+
[@stdlib/array/int16]: https://github.com/stdlib-js/array-int16
1681+
1682+
[@stdlib/array/int32]: https://github.com/stdlib-js/array-int32
1683+
1684+
[@stdlib/array/int8]: https://github.com/stdlib-js/array-int8
1685+
1686+
[@stdlib/array/uint16]: https://github.com/stdlib-js/array-uint16
1687+
1688+
[@stdlib/array/uint32]: https://github.com/stdlib-js/array-uint32
1689+
1690+
[@stdlib/array/uint8]: https://github.com/stdlib-js/array-uint8
1691+
1692+
[@stdlib/array/uint8c]: https://github.com/stdlib-js/array-uint8c
1693+
16611694
<!-- </related-links> -->
16621695

16631696
</section>

0 commit comments

Comments
 (0)