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 Sep 1, 2024
1 parent c7ae6d1 commit 1d71ffa
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T05:44:10.558Z
2024-09-01T06:10:11.026Z
83 changes: 48 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,6 @@

> Package changelog.
<section class="release" id="unreleased">

## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

<section class="release" id="v0.2.3">

## 0.2.3 (2024-07-29)
Expand Down Expand Up @@ -90,7 +56,54 @@ No changes reported for this release.

## 0.0.1 (2023-08-25)

No changes reported for this release.
<section class="features">

### Features

- [`83de634`](https://github.com/stdlib-js/stdlib/commit/83de634650b4369021b3588e63827d71b4f1b017) - add `array/base/filled3d`

</section>

<!-- /.features -->

<section class="bug-fixes">

### Bug Fixes

- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition

</section>

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

<section class="commits">

### Commits

<details>

- [`e7f93b3`](https://github.com/stdlib-js/stdlib/commit/e7f93b3293f6339b1dfdaa94fa14d42dcd66f46a) - **refactor:** use `Shape3D` type _(by Athan Reines)_
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
- [`9510a72`](https://github.com/stdlib-js/stdlib/commit/9510a72f81a446733e62b9111d0eed3c6011d3f5) - **docs:** update return type _(by Athan Reines)_
- [`83de634`](https://github.com/stdlib-js/stdlib/commit/83de634650b4369021b3588e63827d71b4f1b017) - **feat:** add `array/base/filled3d` _(by Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines

</section>

<!-- /.contributors -->

</section>

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
Matt Cochrane <matthew.cochrane.eng@gmail.com>
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
Milan Raj <rajsite@users.noreply.github.com>
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
Momtchil Momtchev <momtchil@momtchev.com>
Muhammad Haris <harriskhan047@outlook.com>
Naresh Jagadeesan <naresh.naresh000@gmail.com>
Expand All @@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
Ryan Seal <splrk@users.noreply.github.com>
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
Shivam <11shivam00@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@stdlib/array-base-filled": "^0.2.2",
"@stdlib/types": "^0.3.2"
"@stdlib/types": "^0.4.1"
},
"devDependencies": {
"@stdlib/assert-is-array-array": "^0.2.2",
Expand Down

0 comments on commit 1d71ffa

Please sign in to comment.