Skip to content

Commit e5edf05

Browse files
committed
Auto-generated commit
1 parent 1b92712 commit e5edf05

File tree

5 files changed

+130
-7
lines changed

5 files changed

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

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-base-arraylike2object/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+
- [`8c4e1d2`](https://github.com/stdlib-js/stdlib/commit/8c4e1d2103aab77e648e66bfeb8f297c39f16528) - add support for returning the array data type
50+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
51+
- [`d620bbd`](https://github.com/stdlib-js/stdlib/commit/d620bbd6e1b0670f18ed87df4f98db017cc9df8f) - refactor declarations to use generics
52+
53+
</section>
54+
55+
<!-- /.features -->
56+
57+
<section class="bug-fixes">
58+
59+
### Bug Fixes
60+
61+
- [`dd6d9e4`](https://github.com/stdlib-js/stdlib/commit/dd6d9e48fb0de33eae92b1dfb59d6ce00987acd5) - convert default type to `unknown`
62+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
63+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
64+
65+
</section>
66+
67+
<!-- /.bug-fixes -->
68+
69+
<section class="breaking-changes">
70+
71+
### BREAKING CHANGES
72+
73+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
74+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
75+
76+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
77+
78+
- [`d620bbd`](https://github.com/stdlib-js/stdlib/commit/d620bbd6e1b0670f18ed87df4f98db017cc9df8f): refactor declarations to use generics
79+
80+
</section>
81+
82+
<!-- /.breaking-changes -->
83+
84+
<section class="commits">
85+
86+
### Commits
87+
88+
<details>
89+
90+
- [`57ddb32`](https://github.com/stdlib-js/stdlib/commit/57ddb32db28da6d1869d958bc4cd306b846232fc) - **docs:** update Markdown stdlib package URLs [(#1307)](https://github.com/stdlib-js/stdlib/pull/1307) _(by stdlib-bot)_
91+
- [`8c4e1d2`](https://github.com/stdlib-js/stdlib/commit/8c4e1d2103aab77e648e66bfeb8f297c39f16528) - **feat:** add support for returning the array data type _(by Athan Reines)_
92+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
93+
- [`c5a68f2`](https://github.com/stdlib-js/stdlib/commit/c5a68f2cd116578b2964b05681bd75b33da39607) - **build:** remove tslint directives _(by Philipp Burckhardt)_
94+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
95+
- [`dd6d9e4`](https://github.com/stdlib-js/stdlib/commit/dd6d9e48fb0de33eae92b1dfb59d6ce00987acd5) - **fix:** convert default type to `unknown` _(by Athan Reines)_
96+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
97+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
98+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
99+
- [`d620bbd`](https://github.com/stdlib-js/stdlib/commit/d620bbd6e1b0670f18ed87df4f98db017cc9df8f) - **feat:** refactor declarations to use generics _(by Athan Reines)_
100+
101+
</details>
102+
103+
</section>
104+
105+
<!-- /.commits -->
106+
107+
<section class="contributors">
108+
109+
### Contributors
110+
111+
A total of 2 people contributed to this release. Thank you to the following contributors:
112+
113+
- Athan Reines
114+
- Philipp Burckhardt
115+
116+
</section>
117+
118+
<!-- /.contributors -->
119+
120+
</section>
121+
122+
<!-- /.release -->
123+

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
@@ -50,9 +50,9 @@
5050
"@stdlib/array-complex64": "^0.2.1",
5151
"@stdlib/array-float64": "^0.2.1",
5252
"@stdlib/assert-is-collection": "^0.2.1",
53-
"@stdlib/complex-float32-ctor": "github:stdlib-js/complex-float32-ctor#main",
54-
"@stdlib/complex-imagf": "^0.2.1",
55-
"@stdlib/complex-realf": "^0.2.1",
53+
"@stdlib/complex-float32-ctor": "^0.0.1",
54+
"@stdlib/complex-float32-imag": "github:stdlib-js/complex-float32-imag#main",
55+
"@stdlib/complex-float32-real": "github:stdlib-js/complex-float32-real#main",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ var tape = require( 'tape' );
2424
var Float64Array = require( '@stdlib/array-float64' );
2525
var Complex64Array = require( '@stdlib/array-complex64' );
2626
var Complex64 = require( '@stdlib/complex-float32-ctor' );
27-
var realf = require( '@stdlib/complex-realf' );
28-
var imagf = require( '@stdlib/complex-imagf' );
27+
var realf = require( '@stdlib/complex-float32-real' );
28+
var imagf = require( '@stdlib/complex-float32-imag' );
2929
var arraylike2object = require( './../lib' );
3030

3131

0 commit comments

Comments
 (0)