Skip to content

Commit b25f77f

Browse files
committed
Auto-generated commit
1 parent 7802ced commit b25f77f

6 files changed

Lines changed: 56 additions & 11 deletions

File tree

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ indent_style = tab
165165
indent_style = space
166166
indent_size = 2
167167
168+
# Ignore generated lock files for GitHub Agentic Workflows:
169+
[*.lock.yml]
170+
charset = unset
171+
end_of_line = unset
172+
indent_style = unset
173+
indent_size = unset
174+
trim_trailing_whitespace = unset
175+
insert_final_newline = unset
176+
168177
# Set properties for GYP files:
169178
[binding.gyp]
170179
indent_style = space

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ Makefile linguist-vendored
6464

6565
# Configure files which should be included in GitHub language statistics:
6666
docs/types/*.d.ts -linguist-documentation
67+
68+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-03-27)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3bf34ec`](https://github.com/stdlib-js/stdlib/commit/3bf34ec6df7f894f7cbee125eb3f655ebb2d6a4e) - **chore:** fix typos, grammar, and minor issues across multiple packages [(#11167)](https://github.com/stdlib-js/stdlib/pull/11167) _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.1">
640

741
## 0.1.1 (2026-02-08)

README.md

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

201-
[test-image]: https://github.com/stdlib-js/ndarray-base-copy/actions/workflows/test.yml/badge.svg?branch=v0.1.1
202-
[test-url]: https://github.com/stdlib-js/ndarray-base-copy/actions/workflows/test.yml?query=branch:v0.1.1
201+
[test-image]: https://github.com/stdlib-js/ndarray-base-copy/actions/workflows/test.yml/badge.svg?branch=main
202+
[test-url]: https://github.com/stdlib-js/ndarray-base-copy/actions/workflows/test.yml?query=branch:main
203203

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

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import copy = require( './index' );
4343
copy( zeros( 'generic', sh, ord ) ); // $ExpectType genericndarray<number>
4444
}
4545

46-
// The compiler throws an error if the function is provided a first argument is not an ndarray...
46+
// The compiler throws an error if the function is provided a first argument which is not an ndarray...
4747
{
4848
copy( '10' ); // $ExpectError
4949
copy( 10 ); // $ExpectError

package.json

Lines changed: 8 additions & 8 deletions
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-assign": "^0.2.0",
40+
"@stdlib/ndarray-base-assign": "^0.2.1",
4141
"@stdlib/ndarray-base-empty-like": "^0.3.1",
4242
"@stdlib/types": "^0.4.3"
4343
},
@@ -55,18 +55,18 @@
5555
"@stdlib/array-uint8": "^0.2.3",
5656
"@stdlib/array-uint8c": "^0.2.3",
5757
"@stdlib/assert-instance-of": "^0.3.1",
58-
"@stdlib/assert-is-ndarray-like": "^0.2.2",
59-
"@stdlib/ndarray-array": "^0.2.2",
58+
"@stdlib/assert-is-ndarray-like": "^0.2.3",
59+
"@stdlib/ndarray-array": "^0.2.3",
6060
"@stdlib/ndarray-base-assert-is-equal-data-type": "^0.1.1",
61-
"@stdlib/ndarray-base-ctor": "^0.3.0",
62-
"@stdlib/ndarray-base-zeros": "^0.3.0",
63-
"@stdlib/ndarray-ctor": "^0.3.0",
61+
"@stdlib/ndarray-base-ctor": "^0.3.1",
62+
"@stdlib/ndarray-base-zeros": "^0.3.1",
63+
"@stdlib/ndarray-ctor": "^0.3.1",
6464
"@stdlib/ndarray-data-buffer": "^0.2.3",
6565
"@stdlib/ndarray-dtype": "^0.2.3",
6666
"@stdlib/ndarray-order": "^0.2.3",
6767
"@stdlib/ndarray-shape": "^0.2.3",
68-
"@stdlib/ndarray-to-array": "^0.2.1",
69-
"@stdlib/random-array-bernoulli": "^0.2.1",
68+
"@stdlib/ndarray-to-array": "^0.2.2",
69+
"@stdlib/random-array-bernoulli": "^0.2.2",
7070
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7171
"istanbul": "^0.4.1",
7272
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)