Skip to content

Commit e076af7

Browse files
committed
Auto-generated commit
1 parent 5793ff4 commit e076af7

File tree

4 files changed

+20
-73
lines changed

4 files changed

+20
-73
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:03:51.986Z

CHANGELOG.md

Lines changed: 13 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-29)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
16-
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
17-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

1917
</details>
2018

@@ -38,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3836

3937
<!-- /.release -->
4038

41-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4240

43-
## 0.2.1 (2024-02-25)
41+
## 0.2.2 (2024-07-29)
4442

4543
No changes reported for this release.
4644

4745
</section>
4846

4947
<!-- /.release -->
5048

51-
<section class="release" id="v0.2.0">
52-
53-
## 0.2.0 (2024-02-14)
54-
55-
<section class="commits">
56-
57-
### Commits
58-
59-
<details>
49+
<section class="release" id="v0.2.1">
6050

61-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-25)
6252

63-
</details>
53+
No changes reported for this release.
6454

6555
</section>
6656

67-
<!-- /.commits -->
68-
69-
<section class="contributors">
70-
71-
### Contributors
72-
73-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7458

75-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
7660

77-
</section>
61+
## 0.2.0 (2024-02-14)
7862

79-
<!-- /.contributors -->
63+
No changes reported for this release.
8064

8165
</section>
8266

@@ -86,45 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8670

8771
## 0.1.0 (2023-09-24)
8872

89-
<section class="bug-fixes">
90-
91-
### Bug Fixes
92-
93-
- [`dd9f8bb`](https://github.com/stdlib-js/stdlib/commit/dd9f8bb4e90a35fcb439ea3dca1124ad44a59f9e) - add missing `this` parameter
94-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
95-
96-
</section>
97-
98-
<!-- /.bug-fixes -->
99-
100-
<section class="commits">
101-
102-
### Commits
103-
104-
<details>
105-
106-
- [`dd9f8bb`](https://github.com/stdlib-js/stdlib/commit/dd9f8bb4e90a35fcb439ea3dca1124ad44a59f9e) - **fix:** add missing `this` parameter _(by Athan Reines)_
107-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
108-
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
109-
110-
</details>
111-
112-
</section>
113-
114-
<!-- /.commits -->
115-
116-
<section class="contributors">
117-
118-
### Contributors
119-
120-
A total of 2 people contributed to this release. Thank you to the following contributors:
121-
122-
- Athan Reines
123-
- Philipp Burckhardt
124-
125-
</section>
126-
127-
<!-- /.contributors -->
73+
No changes reported for this release.
12874

12975
</section>
13076

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
275275
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-from-iterator.svg
276276
[npm-url]: https://npmjs.org/package/@stdlib/array-from-iterator
277277

278-
[test-image]: https://github.com/stdlib-js/array-from-iterator/actions/workflows/test.yml/badge.svg?branch=v0.2.2
279-
[test-url]: https://github.com/stdlib-js/array-from-iterator/actions/workflows/test.yml?query=branch:v0.2.2
278+
[test-image]: https://github.com/stdlib-js/array-from-iterator/actions/workflows/test.yml/badge.svg?branch=main
279+
[test-url]: https://github.com/stdlib-js/array-from-iterator/actions/workflows/test.yml?query=branch:main
280280

281281
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-from-iterator/main.svg
282282
[coverage-url]: https://codecov.io/github/stdlib-js/array-from-iterator?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-accessor-setter": "^0.2.1",
40+
"@stdlib/array-base-accessor-setter": "^0.2.2",
4141
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
4242
"@stdlib/array-base-setter": "^0.2.2",
43-
"@stdlib/array-dtype": "^0.2.1",
43+
"@stdlib/array-dtype": "^0.3.0",
4444
"@stdlib/assert-is-collection": "^0.2.2",
4545
"@stdlib/assert-is-function": "^0.2.2",
4646
"@stdlib/assert-is-iterator-like": "^0.2.2",
@@ -49,9 +49,9 @@
4949
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5050
},
5151
"devDependencies": {
52-
"@stdlib/array-complex64": "^0.2.1",
52+
"@stdlib/array-complex64": "^0.3.0",
5353
"@stdlib/array-float64": "^0.2.2",
54-
"@stdlib/array-to-iterator": "^0.2.1",
54+
"@stdlib/array-to-iterator": "^0.2.2",
5555
"@stdlib/assert-is-array": "^0.2.2",
5656
"@stdlib/complex-float32-ctor": "^0.0.2",
5757
"@stdlib/complex-float32-imag": "^0.1.1",

0 commit comments

Comments
 (0)