Skip to content

Commit 73bf5f5

Browse files
committed
Auto-generated commit
1 parent 9614413 commit 73bf5f5

File tree

4 files changed

+21
-73
lines changed

4 files changed

+21
-73
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:04:42.903Z

CHANGELOG.md

Lines changed: 13 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +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-29)
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-
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
17-
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
18-
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1916

2017
</details>
2118

@@ -39,47 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3936

4037
<!-- /.release -->
4138

42-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4340

44-
## 0.2.1 (2024-02-25)
41+
## 0.2.2 (2024-07-29)
4542

4643
No changes reported for this release.
4744

4845
</section>
4946

5047
<!-- /.release -->
5148

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

62-
- [`8414978`](https://github.com/stdlib-js/stdlib/commit/841497835659ea4c07e4b77b6750525763424763) - **test:** fix array instantiation and resolve lint errors _(by Athan Reines)_
63-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-25)
6452

65-
</details>
53+
No changes reported for this release.
6654

6755
</section>
6856

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

77-
- Athan Reines
78-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
7960

80-
</section>
61+
## 0.2.0 (2024-02-14)
8162

82-
<!-- /.contributors -->
63+
No changes reported for this release.
8364

8465
</section>
8566

@@ -89,41 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
8970

9071
## 0.1.0 (2023-11-23)
9172

92-
<section class="features">
93-
94-
### Features
95-
96-
- [`d52aa7d`](https://github.com/stdlib-js/stdlib/commit/d52aa7d3c90a96bf90271f455258db92e277923b) - add `array/base/resolve-getter`
97-
98-
</section>
99-
100-
<!-- /.features -->
101-
102-
<section class="commits">
103-
104-
### Commits
105-
106-
<details>
107-
108-
- [`d52aa7d`](https://github.com/stdlib-js/stdlib/commit/d52aa7d3c90a96bf90271f455258db92e277923b) - **feat:** add `array/base/resolve-getter` _(by Athan Reines)_
109-
110-
</details>
111-
112-
</section>
113-
114-
<!-- /.commits -->
115-
116-
<section class="contributors">
117-
118-
### Contributors
119-
120-
A total of 1 person contributed to this release. Thank you to this contributor:
121-
122-
- Athan Reines
123-
124-
</section>
125-
126-
<!-- /.contributors -->
73+
No changes reported for this release.
12774

12875
</section>
12976

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
218218
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-resolve-getter.svg
219219
[npm-url]: https://npmjs.org/package/@stdlib/array-base-resolve-getter
220220

221-
[test-image]: https://github.com/stdlib-js/array-base-resolve-getter/actions/workflows/test.yml/badge.svg?branch=v0.2.2
222-
[test-url]: https://github.com/stdlib-js/array-base-resolve-getter/actions/workflows/test.yml?query=branch:v0.2.2
221+
[test-image]: https://github.com/stdlib-js/array-base-resolve-getter/actions/workflows/test.yml/badge.svg?branch=main
222+
[test-url]: https://github.com/stdlib-js/array-base-resolve-getter/actions/workflows/test.yml?query=branch:main
223223

224224
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-resolve-getter/main.svg
225225
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-resolve-getter?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-accessor-getter": "^0.2.1",
40+
"@stdlib/array-base-accessor-getter": "^0.2.2",
4141
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
4242
"@stdlib/array-base-getter": "^0.2.2",
43-
"@stdlib/array-dtype": "^0.2.1",
43+
"@stdlib/array-dtype": "^0.3.0",
4444
"@stdlib/types": "^0.3.2"
4545
},
4646
"devDependencies": {
47-
"@stdlib/array-base-accessor": "^0.2.1",
47+
"@stdlib/array-base-accessor": "^0.2.2",
4848
"@stdlib/array-base-zero-to": "^0.2.1",
49-
"@stdlib/array-complex128": "^0.2.1",
50-
"@stdlib/array-complex64": "^0.2.1",
49+
"@stdlib/array-complex128": "^0.3.0",
50+
"@stdlib/array-complex64": "^0.3.0",
5151
"@stdlib/array-filled": "^0.2.1",
5252
"@stdlib/array-filled-by": "^0.2.1",
5353
"@stdlib/array-typed-real-dtypes": "^0.2.2",

0 commit comments

Comments
 (0)