Skip to content

Commit 6e5dd6f

Browse files
committed
Auto-generated commit
1 parent e7f6db4 commit 6e5dd6f

File tree

5 files changed

+27
-87
lines changed

5 files changed

+27
-87
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:47:48.604Z

.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: 14 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +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-26)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_
16-
- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

@@ -27,7 +26,7 @@
2726

2827
A total of 1 person contributed to this release. Thank you to this contributor:
2928

30-
- Philipp Burckhardt
29+
- Athan Reines
3130

3231
</section>
3332

@@ -37,46 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
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-21)
41+
## 0.2.2 (2024-07-26)
4342

4443
No changes reported for this release.
4544

4645
</section>
4746

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

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

60-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
61-
- [`8ef1f9e`](https://github.com/stdlib-js/stdlib/commit/8ef1f9eb45527886ba9b0c341704c8ffe6cffbb3) - **docs:** update related packages sections [(#1233)](https://github.com/stdlib-js/stdlib/pull/1233) _(by stdlib-bot)_
51+
## 0.2.1 (2024-02-21)
6252

63-
</details>
53+
No changes reported for this release.
6454

6555
</section>
6656

67-
<!-- /.commits -->
68-
69-
<section class="contributors">
70-
71-
### Contributors
72-
73-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7458

75-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
7660

77-
</section>
61+
## 0.2.0 (2024-02-14)
7862

79-
<!-- /.contributors -->
63+
No changes reported for this release.
8064

8165
</section>
8266

@@ -96,54 +80,7 @@ No changes reported for this release.
9680

9781
## 0.1.0 (2023-09-22)
9882

99-
<section class="features">
100-
101-
### Features
102-
103-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
104-
105-
</section>
106-
107-
<!-- /.features -->
108-
109-
<section class="breaking-changes">
110-
111-
### BREAKING CHANGES
112-
113-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
114-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
115-
116-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
117-
118-
</section>
119-
120-
<!-- /.breaking-changes -->
121-
122-
<section class="commits">
123-
124-
### Commits
125-
126-
<details>
127-
128-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
129-
130-
</details>
131-
132-
</section>
133-
134-
<!-- /.commits -->
135-
136-
<section class="contributors">
137-
138-
### Contributors
139-
140-
A total of 1 person contributed to this release. Thank you to this contributor:
141-
142-
- Philipp Burckhardt
143-
144-
</section>
145-
146-
<!-- /.contributors -->
83+
No changes reported for this release.
14784

14885
</section>
14986

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
180180
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float32-base-to-uint32.svg
181181
[npm-url]: https://npmjs.org/package/@stdlib/number-float32-base-to-uint32
182182

183-
[test-image]: https://github.com/stdlib-js/number-float32-base-to-uint32/actions/workflows/test.yml/badge.svg?branch=v0.2.2
184-
[test-url]: https://github.com/stdlib-js/number-float32-base-to-uint32/actions/workflows/test.yml?query=branch:v0.2.2
183+
[test-image]: https://github.com/stdlib-js/number-float32-base-to-uint32/actions/workflows/test.yml/badge.svg?branch=main
184+
[test-url]: https://github.com/stdlib-js/number-float32-base-to-uint32/actions/workflows/test.yml?query=branch:main
185185

186186
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float32-base-to-uint32/main.svg
187187
[coverage-url]: https://codecov.io/github/stdlib-js/number-float32-base-to-uint32?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@stdlib/constants-float32-ninf": "^0.2.1",
42-
"@stdlib/constants-float32-pinf": "^0.2.1",
43-
"@stdlib/constants-uint32-max": "^0.2.1",
44-
"@stdlib/math-base-assert-is-nan": "^0.2.1",
45-
"@stdlib/math-base-assert-is-negative-zero": "^0.2.1",
46-
"@stdlib/math-base-special-round": "^0.2.1",
47-
"@stdlib/number-float64-base-to-float32": "^0.2.1",
41+
"@stdlib/constants-float32-ninf": "^0.2.2",
42+
"@stdlib/constants-float32-pinf": "^0.2.2",
43+
"@stdlib/constants-uint32-max": "^0.2.2",
44+
"@stdlib/math-base-assert-is-nan": "^0.2.2",
45+
"@stdlib/math-base-assert-is-negative-zero": "^0.2.2",
46+
"@stdlib/math-base-special-round": "^0.3.0",
47+
"@stdlib/number-float64-base-to-float32": "^0.2.2",
4848
"@stdlib/random-base-randu": "^0.2.1",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",
5151
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
52-
"@stdlib/bench-harness": "^0.2.1"
52+
"@stdlib/bench-harness": "^0.2.2"
5353
},
5454
"engines": {
5555
"node": ">=0.10.0",

0 commit comments

Comments
 (0)