8000 Auto-generated commit · stdlib-js/array-base-setter@8d55921 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d55921

Browse files
committed
Auto-generated commit
1 parent fef1c34 commit 8d55921

File tree

5 files changed

+26
-73
lines changed

5 files changed

+26
-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-01T04:54:58.794Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

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

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-28)
8-
9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-24)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
5+
<section class="release" id="unreleased">
266

27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`adf5512`](https://github.com/stdlib-js/stdlib/commit/adf5512d7cc90b9b22bab01e284e95cf0b35ae4b) - **chore:** remove keyword _(by Athan Reines)_
36-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
37-
- [`de93ae0`](https://github.com/stdlib-js/stdlib/commit/de93ae01f1d5e234696e02b9e778d3d71515f5b7) - **build:** remove tslint directives _(by Philipp Burckhardt)_
38-
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3916

4017
</details>
4118

@@ -47,10 +24,9 @@ No changes reported for this release.
4724

4825
### Contributors
4926

50-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5128

5229
- Athan Reines
53-
- Philipp Burckhardt
5430

5531
</section>
5632

@@ -60,67 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
6036

6137
<!-- /.release -->
6238

63-
<section class="release" id="v0.1.0">
64-
65-
## 0.1.0 (2023-09-24)
66-
67-
<section class="features">
68-
69-
### Features
70-
71-
- [`68440c3`](https://github.com/stdlib-js/stdlib/commit/68440c30ffdea9c9b4cb2b6b4c4db5e6a1fd6c5b) - refactor declarations to use generics
72-
73-
</section>
74-
75-
<!-- /.features -->
76-
77-
<section class="bug-fixes">
39+
<section class="release" id="v0.2.2">
7840

79-
### Bug Fixes
41+
## 0.2.2 (2024-07-28)
8042

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

8345
</section>
8446

85-
<!-- /.bug-fixes -->
47+
<!-- /.release -->
8648

87-
<section class="breaking-changes">
49+
<section class="release" id="v0.2.1">
8850

89-
### BREAKING CHANGES
51+
## 0.2.1 (2024-02-24)
9052

91-
- [`68440c3`](https://github.com/stdlib-js/stdlib/commit/68440c30ffdea9c9b4cb2b6b4c4db5e6a1fd6c5b): refactor declarations to use generics
53+
No changes reported for this release.
9254

9355
</section>
9456

95-
<!-- /.breaking-changes -->
96-
97-
<section class="commits">
98-
99-
### Commits
57+
<!-- /.release -->
10058

101-
<details>
59+
<section class="release" id="v0.2.0">
10260

103-
- [`0a6354a`](https://github.com/stdlib-js/stdlib/commit/0a6354a34617d71a22174c4b448c539a45b27c7c) - **refactor:** improve type specificity by using generics _(by Athan Reines)_
104-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
105-
- [`68440c3`](https://github.com/stdlib-js/stdlib/commit/68440c30ffdea9c9b4cb2b6b4c4db5e6a1fd6c5b) - **feat:** refactor declarations to use generics _(by Athan Reines)_
61+
## 0.2.0 (2024-02-14)
10662

107-
</details>
63+
No changes reported for this release.
10864

10965
</section>
11066

111-
<!-- /.commits -->
112-
113-
<section class="contributors">
114-
115-
### Contributors
116-
117-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11868

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

121-
</section>
71+
## 0.1.0 (2023-09-24)
12272

123-
<!-- /.contributors -->
73+
No changes reported for this release.
12474

12575
</section>
12676

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
222222
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-setter.svg
223223
[npm-url]: https://npmjs.org/package/@stdlib/array-base-setter
224224

225-
[test-image]: https://github.com/stdlib-js/array-base-setter/actions/workflows/test.yml/badge.svg?branch=v0.2.2
226-
[test-url]: https://github.com/stdlib-js/array-base-setter/actions/workflows/test.yml?query=branch:v0.2.2
225+
[test-image]: https://github.com/stdlib-js/array-base-setter/actions/workflows/test.yml/badge.svg?branch=main
226+
[test-url]: https://github.com/stdlib-js/array-base-setter/actions/workflows/test.yml?query=branch:main
227227

228228
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-setter/main.svg
229229
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-setter?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@stdlib/types": "^0.3.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-dtype": "^0.2.1",
43+
"@stdlib/array-dtype": "^0.3.0",
4444
"@stdlib/array-dtypes": "^0.3.0",
4545
"@stdlib/array-filled": "^0.2.1",
4646
"@stdlib/array-filled-by": "^0.2.1",
47-
"@stdlib/array-typed-real-dtypes": "^0.2.1",
47+
"@stdlib/array-typed-real-dtypes": "^0.2.2",
4848
"@stdlib/assert-is-function": "^0.2.2",
4949
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5050
"@stdlib/random-base-discrete-uniform": "^0.2.1",

0 commit comments

Comments
 (0)
0