File tree Expand file tree Collapse file tree 5 files changed +96
-7
lines changed Expand file tree Collapse file tree 5 files changed +96
-7
lines changed Original file line number Diff line number Diff line change 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}"
Original file line number Diff line number Diff line change 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+
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+
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6363Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565Ricky Reusser <rsreusser@gmail.com>
66+ Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667Robert Gislason <gztown2216@yahoo.com>
6768Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677Shubham Mishra <shubh622005@gmail.com>
7778Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78- Snehil Shah <130062020+Snehil-Shah@users.noreply.github .com>
79+ Snehil Shah <snehilshah.989@gmail .com>
7980Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081Spandan Barve <contact@marsian.dev>
8182Stephannie Jiménez Gacha <steff456@hotmail.com>
Original file line number Diff line number Diff line change 5353
D636
"@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" ,
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ var Float64Array = require( '@stdlib/array-float64' );
2727var Complex64Array = require ( '@stdlib/array-complex64' ) ;
2828var array2iterator = require ( '@stdlib/array-to-iterator' ) ;
2929var 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 ' ) ;
3232var iterator2array = require ( './../lib' ) ;
3333
3434
You can’t perform that action at this time.
0 commit comments