Skip to content

Commit 54cb7e0

Browse files
committed
Auto-generated commit
1 parent 1f28f4e commit 54cb7e0

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

.github/.keepalive

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

CHANGELOG.md

+29-30
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,65 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.2">
6-
7-
## 0.1.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.1.1">
13+
<details>
1614

17-
## 0.1.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.1.0">
21+
<!-- /.commits -->
2622

27-
## 0.1.0 (2024-02-15)
23+
<section class="contributors">
2824

29-
<section class="features">
25+
### Contributors
3026

31-
### Features
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3228

33-
- [`84601aa`](https://github.com/stdlib-js/stdlib/commit/84601aaeac5185ada1133b489c69799dcaf5b588) - add `array/cartesian-power`
29+
- Athan Reines
3430

3531
</section>
3632

37-
<!-- /.features -->
33+
<!-- /.contributors -->
3834

39-
<section class="commits">
35+
</section>
4036

41-
### Commits
37+
<!-- /.release -->
4238

43-
<details>
39+
<section class="release" id="v0.1.2">
4440

45-
- [`d675ecd`](https://github.com/stdlib-js/stdlib/commit/d675ecd88ddfe5f38e484740e951d7440247201a) - **docs:** update related packages sections (#1309) _(by stdlib-bot)_
46-
- [`84601aa`](https://github.com/stdlib-js/stdlib/commit/84601aaeac5185ada1133b489c69799dcaf5b588) - **feat:** add `array/cartesian-power` _(by Athan Reines)_
41+
## 0.1.2 (2024-07-29)
4742

48-
</details>
43+
No changes reported for this release.
4944

5045
</section>
5146

52-
<!-- /.commits -->
53-
54-
<section class="contributors">
47+
<!-- /.release -->
5548

56-
### Contributors
49+
<section class="release" id="v0.1.1">
5750

58-
A total of 1 person contributed to this release. Thank you to this contributor:
51+
## 0.1.1 (2024-02-25)
5952

60-
- Athan Reines
53+
No changes reported for this release.
6154

6255
</section>
6356

64-
<!-- /.contributors -->
57+
<!-- /.release -->
58+
59+
<section class="release" id="v0.1.0">
60+
61+
## 0.1.0 (2024-02-15)
62+
63+
No changes reported for this release.
6564

6665
</section>
6766

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
172172
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-cartesian-power.svg
173173
[npm-url]: https://npmjs.org/package/@stdlib/array-cartesian-power
174174

175-
[test-image]: https://github.com/stdlib-js/array-cartesian-power/actions/workflows/test.yml/badge.svg?branch=v0.1.2
176-
[test-url]: https://github.com/stdlib-js/array-cartesian-power/actions/workflows/test.yml?query=branch:v0.1.2
175+
[test-image]: https://github.com/stdlib-js/array-cartesian-power/actions/workflows/test.yml/badge.svg?branch=main
176+
[test-url]: https://github.com/stdlib-js/array-cartesian-power/actions/workflows/test.yml?query=branch:main
177177

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-cartesian-power": "^0.2.1",
40+
"@stdlib/array-base-cartesian-power": "^0.2.2",
4141
"@stdlib/assert-is-collection": "^0.2.2",
4242
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4343
"@stdlib/string-format": "^0.2.2",
4444
"@stdlib/types": "^0.3.2",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4646
},
4747
"devDependencies": {
48-
"@stdlib/array-base-to-accessor-array": "^0.2.1",
48+
"@stdlib/array-base-to-accessor-array": "^0.2.2",
4949
"@stdlib/array-linspace": "^0.2.1",
50-
"@stdlib/array-zero-to": "^0.2.1",
50+
"@stdlib/array-zero-to": "^0.2.2",
5151
"@stdlib/assert-is-array-array": "^0.2.2",
5252
"@stdlib/math-base-special-pow": "^0.3.0",
5353
"@stdlib/random-array-discrete-uniform": "^0.2.1",

0 commit comments

Comments
 (0)