Skip to content

Commit b773436

Browse files
committed
Auto-generated commit
1 parent 75f4f68 commit b773436

File tree

2 files changed

+167
-16
lines changed

2 files changed

+167
-16
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T00:47:25.907Z
1+
2024-08-03T15:25:52.915Z

CHANGELOG.md

Lines changed: 166 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-08-03)
88

99
<section class="packages">
1010

@@ -14,26 +14,12 @@
1414

1515
<!-- /.packages -->
1616

17-
<section class="contributors">
18-
19-
### Contributors
20-
21-
A total of 1 person contributed to this release. Thank you to this contributor:
22-
23-
- Athan Reines
24-
25-
</section>
26-
27-
<!-- /.contributors -->
28-
2917
<section class="commits">
3018

3119
### Commits
3220

3321
<details>
3422

35-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
36-
3723
</details>
3824

3925
</section>
@@ -50,16 +36,43 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5036

5137
### Packages
5238

39+
<section class="package" id="number-int32-base-to-uint32-v0.2.2">
40+
41+
#### [@stdlib/number/int32/base/to-uint32](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base/to-uint32)
42+
43+
<details>
44+
45+
No changes reported for this release.</details>
46+
47+
</section>
48+
49+
<!-- /.package -->
50+
5351
</section>
5452

5553
<!-- /.packages -->
5654

55+
<section class="contributors">
56+
57+
### Contributors
58+
59+
A total of 1 person contributed to this release. Thank you to this contributor:
60+
61+
- Philipp Burckhardt
62+
63+
</section>
64+
65+
<!-- /.contributors -->
66+
5767
<section class="commits">
5868

5969
### Commits
6070

6171
<details>
6272

73+
- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_
74+
- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
75+
6376
</details>
6477

6578
</section>
@@ -94,16 +107,57 @@ A total of 1 person contributed to this release. Thank you to this contributor:
94107

95108
### Packages
96109

110+
<section class="package" id="number-int32-base-v0.2.0">
111+
112+
#### [@stdlib/number/int32/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base)
113+
114+
<details>
115+
116+
No changes reported for this release.</details>
117+
118+
</section>
119+
120+
<!-- /.package -->
121+
122+
<section class="package" id="number-int32-base-to-uint32-v0.2.0">
123+
124+
#### [@stdlib/number/int32/base/to-uint32](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base/to-uint32)
125+
126+
<details>
127+
128+
No changes reported for this release.</details>
129+
130+
</section>
131+
132+
<!-- /.package -->
133+
97134
</section>
98135

99136
<!-- /.packages -->
100137

138+
<section class="contributors">
139+
140+
### Contributors
141+
142+
A total of 1 person contributed to this release. Thank you to this contributor:
143+
144+
- Philipp Burckhardt
145+
146+
</section>
147+
148+
<!-- /.contributors -->
149+
101150
<section class="commits">
102151

103152
### Commits
104153

105154
<details>
106155

156+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
157+
- [`57d81e4`](https://github.com/stdlib-js/stdlib/commit/57d81e4c196065f6680f08f22aeccfdc6e590b8f) - **docs:** update related packages sections [(#1151)](https://github.com/stdlib-js/stdlib/pull/1151) _(by stdlib-bot)_
158+
- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
159+
- [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_
160+
107161
</details>
108162

109163
</section>
@@ -138,16 +192,113 @@ A total of 1 person contributed to this release. Thank you to this contributor:
138192

139193
### Packages
140194

195+
<section class="package" id="number-int32-base-v0.1.0">
196+
197+
#### [@stdlib/number/int32/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base)
198+
199+
<details>
200+
201+
<section class="features">
202+
203+
##### Features
204+
205+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
206+
207+
</section>
208+
209+
<!-- /.features -->
210+
211+
<section class="breaking-changes">
212+
213+
##### BREAKING CHANGES
214+
215+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
216+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
217+
218+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
219+
220+
</section>
221+
222+
<!-- /.breaking-changes -->
223+
224+
</details>
225+
226+
</section>
227+
228+
<!-- /.package -->
229+
230+
<section class="package" id="number-int32-base-to-uint32-v0.1.0">
231+
232+
#### [@stdlib/number/int32/base/to-uint32](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/int32/base/to-uint32)
233+
234+
<details>
235+
236+
<section class="features">
237+
238+
##### Features
239+
240+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
241+
242+
</section>
243+
244+
<!-- /.features -->
245+
246+
<section class="breaking-changes">
247+
248+
##### BREAKING CHANGES
249+
250+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
251+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
252+
253+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
254+
255+
</section>
256+
257+
<!-- /.breaking-changes -->
258+
259+
</details>
260+
261+
</section>
262+
263+
<!-- /.package -->
264+
141265
</section>
142266

143267
<!-- /.packages -->
144268

269+
<section class="breaking-changes">
270+
271+
### BREAKING CHANGES
272+
273+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
274+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
275+
276+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
277+
278+
</section>
279+
280+
<!-- /.breaking-changes -->
281+
282+
<section class="contributors">
283+
284+
### Contributors
285+
286+
A total of 1 person contributed to this release. Thank you to this contributor:
287+
288+
- Philipp Burckhardt
289+
290+
</section>
291+
292+
<!-- /.contributors -->
293+
145294
<section class="commits">
146295

147296
### Commits
148297

149298
<details>
150299

300+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
301+
151302
</details>
152303

153304
</section>

0 commit comments

Comments
 (0)