Skip to content

Commit 688ff47

Browse files
committed
Release v0.2.2
1 parent f0425bf commit 688ff47

File tree

9 files changed

+288
-50
lines changed

9 files changed

+288
-50
lines changed

.github/workflows/productionize.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
9595
fi
9696
97-
# Configure git:
98-
- name: 'Configure git'
97+
# Configure Git:
98+
- name: 'Configure Git'
9999
run: |
100100
git config --local user.email "noreply@stdlib.io"
101101
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191
# Pin action to full length commit SHA
192192
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194-
# Configure git:
195-
- name: 'Configure git'
194+
# Configure Git:
195+
- name: 'Configure Git'
196196
run: |
197197
git config --local user.email "noreply@stdlib.io"
198198
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
366366
# Pin action to full length commit SHA
367367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368368

369-
# Configure git:
370-
- name: 'Configure git'
369+
# Configure Git:
370+
- name: 'Configure Git'
371371
run: |
372372
git config --local user.email "noreply@stdlib.io"
373373
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
539539
# Pin action to full length commit SHA
540540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541541

542-
# Configure git:
543-
- name: 'Configure git'
542+
# Configure Git:
543+
- name: 'Configure Git'
544544
run: |
545545
git config --local user.email "noreply@stdlib.io"
546546
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
735735
echo "bump=true" >> $GITHUB_OUTPUT
736736
fi
737737
738-
# Configure git:
739-
- name: 'Configure git'
738+
# Configure Git:
739+
- name: 'Configure Git'
740740
if: steps.check-if-bump.outputs.bump
741741
run: |
742742
git config --local user.email "noreply@stdlib.io"

.github/workflows/publish.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
node-version: 20
7373
timeout-minutes: 5
7474

75-
# Configure git:
76-
- name: 'Configure git'
75+
# Configure Git:
76+
- name: 'Configure Git'
7777
run: |
7878
git config --local user.email "noreply@stdlib.io"
7979
git config --local user.name "stdlib-bot"
@@ -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}"
@@ -202,7 +206,7 @@ jobs:
202206
# Publish package to npm:
203207
- name: 'Publish package to npm'
204208
# Pin action to full length commit SHA
205-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
206210
with:
207211
token: ${{ secrets.NPM_TOKEN }}
208212
access: public

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ shrinkwrap = false
2727
# Disable automatically "saving" dependencies on install:
2828
save = false
2929

30-
# Generate provenance metadata:
31-
provenance = true
30+
# Do not generate provenance metadata:
31+
provenance = false

CHANGELOG.md

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

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/ndarray-dispatch/releases) for the changelog.
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-29)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
39+
<section class="release" id="v0.2.1">
40+
41+
## 0.2.1 (2024-02-25)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
49+
<section class="release" id="v0.2.0">
50+
51+
## 0.2.0 (2024-02-15)
52+
53+
<section class="bug-fixes">
54+
55+
### Bug Fixes
56+
57+
- [`f204b3f`](https://github.com/stdlib-js/stdlib/commit/f204b3fd61259968e39e91aa3579df62c6fda2ca) - resolve type declaration typo by removing stray lint directive [(#1133)](https://github.com/stdlib-js/stdlib/pull/1133)
58+
- [`e3a8985`](https://github.com/stdlib-js/stdlib/commit/e3a898537dc0ff2e08c24fbb5a6e58c6394fcd0c) - move links
59+
60+
</section>
61+
62+
<!-- /.bug-fixes -->
63+
64+
<section class="commits">
65+
66+
### Commits
67+
68+
<details>
69+
70+
- [`f04074a`](https://github.com/stdlib-js/stdlib/commit/f04074abd0c151f1b92c58b8cd71ecb9279803e0) - **docs:** update related packages sections [(#1276)](https://github.com/stdlib-js/stdlib/pull/1276) _(by stdlib-bot)_
71+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
72+
- [`398a2ac`](https://github.com/stdlib-js/stdlib/commit/398a2ac65d2291cf7ea630f3a5665c6395502792) - **docs:** update related packages sections [(#1228)](https://github.com/stdlib-js/stdlib/pull/1228) _(by stdlib-bot)_
73+
- [`f204b3f`](https://github.com/stdlib-js/stdlib/commit/f204b3fd61259968e39e91aa3579df62c6fda2ca) - **fix:** resolve type declaration typo by removing stray lint directive [(#1133)](https://github.com/stdlib-js/stdlib/pull/1133) _(by Daniel Killenberger)_
74+
- [`6a9cc0e`](https://github.com/stdlib-js/stdlib/commit/6a9cc0e47fa5783053f8fd2895ea76f5deea0829) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
75+
- [`5497c40`](https://github.com/stdlib-js/stdlib/commit/5497c40ce46dfa7c4de64d15526ba794446487e2) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
76+
- [`6b34523`](https://github.com/stdlib-js/stdlib/commit/6b3452322174342479d6c8b3277c3efee65d4cc0) - **docs:** update links _(by Athan Reines)_
77+
- [`e3a8985`](https://github.com/stdlib-js/stdlib/commit/e3a898537dc0ff2e08c24fbb5a6e58c6394fcd0c) - **fix:** move links _(by Athan Reines)_
78+
- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_
79+
- [`279034e`](https://github.com/stdlib-js/stdlib/commit/279034eddb4b9ec511c6001f2c120b9c34bf3cfd) - **refactor:** use accessor utility _(by Athan Reines)_
80+
81+
</details>
82+
83+
</section>
84+
85+
<!-- /.commits -->
86+
87+
<section class="contributors">
88+
89+
### Contributors
90+
91+
A total of 3 people contributed to this release. Thank you to the following contributors:
92+
93+
- Athan Reines
94+
- Daniel Killenberger
95+
- Philipp Burckhardt
96+
97+
</section>
98+
99+
<!-- /.contributors -->
100+
101+
</section>
102+
103+
<!-- /.release -->
104+
105+
<section class="release" id="v0.1.0">
106+
107+
## 0.1.0 (2023-09-24)
108+
109+
<section class="features">
110+
111+
### Features
112+
113+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
114+
115+
</section>
116+
117+
<!-- /.features -->
118+
119+
<section class="breaking-changes">
120+
121+
### BREAKING CHANGES
122+
123+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
124+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
125+
126+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
127+
128+
</section>
129+
130+
<!-- /.breaking-changes -->
131+
132+
<section class="commits">
133+
134+
### Commits
135+
136+
<details>
137+
138+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
139+
- [`ab5d324`](https://github.com/stdlib-js/stdlib/commit/ab5d324b547870938b21ebdeecc1f7fda132f321) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
140+
141+
</details>
142+
143+
</section>
144+
145+
<!-- /.commits -->
146+
147+
<section class="contributors">
148+
149+
### Contributors
150+
151+
A total of 1 person contributed to this release. Thank you to this contributor:
152+
153+
- Philipp Burckhardt
154+
155+
</section>
156+
157+
<!-- /.contributors -->
158+
159+
</section>
160+
161+
<!-- /.release -->
162+
163+
<section class="release" id="v0.0.6">
164+
165+
## 0.0.6 (2022-02-16)
166+
167+
No changes reported for this release.
168+
169+
</section>
170+
171+
<!-- /.release -->
172+
173+
<section class="release" id="v0.0.5">
174+
175+
## 0.0.5 (2021-08-23)
176+
177+
No changes reported for this release.
178+
179+
</section>
180+
181+
<!-- /.release -->
182+
183+
<section class="release" id="v0.0.4">
184+
185+
## 0.0.4 (2021-07-07)
186+
187+
No changes reported for this release.
188+
189+
</section>
190+
191+
<!-- /.release -->
192+
193+
<section class="release" id="v0.0.3">
194+
195+
## 0.0.3 (2021-06-27)
196+
197+
No changes reported for this release.
198+
199+
</section>
200+
201+
<!-- /.release -->
202+
203+
<section class="release" id="v0.0.2">
204+
205+
## 0.0.2 (2021-06-16)
206+
207+
No changes reported for this release.
208+
209+
</section>
210+
211+
<!-- /.release -->
212+
213+
<section class="release" id="v0.0.1">
214+
215+
## 0.0.1 (2021-06-15)
216+
217+
No changes reported for this release.
218+
219+
</section>
220+
221+
<!-- /.release -->
222+

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Frank Kovacs <fran70kk@gmail.com>
2727
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2828
Gunj Joshi <gunjjoshi8372@gmail.com>
2929
Harshita Kalani <harshitakalani02@gmail.com>
30+
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3031
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3132
James Gelok <jdgelok@gmail.com>
3233
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -50,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
5051
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5152
NightKnight <Ahmedatwa866@yahoo.com>
5253
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
54+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5355
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5456
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5557
Philipp Burckhardt <pburckhardt@outlook.com>
@@ -62,6 +64,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6264
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6365
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6466
Ricky Reusser <rsreusser@gmail.com>
67+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6568
Robert Gislason <gztown2216@yahoo.com>
6669
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6770
Rutam <138517416+performant23@users.noreply.github.com>
@@ -74,7 +77,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7477
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7578
Shubham Mishra <shubh622005@gmail.com>
7679
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
77-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
80+
Snehil Shah <snehilshah.989@gmail.com>
7881
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
7982
Spandan Barve <contact@marsian.dev>
8083
Stephannie Jiménez Gacha <steff456@hotmail.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
334334
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-dispatch.svg
335335
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-dispatch
336336

337-
[test-image]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml/badge.svg?branch=main
338-
[test-url]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml?query=branch:main
337+
[test-image]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml/badge.svg?branch=v0.2.2
338+
[test-url]: https://github.com/stdlib-js/ndarray-dispatch/actions/workflows/test.yml?query=branch:v0.2.2
339339

340340
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-dispatch/main.svg
341341
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-dispatch?branch=main

dist/index.js

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)