Skip to content

Commit 85113c4

Browse files
committed
Auto-generated commit
1 parent 3172158 commit 85113c4

File tree

5 files changed

+106
-7
lines changed

5 files changed

+106
-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: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,98 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-to-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="features">
46+
47+
### Features
48+
49+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
50+
51+
</section>
52+
53+
<!-- /.features -->
54+
55+
<section class="breaking-changes">
56+
57+
### BREAKING CHANGES
58+
59+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
60+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
61+
62+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
63+
64+
</section>
65+
66+
<!-- /.breaking-changes -->
67+
68+
<section class="commits">
69+
70+
### Commits
71+
72+
<details>
73+
74+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
75+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
76+
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
77+
78+
</details>
79+
80+
</section>
81+
82+
<!-- /.commits -->
83+
84+
<section class="contributors">
85+
86+
### Contributors
87+
88+
A total of 1 person contributed to this release. Thank you to this contributor:
89+
90+
- Philipp Burckhardt
91+
92+
</section>
93+
94+
<!-- /.contributors -->
95+
96+
</section>
97+
98+
<!-- /.release -->
99+

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-complex64": "^0.2.1",
5454
"@stdlib/array-float64": "^0.2.1",
5555
"@stdlib/assert-is-iterator-like": "^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/math-base-assert-is-nan": "^0.2.1",
6060
"@stdlib/random-base-randu": "^0.2.1",
6161
"@stdlib/utils-inmap": "^0.2.1",

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ var proxyquire = require( 'proxyquire' );
2525
var iteratorSymbol = require( '@stdlib/symbol-iterator' );
2626
var noop = require( '@stdlib/utils-noop' );
2727
var Complex64Array = require( '@stdlib/array-complex64' );
28-
var realf = require( '@stdlib/complex-realf' );
29-
var imagf = require( '@stdlib/complex-imagf' );
28+
var realf = require( '@stdlib/complex-float32-real' );
29+
var imagf = require( '@stdlib/complex-float32-imag' );
3030
var Complex64 = require( '@stdlib/complex-float32-ctor' );
3131
var array2iterator = require( './../lib' );
3232

0 commit comments

Comments
 (0)