Skip to content

Commit efbb2b5

Browse files
committed
Auto-generated commit
1 parent d7d2fde commit efbb2b5

File tree

5 files changed

+121
-7
lines changed

5 files changed

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

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-base-accessors/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+
- [`08b8c12`](https://github.com/stdlib-js/stdlib/commit/08b8c12c27209c0bb0d4ac136b469c5617572d17) - refactor declarations to use generics
50+
51+
</section>
52+
53+
<!-- /.features -->
54+
55+
<section class="bug-fixes">
56+
57+
### Bug Fixes
58+
59+
- [`9ad6e2a`](https://github.com/stdlib-js/stdlib/commit/9ad6e2a5d18d9ced0565de200e57129551298dd1) - change default type to `unknown`
60+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
61+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
62+
- [`5ab331a`](https://github.com/stdlib-js/stdlib/commit/5ab331a76c352231b3f053b171bc3dbfc62a21b1) - fix return type
63+
64+
</section>
65+
66+
<!-- /.bug-fixes -->
67+
68+
<section class="breaking-changes">
69+
70+
### BREAKING CHANGES
71+
72+
- [`08b8c12`](https://github.com/stdlib-js/stdlib/commit/08b8c12c27209c0bb0d4ac136b469c5617572d17): refactor declarations to use generics
73+
74+
</section>
75+
76+
<!-- /.breaking-changes -->
77+
78+
<section class="commits">
79+
80+
### Commits
81+
82+
<details>
83+
84+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
85+
- [`c5a68f2`](https://github.com/stdlib-js/stdlib/commit/c5a68f2cd116578b2964b05681bd75b33da39607) - **build:** remove tslint directives _(by Philipp Burckhardt)_
86+
- [`9ad6e2a`](https://github.com/stdlib-js/stdlib/commit/9ad6e2a5d18d9ced0565de200e57129551298dd1) - **fix:** change default type to `unknown` _(by Athan Reines)_
87+
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
88+
- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
89+
- [`5ab331a`](https://github.com/stdlib-js/stdlib/commit/5ab331a76c352231b3f053b171bc3dbfc62a21b1) - **fix:** fix return type _(by Athan Reines)_
90+
- [`08b8c12`](https://github.com/stdlib-js/stdlib/commit/08b8c12c27209c0bb0d4ac136b469c5617572d17) - **feat:** refactor declarations to use generics _(by Athan Reines)_
91+
92+
</details>
93+
94+
</section>
95+
96+
<!-- /.commits -->
97+
98+
<section class="contributors">
99+
100+
### Contributors
101+
102+
A total of 2 people contributed to this release. Thank you to the following contributors:
103+
104+
- Athan Reines
105+
- Philipp Burckhardt
106+
107+
</section>
108+
109+
<!-- /.contributors -->
110+
111+
</section>
112+
113+
<!-- /.release -->
114+

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <[email protected]>
6363
Raunak Kumar Gupta <[email protected]>
6464
Rejoan Sardar <[email protected]>
6565
Ricky Reusser <[email protected]>
66+
Ridam Garg <[email protected]>
6667
Robert Gislason <[email protected]>
6768
Roman Stetsyk <[email protected]>
6869
@@ -75,7 +76,7 @@ Shraddheya Shendre <[email protected]>
7576
Shubh Mehta <[email protected]>
7677
Shubham Mishra <[email protected]>
7778
Sivam Das <[email protected]>
78-
Snehil Shah <[email protected].com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <[email protected]>
8081
Spandan Barve <[email protected]>
8182
Stephannie Jiménez Gacha <[email protected]>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@stdlib/array-complex64": "^0.2.1",
5353
"@stdlib/array-float64": "^0.2.1",
5454
"@stdlib/assert-is-plain-object": "^0.2.1",
55-
"@stdlib/complex-float32-ctor": "github:stdlib-js/complex-float32-ctor#main",
56-
"@stdlib/complex-imagf": "^0.2.1",
57-
"@stdlib/complex-realf": "^0.2.1",
55+
"@stdlib/complex-float32-ctor": "^0.0.1",
56+
"@stdlib/complex-float32-imag": "github:stdlib-js/complex-float32-imag#main",
57+
"@stdlib/complex-float32-real": "github:stdlib-js/complex-float32-real#main",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"istanbul": "^0.4.1",
6060
"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 getter = require( '@stdlib/array-base-getter' );
3030
var setter = require( '@stdlib/array-base-setter' );
3131
var accessorGetter = require( '@stdlib/array-base-accessor-getter' );

0 commit comments

Comments
 (0)