Skip to content

Commit d3b5c2a

Browse files
committed
Auto-generated commit
1 parent b5ae6af commit d3b5c2a

5 files changed

Lines changed: 22 additions & 37 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:22:20.000Z

.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: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

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

7-
## 0.0.2 (2024-07-27)
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-
- [`659f752`](https://github.com/stdlib-js/stdlib/commit/659f752db18317bf5fc237fdbcad0d74b61e1ed9) - **style:** add missing spaces _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

1917
</details>
2018

@@ -26,10 +24,9 @@
2624

2725
### Contributors
2826

29-
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:
3028

3129
- Athan Reines
32-
- Philipp Burckhardt
3330

3431
</section>
3532

@@ -39,36 +36,21 @@ A total of 2 people contributed to this release. Thank you to the following cont
3936

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

42-
<section class="release" id="v0.0.1">
43-
44-
## 0.0.1 (2024-06-04)
45-
46-
<section class="commits">
47-
48-
### Commits
49-
50-
<details>
39+
<section class="release" id="v0.0.2">
5140

52-
- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(#2269)](https://github.com/stdlib-js/stdlib/pull/2269) _(by stdlib-bot)_
53-
- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
41+
## 0.0.2 (2024-07-27)
5442

55-
</details>
43+
No changes reported for this release.
5644

5745
</section>
5846

59-
<!-- /.commits -->
60-
61-
<section class="contributors">
62-
63-
### Contributors
64-
65-
A total of 1 person contributed to this release. Thank you to this contributor:
47+
<!-- /.release -->
6648

67-
- Athan Reines
49+
<section class="release" id="v0.0.1">
6850

69-
</section>
51+
## 0.0.1 (2024-06-04)
7052

71-
<!-- /.contributors -->
53+
No changes reported for this release.
7254

7355
</section>
7456

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
193193
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float64-parse.svg
194194
[npm-url]: https://npmjs.org/package/@stdlib/complex-float64-parse
195195

196-
[test-image]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml/badge.svg?branch=v0.0.2
197-
[test-url]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml?query=branch:v0.0.2
196+
[test-image]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml/badge.svg?branch=main
197+
[test-url]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml?query=branch:main
198198

199199
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64-parse/main.svg
200200
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64-parse?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/assert-is-string": "^0.2.2",
41-
"@stdlib/complex-float64-ctor": "^0.0.1",
41+
"@stdlib/complex-float64-ctor": "^0.0.3",
4242
"@stdlib/string-base-replace": "^0.2.2",
4343
"@stdlib/string-format": "^0.2.2",
4444
"@stdlib/types": "^0.3.2",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4646
},
4747
"devDependencies": {
48-
"@stdlib/assert-is-complex128": "^0.2.1",
49-
"@stdlib/assert-is-same-complex128": "^0.2.1",
50-
"@stdlib/complex-float64-imag": "^0.1.0",
51-
"@stdlib/complex-float64-real": "^0.1.0",
48+
"@stdlib/assert-is-complex128": "^0.2.2",
49+
"@stdlib/assert-is-same-complex128": "^0.2.2",
50+
"@stdlib/complex-float64-imag": "^0.1.1",
51+
"@stdlib/complex-float64-real": "^0.1.1",
5252
"@stdlib/constants-float64-ninf": "^0.2.2",
5353
"@stdlib/constants-float64-pinf": "^0.2.2",
5454
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"istanbul": "^0.4.1",
5757
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
58-
"@stdlib/bench-harness": "^0.2.1"
58+
"@stdlib/bench-harness": "^0.2.2"
5959
},
6060
"engines": {
6161
"node": ">=0.10.0",

0 commit comments

Comments
 (0)