File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

7-
## (2024-06-18)
7+
## 0.0.1 (2024-06-19)
88

99
<section class="features">
1010

Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
223223
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-put.svg
224224
[npm-url]: https://npmjs.org/package/@stdlib/array-put
225225

226-
[test-image]: https://.com/stdlib-js/array-put/actions/workflows/test.yml/badge.svg?branch=main
227-
[test-url]: https://.com/stdlib-js/array-put/actions/workflows/test.yml?query=branch:main
226+
[test-image]: https://.com/stdlib-js/array-put/actions/workflows/test.yml/badge.svg?branch=v0.0.1
227+
[test-url]: https://.com/stdlib-js/array-put/actions/workflows/test.yml?query=branch:v0.0.1
228228

229229
[coverage-image]: https://img.shields.io/codecov/c//stdlib-js/array-put/main.svg
230230
[coverage-url]: https://codecov.io//stdlib-js/array-put?branch=main
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-put",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Replace specified elements of an array with provided values.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,7 +40,7 @@
4040
"@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1",
4141
"@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.1",
4242
"@stdlib/array-base-assert-is-real-data-type": "^0.2.1",
43-
"@stdlib/array-base-put": ":stdlib-js/array-base-put#main",
43+
"@stdlib/array-base-put": "^0.0.1",
4444
"@stdlib/array-convert": "^0.2.1",
4545
"@stdlib/array-dtype": "^0.2.1",
4646
"@stdlib/assert-has-own-property": "^0.2.1",
@@ -57,7 +57,7 @@
5757
"@stdlib/array-base-linspace": "^0.2.1",
5858
"@stdlib/array-base-to-accessor-array": "^0.2.1",
5959
"@stdlib/array-base-zero-to": "^0.2.1",
60-
"@stdlib/array-bool": ":stdlib-js/array-bool#main",
60+
"@stdlib/array-bool": "^0.0.1",
6161
"@stdlib/array-complex128": "^0.2.1",
6262
"@stdlib/array-complex64": "^0.2.1",
6363
"@stdlib/array-float32": "^0.2.1",

0 commit comments

Comments
 (0)