Skip to content

Commit ec9c03e

Browse files
committed
Auto-generated commit
1 parent b2a4e6c commit ec9c03e

File tree

4 files changed

+20
-92
lines changed

4 files changed

+20
-92
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:02:58.289Z

CHANGELOG.md

+13-86
Original file line numberDiff line numberDiff line change
@@ -2,17 +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-
- [`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)_
1616

1717
</details>
1818

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

3737
<!-- /.release -->
3838

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

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

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

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

59-
- [`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)
6052

61-
</details>
53+
No changes reported for this release.
6254

6355
</section>
6456

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

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

75-
</section>
61+
## 0.2.0 (2024-02-14)
7662

77-
<!-- /.contributors -->
63+
No changes reported for this release.
7864

7965
</section>
8066

@@ -84,66 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8470

8571
## 0.1.0 (2023-09-24)
8672

87-
<section class="features">
88-
89-
### Features
90-
91-
- [`b640aaa`](https://github.com/stdlib-js/stdlib/commit/b640aaae495389da57ddf78ff4e28c311fdb8084) - refactor declarations to use generics
92-
93-
</section>
94-
95-
<!-- /.features -->
96-
97-
<section class="bug-fixes">
98-
99-
### Bug Fixes
100-
101-
- [`5d1b3a0`](https://github.com/stdlib-js/stdlib/commit/5d1b3a0d65116fd3262892dffadc261fd72eb2d5) - add missing `this` parameter
102-
- [`be98b4f`](https://github.com/stdlib-js/stdlib/commit/be98b4fbd06cedff9d40971255904ae1b8b475a6) - update import path for `Collection` type definition
103-
104-
</section>
105-
106-
<!-- /.bug-fixes -->
107-
108-
<section class="breaking-changes">
109-
110-
### BREAKING CHANGES
111-
112-
- [`b640aaa`](https://github.com/stdlib-js/stdlib/commit/b640aaae495389da57ddf78ff4e28c311fdb8084): refactor declarations to use generics
113-
114-
</section>
115-
116-
<!-- /.breaking-changes -->
117-
118-
<section class="commits">
119-
120-
### Commits
121-
122-
<details>
123-
124-
- [`5d1b3a0`](https://github.com/stdlib-js/stdlib/commit/5d1b3a0d65116fd3262892dffadc261fd72eb2d5) - **fix:** add missing `this` parameter _(by Athan Reines)_
125-
- [`be98b4f`](https://github.com/stdlib-js/stdlib/commit/be98b4fbd06cedff9d40971255904ae1b8b475a6) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
126-
- [`0e39133`](https://github.com/stdlib-js/stdlib/commit/0e39133f08095cc9c319adb377306a4d0500f664) - **chore:** use strictEqual checks and resolve lint errors _(by Philipp Burckhardt)_
127-
- [`b640aaa`](https://github.com/stdlib-js/stdlib/commit/b640aaae495389da57ddf78ff4e28c311fdb8084) - **feat:** refactor declarations to use generics _(by Athan Reines)_
128-
129-
</details>
130-
131-
</section>
132-
133-
<!-- /.commits -->
134-
135-
<section class="contributors">
136-
137-
### Contributors
138-
139-
A total of 2 people contributed to this release. Thank you to the following contributors:
140-
141-
- Athan Reines
142-
- Philipp Burckhardt
143-
144-
</section>
145-
146-
<!-- /.contributors -->
73+
No changes reported for this release.
14774

14875
</section>
14976

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
306306
[npm-image]: http://img.shields.io/npm/v/@stdlib/iter-to-array-view-right.svg
307307
[npm-url]: https://npmjs.org/package/@stdlib/iter-to-array-view-right
308308

309-
[test-image]: https://github.com/stdlib-js/iter-to-array-view-right/actions/workflows/test.yml/badge.svg?branch=v0.2.2
310-
[test-url]: https://github.com/stdlib-js/iter-to-array-view-right/actions/workflows/test.yml?query=branch:v0.2.2
309+
[test-image]: https://github.com/stdlib-js/iter-to-array-view-right/actions/workflows/test.yml/badge.svg?branch=main
310+
[test-url]: https://github.com/stdlib-js/iter-to-array-view-right/actions/workflows/test.yml?query=branch:main
311311

312312
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/iter-to-array-view-right/main.svg
313313
[coverage-url]: https://codecov.io/github/stdlib-js/iter-to-array-view-right?branch=main

package.json

+4-4
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-integer": "^0.2.2",
@@ -50,9 +50,9 @@
5050
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5151
},
5252
"devDependencies": {
53-
"@stdlib/array-complex128": "^0.2.1",
53+
"@stdlib/array-complex128": "^0.3.0",
5454
"@stdlib/array-float64": "^0.2.2",
55-
"@stdlib/array-to-iterator": "^0.2.1",
55+
"@stdlib/array-to-iterator": "^0.2.2",
5656
"@stdlib/complex-float64-ctor": "^0.0.3",
5757
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5858
"@stdlib/random-iter-randu": "^0.2.1",

0 commit comments

Comments
 (0)