8000 Auto-generated commit · stdlib-js/array-from-iterator@ff8ccd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff8ccd5

Browse files
committed
Auto-generated commit
1 parent 290ec11 commit ff8ccd5

File tree

5 files changed

+96
-7
lines changed

5 files changed

+96
-7
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"

CHANGELOG.md

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,88 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-from-iterator/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-07-17)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
16+
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
17+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
18+
19+
</details>
20+
21+
</section>
22+
23+
<!-- /.commits -->
24+
25+
<section class="contributors">
26+
27+
### Contributors
28+
29+
A total of 1 person contributed to this release. Thank you to this contributor:
30+
31+
- Athan Reines
32+
33+
</section>
34+
35+
<!-- /.contributors -->
36+
37+
</section>
38+
39+
<!-- /.release -->
40+
41+
<section class="release" id="v0.2.1">
42+
43+
## 0.2.1 (2024-02-25)
44+
45+
<section class="bug-fixes">
46+
47+
### Bug Fixes
48+
< E864 code>49+
- [`dd9f8bb`](https://github.com/stdlib-js/stdlib/commit/dd9f8bb4e90a35fcb439ea3dca1124ad44a59f9e) - add missing `this` parameter
50+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
51+
52+
</section>
53+
54+
<!-- /.bug-fixes -->
55+
56+
<section class="commits">
57+
58+
### Commits
59+
60+
<details>
61+
62+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
63+
- [`dd9f8bb`](https://github.com/stdlib-js/stdlib/commit/dd9f8bb4e90a35fcb439ea3dca1124ad44a59f9e) - **fix:** add missing `this` parameter _(by Athan Reines)_
64+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
65+
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
66+
67+
</details>
68+
69+
</section>
70+
71+
<!-- /.commits -->
72+
73+
<section class="contributors">
74+
75+
### Contributors
76+
77+
A total of 2 people contributed to this release. Thank you to the following contributors:
78+
79+
- Athan Reines
80+
- Philipp Burckhardt
81+
82+
</section>
83+
84+
<!-- /.contributors -->
85+
86+
</section>
87+
88+
<!-- /.release -->
89+

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6363
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565
Ricky Reusser <rsreusser@gmail.com>
66+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667
Robert Gislason <gztown2216@yahoo.com>
6768
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677
Shubham Mishra <shubh622005@gmail.com>
7778
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081
Spandan Barve <contact@marsian.dev>
8182
Stephannie Jiménez Gacha <steff456@hotmail.com>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"@stdlib/array-float64": "^0.2.1",
5454
"@stdlib/array-to-iterator": "^0.2.1",
5555
"@stdlib/assert-is-array": "^0.2.1",
56-
"@stdlib/complex-float32-ctor": "github:stdlib-js/complex-float32-ctor#main",
57-
"@stdlib/complex-imagf": "^0.2.1",
58-
"@stdlib/complex-realf": "^0.2.1",
56+
"@stdlib/complex-float32-ctor": "^0.0.1",
57+
"@stdlib/complex-float32-imag": "github:stdlib-js/complex-float32-imag#main",
58+
"@stdlib/complex-float32-real": "github:stdlib-js/complex-float32-real#main",
5959
"@stdlib/random-iter-randu": "^0.2.1",
6060
"@stdlib/utils-noop": "^0.2.1",
6161
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ var Float64Array = require( '@stdlib/array-float64' );
2727
var Complex64Array = require( '@stdlib/array-complex64' );
2828
var array2iterator = require( '@stdlib/array-to-iterator' );
2929
var Complex64 = require( '@stdlib/complex-float32-ctor' );
30-
var realf = require( '@stdlib/complex-realf' );
31-
var imagf = require( '@stdlib/complex-imagf' );
30+
var realf = require( '@stdlib/complex-float32-real' );
31+
var imagf = require( '@stdlib/complex-float32-imag' );
3232
var iterator2array = require( './../lib' );
3333

3434

0 commit comments

Comments
 (0)
0