Skip to content

Commit 81ee143

Browse files
committed
Auto-generated commit
1 parent 06e0bd4 commit 81ee143

File tree

4 files changed

+18
-145
lines changed

4 files changed

+18
-145
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:50:34.430Z

CHANGELOG.md

Lines changed: 12 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-29)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -36,46 +36,21 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.1">
40-
41-
## 0.2.1 (2024-02-25)
42-
43-
<section class="features">
44-
45-
### Features
46-
47-
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
48-
49-
</section>
50-
51-
<!-- /.features -->
52-
53-
<section class="commits">
54-
55-
### Commits
56-
57-
<details>
39+
<section class="release" id="v0.2.2">
5840

59-
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_
41+
## 0.2.2 (2024-07-29)
6042

61-
</details>
43+
No changes reported for this release.
6244

6345
</section>
6446

65-
<!-- /.commits -->
66-
67-
<section class="contributors">
68-
69-
### Contributors
70-
71-
A total of 2 people contributed to this release. Thank you to the following contributors:
47+
<!-- /.release -->
7248

73-
- Athan Reines
74-
- Philipp Burckhardt
49+
<section class="release" id="v0.2.1">
7550

76-
</section>
51+
## 0.2.1 (2024-02-25)
7752

78-
<!-- /.contributors -->
53+
No changes reported for this release.
7954

8055
</section>
8156

@@ -85,63 +60,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
8560

8661
## 0.2.0 (2024-02-14)
8762

88-
<section class="features">
89-
90-
### Features
91-
92-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
93-
94-
</section>
95-
96-
<!-- /.features -->
97-
98-
<section class="breaking-changes">
99-
100-
### BREAKING CHANGES
101-
102-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
103-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
104-
105-
- In order to migrate, users should update their implementations to
106-
use the latest naming conventions. The affected type definitions
107-
are aliases for individual data type strings, so their should be
108-
no behavioral changes.
109-
110-
</section>
111-
112-
<!-- /.breaking-changes -->
113-
114-
<section class="commits">
115-
116-
### Commits
117-
118-
<details>
119-
120-
- [`e50f36e`](https://github.com/stdlib-js/stdlib/commit/e50f36e4abc083a8bb70abf68727f4462331e007) - **refactor:** query default dtype _(by Athan Reines)_
121-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
122-
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
123-
- [`739e562`](https://github.com/stdlib-js/stdlib/commit/739e5627234ca4ae9198f384063a4a3201c6c407) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
124-
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
125-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
126-
127-
</details>
128-
129-
</section>
130-
131-
<!-- /.commits -->
132-
133-
<section class="contributors">
134-
135-
### Contributors
136-
137-
A total of 2 people contributed to this release. Thank you to the following contributors:
138-
139-
- Athan Reines
140-
- Philipp Burckhardt
141-
142-
</section>
143-
144-
<!-- /.contributors -->
63+
No changes reported for this release.
14564

14665
</section>
14766

@@ -151,54 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
15170

15271
## 0.1.0 (2023-09-24)
15372

154-
<section class="features">
155-
156-
### Features
157-
158-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
159-
160-
</section>
161-
162-
<!-- /.features -->
163-
164-
<section class="breaking-changes">
165-
166-
### BREAKING CHANGES
167-
168-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
169-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
170-
171-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
172-
173-
</section>
174-
175-
<!-- /.breaking-changes -->
176-
177-
<section class="commits">
178-
179-
### Commits
180-
181-
<details>
182-
183-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
184-
185-
</details>
186-
187-
</section>
188-
189-
<!-- /.commits -->
190-
191-
<section class="contributors">
192-
193-
### Contributors
194-
195-
A total of 1 person contributed to this release. Thank you to this contributor:
196-
197-
- Philipp Burckhardt
198-
199-
</section>
200-
201-
<!-- /.contributors -->
73+
No changes reported for this release.
20274

20375
</section>
20476

README.md

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

277-
[test-image]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml/badge.svg?branch=v0.2.2
278-
[test-url]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml?query=branch:v0.2.2
277+
[test-image]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml/badge.svg?branch=main
278+
[test-url]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml?query=branch:main
279279

280280
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-typed-complex/main.svg
281281
[coverage-url]: https://codecov.io/github/stdlib-js/array-typed-complex?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-defaults": "^0.3.0",
41-
"@stdlib/array-typed-complex-ctors": "^0.2.1",
41+
"@stdlib/array-typed-complex-ctors": "^0.2.2",
4242
"@stdlib/assert-is-string": "^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": {
4848
"@stdlib/array-buffer": "^0.2.2",
49-
"@stdlib/array-complex128": "^0.2.1",
50-
"@stdlib/array-complex64": "^0.2.1",
49+
"@stdlib/array-complex128": "^0.3.0",
50+
"@stdlib/array-complex64": "^0.3.0",
5151
"@stdlib/array-float64": "^0.2.2",
5252
"@stdlib/assert-instance-of": "^0.2.2",
5353
"@stdlib/assert-is-complex-typed-array": "^0.2.2",

0 commit comments

Comments
 (0)