Skip to content

Commit a3ce280

Browse files
committed
Auto-generated commit
1 parent 3b58c81 commit a3ce280

File tree

5 files changed

+23
-100
lines changed

5 files changed

+23
-100
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:29:57.555Z

.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: 13 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +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-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`0406147`](https://github.com/stdlib-js/stdlib/commit/04061476d1036e1b8b786736b1ba1653eddff1ef) - **refactor:** update paths _(by Athan Reines)_
16-
- [`b9703b5`](https://github.com/stdlib-js/stdlib/commit/b9703b569dc2f0a67e604e388a0d188b08138b48) - **refactor:** update paths _(by Athan Reines)_
17-
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
18-
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
19-
- [`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)_
2016

2117
</details>
2218

@@ -40,48 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4036

4137
<!-- /.release -->
4238

43-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4440

45-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4642

4743
No changes reported for this release.
4844

4945
</section>
5046

5147
<!-- /.release -->
5248

53-
<section class="release" id="v0.2.0">
54-
55-
## 0.2.0 (2024-02-14)
56-
57-
<section class="commits">
58-
59-
### Commits
60-
61-
<details>
49+
<section class="release" id="v0.2.1">
6250

63-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
64-
- [`7db5611`](https://github.com/stdlib-js/stdlib/commit/7db56115b014aa41e4a3458629286ae3bd99c4e7) - **docs:** update links and fix headings _(by Athan Reines)_
65-
- [`f9c75ce`](https://github.com/stdlib-js/stdlib/commit/f9c75ce726ed4e5fade8622315bb98094dad8561) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-24)
6652

67-
</details>
53+
No changes reported for this release.
6854

6955
</section>
7056

71-
<!-- /.commits -->
72-
73-
<section class="contributors">
74-
75-
### Contributors
76-
77-
A total of 2 people contributed to this release. Thank you to the following contributors:
57+
<!-- /.release -->
7858

79-
- Athan Reines
80-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
8160

82-
</section>
61+
## 0.2.0 (2024-02-14)
8362

84-
<!-- /.contributors -->
63+
No changes reported for this release.
8564

8665
</section>
8766

@@ -91,66 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
9170

9271
## 0.1.0 (2023-09-23)
9372

94-
<section class="features">
95-
96-
### Features
97-
98-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - update minimum TypeScript version
99-
100-
</section>
101-
102-
<!-- /.features -->
103-
104-
<section class="bug-fixes">
105-
106-
### Bug Fixes
107-
108-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
109-
110-
</section>
111-
112-
<!-- /.bug-fixes -->
113-
114-
<section class="breaking-changes">
115-
116-
### BREAKING CHANGES
117-
118-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version
119-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1
120-
121-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
122-
123-
</section>
124-
125-
<!-- /.breaking-changes -->
126-
127-
<section class="commits">
128-
129-
### Commits
130-
131-
<details>
132-
133-
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
134-
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
135-
136-
</details>
137-
138-
</section>
139-
140-
<!-- /.commits -->
141-
142-
<section class="contributors">
143-
144-
### Contributors
145-
146-
A total of 2 people contributed to this release. Thank you to the following contributors:
147-
148-
- Athan Reines
149-
- Philipp Burckhardt
150-
151-
</section>
152-
153-
<!-- /.contributors -->
73+
No changes reported for this release.
15474

15575
</section>
15676

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
233233
[npm-image]: http://img.shields.io/npm/v/@stdlib/strided-base-binary-signature-callbacks.svg
234234
[npm-url]: https://npmjs.org/package/@stdlib/strided-base-binary-signature-callbacks
235235

236-
[test-image]: https://github.com/stdlib-js/strided-base-binary-signature-callbacks/actions/workflows/test.yml/badge.svg?branch=v0.2.2
237-
[test-url]: https://github.com/stdlib-js/strided-base-binary-signature-callbacks/actions/workflows/test.yml?query=branch:v0.2.2
236+
[test-image]: https://github.com/stdlib-js/strided-base-binary-signature-callbacks/actions/workflows/test.yml/badge.svg?branch=main
237+
[test-url]: https://github.com/stdlib-js/strided-base-binary-signature-callbacks/actions/workflows/test.yml?query=branch:main
238238

239239
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-base-binary-signature-callbacks/main.svg
240240
[coverage-url]: https://codecov.io/github/stdlib-js/strided-base-binary-signature-callbacks?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"@stdlib/complex-base-wrap-function": "^0.2.2",
4141
"@stdlib/complex-float32-ctor": "^0.0.2",
4242
"@stdlib/complex-float64-ctor": "^0.0.3",
43-
"@stdlib/strided-base-dtype-resolve-str": "^0.2.1",
43+
"@stdlib/strided-base-dtype-resolve-str": "^0.2.2",
4444
"@stdlib/types": "^0.3.2"
4545
},
4646
"devDependencies": {
4747
"@stdlib/assert-is-array": "^0.2.2",
4848
"@stdlib/assert-is-complex128": "^0.2.2",
4949
"@stdlib/assert-is-complex64": "^0.2.2",
5050
"@stdlib/assert-is-function-array": "^0.2.2",
51-
"@stdlib/complex-float32-base-add": "github:stdlib-js/complex-float32-base-add#main",
52-
"@stdlib/complex-float64-base-add": "github:stdlib-js/complex-float64-base-add#main",
51+
"@stdlib/complex-float32-base-add": "^0.1.0",
52+
"@stdlib/complex-float64-base-add": "^0.1.0",
5353
"@stdlib/complex-float64-imag": "^0.1.1",
5454
"@stdlib/complex-float64-real": "^0.1.1",
55-
"@stdlib/math-base-ops-add": "^0.2.1",
56-
"@stdlib/strided-base-binary-dtype-signatures": "^0.2.1",
55+
"@stdlib/math-base-ops-add": "^0.2.2",
56+
"@stdlib/strided-base-binary-dtype-signatures": "^0.2.2",
5757
"@stdlib/strided-dtypes": "^0.3.0",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)