Skip to content

Commit 19c633d

Browse files
committed
Auto-generated commit
1 parent 16a25ea commit 19c633d

File tree

4 files changed

+21
-93
lines changed

4 files changed

+21
-93
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:54:23.188Z

CHANGELOG.md

Lines changed: 14 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.3.0">
6-
7-
## 0.3.0 (2024-07-29)
8-
9-
<section class="features">
10-
11-
### Features
5+
<section class="release" id="unreleased">
126

13-
- [`26681a0`](https://github.com/stdlib-js/stdlib/commit/26681a00adf94037d357eaebf842af2c454b06e3) - add boolean dtype support in `array/dtype` [(#2306)](https://github.com/stdlib-js/stdlib/pull/2306)
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`26681a0`](https://github.com/stdlib-js/stdlib/commit/26681a00adf94037d357eaebf842af2c454b06e3) - **feat:** add boolean dtype support in `array/dtype` [(#2306)](https://github.com/stdlib-js/stdlib/pull/2306) _(by Jaysukh Makvana, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -34,10 +24,9 @@
3424

3525
### Contributors
3626

37-
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:
3828

3929
- Athan Reines
40-
- Jaysukh Makvana
4130

4231
</section>
4332

@@ -47,46 +36,31 @@ A total of 2 people contributed to this release. Thank you to the following cont
4736

4837
<!-- /.release -->
4938

50-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.3.0">
5140

52-
## 0.2.1 (2024-02-25)
41+
## 0.3.0 (2024-07-29)
5342

5443
No changes reported for this release.
5544

5645
</section>
5746

5847
<!-- /.release -->
5948

60-
<section class="release" id="v0.2.0">
61-
62-
## 0.2.0 (2024-02-14)
63-
64-
<section class="commits">
65-
66-
### Commits
67-
68-
<details>
49+
<section class="release" id="v0.2.1">
6950

70-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
71-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-25)
7252

73-
</details>
53+
No changes reported for this release.
7454

7555
</section>
7656

77-
<!-- /.commits -->
78-
79-
<section class="contributors">
80-
81-
### Contributors
82-
83-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8458

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

87-
</section>
61+
## 0.2.0 (2024-02-14)
8862

89-
<!-- /.contributors -->
63+
No changes reported for this release.
9064

9165
</section>
9266

@@ -96,54 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
9670

9771
## 0.1.0 (2023-09-24)
9872

99-
<section class="features">
100-
101-
### Features
102-
103-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
104-
105-
</section>
106-
107-
<!-- /.features -->
108-
109-
<section class="breaking-changes">
110-
111-
### BREAKING CHANGES
112-
113-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
114-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
115-
116-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
117-
118-
</section>
119-
120-
<!-- /.breaking-changes -->
121-
122-
<section class="commits">
123-
124-
### Commits
125-
126-
<details>
127-
128-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
129-
130-
</details>
131-
132-
</section>
133-
134-
<!-- /.commits -->
135-
136-
<section class="contributors">
137-
138-
### Contributors
139-
140-
A total of 1 person contributed to this release. Thank you to this contributor:
141-
142-
- Philipp Burckhardt
143-
144-
</section>
145-
146-
<!-- /.contributors -->
73+
No changes reported for this release.
14774

14875
</section>
14976

README.md

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

209-
[test-image]: https://github.com/stdlib-js/array-dtype/actions/workflows/test.yml/badge.svg?branch=v0.3.0
210-
[test-url]: https://github.com/stdlib-js/array-dtype/actions/workflows/test.yml?query=branch:v0.3.0
209+
[test-image]: https://github.com/stdlib-js/array-dtype/actions/workflows/test.yml/badge.svg?branch=main
210+
[test-url]: https://github.com/stdlib-js/array-dtype/actions/workflows/test.yml?query=branch:main
211211

212212
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-dtype/main.svg
213213
[coverage-url]: https://codecov.io/github/stdlib-js/array-dtype?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-bool": "^0.0.1",
41-
"@stdlib/array-complex128": "^0.2.1",
42-
"@stdlib/array-complex64": "^0.2.1",
40+
"@stdlib/array-bool": "^0.1.0",
41+
"@stdlib/array-complex128": "^0.3.0",
42+
"@stdlib/array-complex64": "^0.3.0",
4343
"@stdlib/array-float32": "^0.2.2",
4444
"@stdlib/array-float64": "^0.2.2",
4545
"@stdlib/array-int16": "^0.2.2",
@@ -55,7 +55,7 @@
5555
"@stdlib/utils-constructor-name": "^0.2.2"
5656
},
5757
"devDependencies": {
58-
"@stdlib/array-ctors": "^0.2.1",
58+
"@stdlib/array-ctors": "^0.3.0",
5959
"@stdlib/array-dtypes": "^0.3.0",
6060
"@stdlib/assert-is-string": "^0.2.2",
6161
"@stdlib/buffer-alloc-unsafe": "^0.2.2",

0 commit comments

Comments
 (0)