8000 Auto-generated commit · stdlib-js/ndarray-base-dtype2c@2d6aa1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d6aa1a

Browse files
committed
Auto-generated commit
1 parent 31b46b6 commit 2d6aa1a

File tree

5 files changed

+21
-56
lines changed

5 files changed

+21
-56
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:31:54.176Z

.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: 15 additions & 53 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-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`41a5c49`](https://github.com/stdlib-js/stdlib/commit/41a5c4954cc46899abfe20145987627b2e86fc94) - **test:** update tests in `ndarray/base/*` to support boolean dtypes [(#2505)](https://github.com/stdlib-js/stdlib/pull/2505) _(by Jaysukh Makvana, Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -24,10 +24,9 @@
2424

2525
### Contributors
2626

27-
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:
2828

2929
- Athan Reines
30-
- Jaysukh Makvana
3130

3231
</section>
3332

@@ -37,78 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
3736

3837
<!-- /.release -->
3938

40-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4140

42-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4342

4443
No changes reported for this release.
4544

4645
</section>
4746

4847
<!-- /.release -->
4948

50-
<section class="release" id="v0.2.0">
49+
<section class="release" id="v0.2.1">
5150

52-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-24)
5352

5453
No changes reported for this release.
5554

5655
</section>
5756

5857
<!-- /.release -->
5958

60-
<section class="release" id="v0.1.0">
61-
62-
## 0.1.0 (2023-09-23)
63-
64-
<section class="features">
65-
66-
### Features
67-
68-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
69-
70-
</section>
71-
72-
<!-- /.features -->
73-
74-
<section class="breaking-changes">
75-
76-
### BREAKING CHANGES
77-
78-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
79-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
80-
81-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
82-
83-
</section>
84-
85-
<!-- /.breaking-changes -->
86-
87-
<section class="commits">
88-
89-
### Commits
90-
91-
<details>
59+
<section class="release" id="v0.2.0">
9260

93-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9462

95-
</details>
63+
No changes reported for this release.
9664

9765
</section>
9866

99-
<!-- /.commits -->
100-
101-
<section class="contributors">
102-
103-
### Contributors
104-
105-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10668

107-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
10870

109-
</section>
71+
## 0.1.0 (2023-09-23)
11072

111-
<!-- /.contributors -->
73+
No changes reported for this release.
11274

11375
</section>
11476

README.md

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

198-
[test-image]: https://github.com/stdlib-js/ndarray-base-dtype2c/actions/workflows/test.yml/badge.svg?branch=v0.2.2
199-
[test-url]: https://github.com/stdlib-js/ndarray-base-dtype2c/actions/workflows/test.yml?query=branch:v0.2.2
198+
[test-image]: https://github.com/stdlib-js/ndarray-base-dtype2c/actions/workflows/test.yml/badge.svg?branch=main
199+
[test-url]: https://github.com/stdlib-js/ndarray-base-dtype2c/actions/workflows/test.yml?query=branch:main
200200

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/ndarray-base-dtype-resolve-str": "^0.2.1"
40+
"@stdlib/ndarray-base-dtype-resolve-str": "^0.2.2"
4141
},
4242
"devDependencies": {
4343
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)
0