Skip to content

Commit 24a7baa

Browse files
committed
Auto-generated commit
1 parent d59eae2 commit 24a7baa

File tree

4 files changed

+36
-47
lines changed

4 files changed

+36
-47
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:07:17.838Z

CHANGELOG.md

Lines changed: 30 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,87 +2,75 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-29)
5+
<section class="release" id="unreleased">
86

9-
No changes reported for this release.
7+
## Unreleased (2024-08-01)
108

11-
</section>
9+
<section class="commits">
1210

13-
<!-- /.release -->
11+
### Commits
1412

15-
<section class="release" id="v0.2.1">
13+
<details>
1614

17-
## 0.2.1 (2024-02-25)
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

19-
No changes reported for this release.
17+
</details>
2018

2119
</section>
2220

23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
26-
27-
## 0.2.0 (2024-02-15)
28-
29-
<section class="commits">
21+
<!-- /.commits -->
3022

31-
### Commits
23+
<section class="contributors">
3224

33-
<details>
25+
### Contributors
3426

35-
- [`d675ecd`](https://github.com/stdlib-js/stdlib/commit/d675ecd88ddfe5f38e484740e951d7440247201a) - **docs:** update related packages sections (#1309) _(by stdlib-bot)_
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3628

37-
</details>
29+
- Athan Reines
3830

3931
</section>
4032

41-
<!-- /.commits -->
33+
<!-- /.contributors -->
4234

4335
</section>
4436

4537
<!-- /.release -->
4638

47-
<section class="release" id="v0.1.0">
48-
49-
## 0.1.0 (2024-02-08)
50-
51-
<section class="features">
39+
<section class="release" id="v0.2.2">
5240

53-
### Features
41+
## 0.2.2 (2024-07-29)
5442

55-
- [`325f217`](https://github.com/stdlib-js/stdlib/commit/325f21797da7df3633a9ef1e2106afacabe92b5f) - add `array/cartesian-square`
43+
No changes reported for this release.
5644

5745
</section>
5846

59-
<!-- /.features -->
47+
<!-- /.release -->
6048

61-
<section class="commits">
49+
<section class="release" id="v0.2.1">
6250

63-
### Commits
51+
## 0.2.1 (2024-02-25)
6452

65-
<details>
53+
No changes reported for this release.
6654

67-
- [`325f217`](https://github.com/stdlib-js/stdlib/commit/325f21797da7df3633a9ef1e2106afacabe92b5f) - **feat:** add `array/cartesian-square` _(by Athan Reines)_
55+
</section>
6856

69-
</details>
57+
<!-- /.release -->
7058

71-
</section>
59+
<section class="release" id="v0.2.0">
7260

73-
<!-- /.commits -->
61+
## 0.2.0 (2024-02-15)
7462

75-
<section class="contributors">
63+
No changes reported for this release.
7664

77-
### Contributors
65+
</section>
7866

79-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
8068

81-
- Athan Reines
69+
<section class="release" id="v0.1.0">
8270

83-
</section>
71+
## 0.1.0 (2024-02-08)
8472

85-
<!-- /.contributors -->
73+
No changes reported for this release.
8674

8775
</section>
8876

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
165165
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-cartesian-square.svg
166166
[npm-url]: https://npmjs.org/package/@stdlib/array-cartesian-square
167167

168-
[test-image]: https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml/badge.svg?branch=v0.2.2
169-
[test-url]: https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml?query=branch:v0.2.2
168+
[test-image]: https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml/badge.svg?branch=main
169+
[test-url]: https://github.com/stdlib-js/array-cartesian-square/actions/workflows/test.yml?query=branch:main
170170

171171
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-cartesian-square/main.svg
172172
[coverage-url]: https://codecov.io/github/stdlib-js/array-cartesian-square?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-cartesian-square": "^0.2.1",
40+
"@stdlib/array-base-cartesian-square": "^0.2.2",
4141
"@stdlib/assert-is-collection": "^0.2.2",
4242
"@stdlib/string-format": "^0.2.2",
4343
"@stdlib/types": "^0.3.2",
4444
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4545
},
4646
"devDependencies": {
47-
"@stdlib/array-base-to-accessor-array": "^0.2.1",
47+
"@stdlib/array-base-to-accessor-array": "^0.2.2",
4848
"@stdlib/array-linspace": "^0.2.1",
49-
"@stdlib/array-zero-to": "^0.2.1",
49+
"@stdlib/array-zero-to": "^0.2.2",
5050
"@stdlib/assert-is-array-array": "^0.2.2",
5151
"@stdlib/math-base-special-pow": "^0.3.0",
5252
"@stdlib/random-array-discrete-uniform": "^0.2.1",

0 commit comments

Comments
 (0)