Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 21, 2024
1 parent 910bcb2 commit 051752c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-11-20)
## Unreleased (2024-11-21)

<section class="packages">

Expand All @@ -26,6 +26,16 @@

<!-- /.features -->

<section class="bug-fixes">

##### Bug Fixes

- [`83f2a61`](https://github.com/stdlib-js/stdlib/commit/83f2a613faa1661bdf1aebea1b4723044204f561) - remove unused imports

</section>

<!-- /.bug-fixes -->

<section class="breaking-changes">

##### BREAKING CHANGES
Expand All @@ -44,6 +54,28 @@

<!-- /.package -->

<section class="package" id="random-strided-tools-unreleased">

#### [@stdlib/random/strided/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/tools)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`1001ae3`](https://github.com/stdlib-js/stdlib/commit/1001ae384523b707ca5671a8932acccfb4d69a0c) - remove unused imports

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

</section>

<!-- /.packages -->
Expand All @@ -64,8 +96,9 @@

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
A total of 2 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Philipp Burckhardt

</section>
Expand All @@ -78,6 +111,8 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<details>

- [`1001ae3`](https://github.com/stdlib-js/stdlib/commit/1001ae384523b707ca5671a8932acccfb4d69a0c) - **fix:** remove unused imports _(by Athan Reines)_
- [`83f2a61`](https://github.com/stdlib-js/stdlib/commit/83f2a613faa1661bdf1aebea1b4723044204f561) - **fix:** remove unused imports _(by Athan Reines)_
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - **feat:** update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190) _(by stdlib-bot, Philipp Burckhardt)_

</details>
Expand Down
3 changes: 0 additions & 3 deletions array/tools/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
/* eslint-disable max-lines */

import binary = require( './../../../../array/tools/binary' );
import binaryFactory = require( './../../../../array/tools/binary-factory' );
import nullary = require( './../../../../array/tools/nullary' );
import ternary = require( './../../../../array/tools/ternary' );
import ternaryFactory = require( './../../../../array/tools/ternary-factory' );
import unary = require( './../../../../array/tools/unary' );
import unaryFactory = require( './../../../../array/tools/unary-factory' );

/**
* Interface describing the `tools` namespace.
Expand Down
4 changes: 0 additions & 4 deletions strided/tools/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@

/* eslint-disable max-lines */

import binaryFactory = require( './../../../../strided/tools/binary-factory' );
import ternaryFactory = require( './../../../../strided/tools/ternary-factory' );
import unaryFactory = require( './../../../../strided/tools/unary-factory' );

/**
* Interface describing the `tools` namespace.
*/
Expand Down

0 comments on commit 051752c

Please sign in to comment.