Skip to content

Commit 05bd143

Browse files
committed
Auto-generated commit
1 parent 5124c2f commit 05bd143

File tree

5 files changed

+20
-105
lines changed

5 files changed

+20
-105
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:48:30.523Z

‎.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: 14 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,17 @@
22

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

9-
<section class="features">
10-
11-
### Features
12-
13-
- [`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - add boolean dtype support in `array/dtypes` [(#2307)](https://github.com/stdlib-js/stdlib/pull/2307)
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`1cba41b`](https://github.com/stdlib-js/stdlib/commit/1cba41b45734d186a349d7987028307144faf4a3) - **docs:** update examples _(by Athan Reines)_
26-
- [`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - **feat:** add boolean dtype support in `array/dtypes` [(#2307)](https://github.com/stdlib-js/stdlib/pull/2307) _(by Jaysukh Makvana, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2716

2817
</details>
2918

@@ -35,10 +24,9 @@
3524

3625
### Contributors
3726

38-
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:
3928

4029
- Athan Reines
41-
- Jaysukh Makvana
4230

4331
</section>
4432

@@ -48,60 +36,31 @@ A total of 2 people contributed to this release. Thank you to the following cont
4836

4937
<!-- /.release -->
5038

51-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.3.0">
5240

53-
## 0.2.1 (2024-02-24)
41+
## 0.3.0 (2024-07-28)
5442

5543
No changes reported for this release.
5644

5745
</section>
5846

5947
<!-- /.release -->
6048

61-
<section class="release" id="v0.2.0">
62-
63-
## 0.2.0 (2024-02-14)
64-
65-
<section class="features">
66-
67-
### Features
68-
69-
- [`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - add support for 'typed' data type kind
70-
- [`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - add support for extending data type kind subsets with a \"generic\" data type
71-
- [`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - add support for returning data type subsets according to a kind argument
72-
73-
</section>
74-
75-
<!-- /.features -->
76-
77-
<section class="commits">
78-
79-
### Commits
80-
81-
<details>
49+
<section class="release" id="v0.2.1">
8250

83-
- [`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - **feat:** add support for 'typed' data type kind _(by Athan Reines)_
84-
- [`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - **feat:** add support for extending data type kind subsets with a \"generic\" data type _(by Athan Reines)_
85-
- [`fca5a49`](https://github.com/stdlib-js/stdlib/commit/fca5a4950e85bac6e21ff1665924489c1bcb9643) - **bench:** fix assertion _(by Athan Reines)_
86-
- [`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - **feat:** add support for returning data type subsets according to a kind argument _(by Athan Reines)_
51+
## 0.2.1 (2024-02-24)
8752

88-
</details>
53+
No changes reported for this release.
8954

9055
</section>
9156

92-
<!-- /.commits -->
93-
94-
<section class="contributors">
95-
96-
### Contributors
97-
98-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
9958

100-
- Athan Reines
59+
<section class="release" id="v0.2.0">
10160

102-
</section>
61+
## 0.2.0 (2024-02-14)
10362

104-
<!-- /.contributors -->
63+
No changes reported for this release.
10564

10665
</section>
10766

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

11271
## 0.1.0 (2023-09-24)
11372

114-
<section class="features">
115-
116-
### Features
117-
118-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
119-
120-
</section>
121-
122-
<!-- /.features -->
123-
124-
<section class="breaking-changes">
125-
126-
### BREAKING CHANGES
127-
128-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
129-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
130-
131-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
132-
133-
</section>
134-
135-
<!-- /.breaking-changes -->
136-
137-
<section class="commits">
138-
139-
### Commits
140-
141-
<details>
142-
143-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
144-
145-
</details>
146-
147-
</section>
148-
149-
<!-- /.commits -->
150-
151-
<section class="contributors">
152-
153-
### Contributors
154-
155-
A total of 1 person contributed to this release. Thank you to this contributor:
156-
157-
- Philipp Burckhardt
158-
159-
</section>
160-
161-
<!-- /.contributors -->
73+
No changes reported for this release.
16274

16375
</section>
16476

‎README.md‎

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

234-
[test-image]: https://github.com/stdlib-js/array-dtypes/actions/workflows/test.yml/badge.svg?branch=v0.3.0
235-
[test-url]: https://github.com/stdlib-js/array-dtypes/actions/workflows/test.yml?query=branch:v0.3.0
234+
[test-image]: https://github.com/stdlib-js/array-dtypes/actions/workflows/test.yml/badge.svg?branch=main
235+
[test-url]: https://github.com/stdlib-js/array-dtypes/actions/workflows/test.yml?query=branch:main
236236

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

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@stdlib/types": "^0.3.2"
4242
},
4343
"devDependencies": {
44-
"@stdlib/array-base-assert-contains": "^0.2.1",
44+
"@stdlib/array-base-assert-contains": "^0.2.2",
4545
"@stdlib/assert-is-string-array": "^0.2.2",
4646
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4747
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)