Skip to content

Commit 6e9710e

Browse files
committed
Auto-generated commit
1 parent 9fcffb7 commit 6e9710e

File tree

5 files changed

+22
-84
lines changed

5 files changed

+22
-84
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:50:53.785Z

.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 & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +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-
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
16-
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
17-
- [`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)_
1816

1917
</details>
2018

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

3937
<!-- /.release -->
4038

41-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4240

43-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4442

4543
No changes reported for this release.
4644

4745
</section>
4846

4947
<!-- /.release -->
5048

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

61-
- [`b496b72`](https://github.com/stdlib-js/stdlib/commit/b496b72595355b5a794c940bd7f81ea5223b91bd) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
62-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-24)
6352

64-
</details>
53+
No changes reported for this release.
6554

6655
</section>
6756

68-
<!-- /.commits -->
69-
70-
<section class="contributors">
71-
72-
### Contributors
73-
74-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7558

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

78-
</section>
61+
## 0.2.0 (2024-02-14)
7962

80-
<!-- /.contributors -->
63+
No changes reported for this release.
8164

8265
</section>
8366

@@ -87,55 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
8770

8871
## 0.1.0 (2023-09-24)
8972

90-
<section class="features">
91-
92-
### Features
93-
94-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
95-
96-
</section>
97-
98-
<!-- /.features -->
99-
100-
<section class="breaking-changes">
101-
102-
### BREAKING CHANGES
103-
104-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
105-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
106-
107-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
108-
109-
</section>
110-
111-
<!-- /.breaking-changes -->
112-
113-
<section class="commits">
114-
115-
### Commits
116-
117-
<details>
118-
119-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
120-
- [`ab5d324`](https://github.com/stdlib-js/stdlib/commit/ab5d324b547870938b21ebdeecc1f7fda132f321) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
121-
122-
</details>
123-
124-
</section>
125-
126-
<!-- /.commits -->
127-
128-
<section class="contributors">
129-
130-
### Contributors
131-
132-
A total of 1 person contributed to this release. Thank you to this contributor:
133-
134-
- Philipp Burckhardt
135-
136-
</section>
137-
138-
<!-- /.contributors -->
73+
No changes reported for this release.
13974

14075
</section>
14176

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
727727
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-ctor.svg
728728
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-ctor
729729

730-
[test-image]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml/badge.svg?branch=v0.2.2
731-
[test-url]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml?query=branch:v0.2.2
730+
[test-image]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml/badge.svg?branch=main
731+
[test-url]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml?query=branch:main
732732

733733
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-ctor/main.svg
734734
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-ctor?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-buffer": "^0.2.1",
41-
"@stdlib/array-dataview": "^0.2.1",
40+
"@stdlib/array-buffer": "^0.2.2",
41+
"@stdlib/array-dataview": "^0.2.2",
4242
"@stdlib/array-uint8": "^0.2.2",
4343
"@stdlib/assert-has-bigint-support": "^0.2.2",
4444
"@stdlib/assert-is-little-endian": "^0.2.2",
@@ -60,8 +60,8 @@
6060
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
6161
},
6262
"devDependencies": {
63-
"@stdlib/array-complex128": "^0.2.1",
64-
"@stdlib/array-complex64": "^0.2.1",
63+
"@stdlib/array-complex128": "^0.3.0",
64+
"@stdlib/array-complex64": "^0.3.0",
6565
"@stdlib/array-float32": "^0.2.2",
6666
"@stdlib/array-float64": "^0.2.2",
6767
"@stdlib/assert-has-own-property": "^0.2.2",

0 commit comments

Comments
 (0)