Skip to content

Commit 2a353f3

Browse files
committed
Auto-generated commit
1 parent b32c59e commit 2a353f3

4 files changed

Lines changed: 50 additions & 36 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:43:37.930Z
1+
2024-09-01T06:09:34.992Z

CHANGELOG.md

Lines changed: 46 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,85 +2,97 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
6-
7-
## Unreleased (2024-08-01)
8-
9-
<section class="commits">
5+
<section class="release" id="v0.2.2">
106

11-
### Commits
7+
## 0.2.2 (2024-07-29)
128

13-
<details>
9+
No changes reported for this release.
1410

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
11+
</section>
1612

17-
</details>
13+
<!-- /.release -->
1814

19-
</section>
15+
<section class="release" id="v0.2.1">
2016

21-
<!-- /.commits -->
17+
## 0.2.1 (2024-02-24)
2218

23-
<section class="contributors">
19+
No changes reported for this release.
2420

25-
### Contributors
21+
</section>
2622

27-
A total of 1 person contributed to this release. Thank you to this contributor:
23+
<!-- /.release -->
2824

29-
- Athan Reines
25+
<section class="release" id="v0.2.0">
3026

31-
</section>
27+
## 0.2.0 (2024-02-14)
3228

33-
<!-- /.contributors -->
29+
No changes reported for this release.
3430

3531
</section>
3632

3733
<!-- /.release -->
3834

39-
<section class="release" id="v0.2.2">
35+
<section class="release" id="v0.1.0">
4036

41-
## 0.2.2 (2024-07-29)
37+
## 0.1.0 (2023-09-24)
4238

4339
No changes reported for this release.
4440

4541
</section>
4642

4743
<!-- /.release -->
4844

49-
<section class="release" id="v0.2.1">
45+
<section class="release" id="v0.0.1">
5046

51-
## 0.2.1 (2024-02-24)
47+
## 0.0.1 (2023-08-25)
5248

53-
No changes reported for this release.
49+
<section class="features">
50+
51+
### Features
52+
53+
- [`4f92ff3`](https://github.com/stdlib-js/stdlib/commit/4f92ff3c1c5655a2356a80299feadc528921c393) - add `array/base/filled5d`
5454

5555
</section>
5656

57-
<!-- /.release -->
57+
<!-- /.features -->
5858

59-
<section class="release" id="v0.2.0">
59+
<section class="bug-fixes">
6060

61-
## 0.2.0 (2024-02-14)
61+
### Bug Fixes
6262

63-
No changes reported for this release.
63+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
6464

6565
</section>
6666

67-
<!-- /.release -->
67+
<!-- /.bug-fixes -->
6868

69-
<section class="release" id="v0.1.0">
69+
<section class="commits">
7070

71-
## 0.1.0 (2023-09-24)
71+
### Commits
7272

73-
No changes reported for this release.
73+
<details>
74+
75+
- [`8b1307a`](https://github.com/stdlib-js/stdlib/commit/8b1307a7ae37eeeb500dc272e437edeb7dd0d725) - **refactor:** use `Shape5D` type _(by Athan Reines)_
76+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
77+
- [`4f92ff3`](https://github.com/stdlib-js/stdlib/commit/4f92ff3c1c5655a2356a80299feadc528921c393) - **feat:** add `array/base/filled5d` _(by Athan Reines)_
78+
79+
</details>
7480

7581
</section>
7682

77-
<!-- /.release -->
83+
<!-- /.commits -->
7884

79-
<section class="release" id="v0.0.1">
85+
<section class="contributors">
8086

81-
## 0.0.1 (2023-08-25)
87+
### Contributors
8288

83-
No changes reported for this release.
89+
A total of 1 person contributed to this release. Thank you to this contributor:
90+
91+
- Athan Reines
92+
93+
</section>
94+
95+
<!-- /.contributors -->
8496

8597
</section>
8698

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-base-filled": "^0.2.2",
41-
"@stdlib/types": "^0.3.2"
41+
"@stdlib/types": "^0.4.1"
4242
},
4343
"devDependencies": {
4444
"@stdlib/assert-is-array-array": "^0.2.2",

0 commit comments

Comments
 (0)