Skip to content

Commit 985a22f

Browse files
committed
Auto-generated commit
1 parent 688fb20 commit 985a22f

File tree

9 files changed

+269
-57
lines changed

9 files changed

+269
-57
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: 182 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,185 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/array-ones/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-21)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
16+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
17+
18+
</details>
19+
20+
</section>
21+
22+
<!-- /.commits -->
23+
24+
<section class="contributors">
25+
26+
### Contributors
27+
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
29+
30+
- Athan Reines
31+
- Philipp Burckhardt
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+
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
50+
51+
</section>
52+
53+
<!-- /.features -->
54+
55+
<section class="commits">
56+
57+
### Commits
58+
59+
<details>
60+
61+
- [`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317) _(by Philipp Burckhardt, Athan Reines)_
62+
63+
</details>
64+
65+
</section>
66+
67+
<!-- /.commits -->
68+
69+
<section class="contributors">
70+
71+
### Contributors
72+
73+
A total of 2 people contributed to this release. Thank you to the following contributors:
74+
75+
- Athan Reines
76+
- Philipp Burckhardt
77+
78+
</section>
79+
80+
<!-- /.contributors -->
81+
82+
</section>
83+
84+
<!-- /.release -->
85+
86+
<section class="release" id="v0.2.0">
87+
88+
## 0.2.0 (2024-02-15)
89+
90+
<section class="commits">
91+
92+
### Commits
93+
94+
<details>
95+
96+
- [`5bccefd`](https://github.com/stdlib-js/stdlib/commit/5bccefdc8448f0d2b4dac92d58f41677998dd3e1) - **refactor:** query default dtype _(by Athan Reines)_
97+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
98+
99+
</details>
100+
101+
</section>
102+
103+
<!-- /.commits -->
104+
105+
<section class="contributors">
106+
107+
### Contributors
108+
109+
A total of 1 person contributed to this release. Thank you to this contributor:
110+
111+
- Athan Reines
112+
113+
</section>
114+
115+
<!-- /.contributors -->
116+
117+
</section>
118+
119+
<!-- /.release -->
120+
121+
<section class="release" id="v0.1.0">
122+
123+
## 0.1.0 (2023-09-24)
124+
125+
<section class="features">
126+
127+
### Features
128+
129+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
130+
131+
</section>
132+
133+
<!-- /.features -->
134+
135+
<section class="breaking-changes">
136+
137+
### BREAKING CHANGES
138+
139+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
140+
141+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
142+
143+
</section>
144+
145+
<!-- /.breaking-changes -->
146+
147+
<section class="commits">
148+
149+
### Commits
150+
151+
<details>
152+
153+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
154+
155+
</details>
156+
157+
</section>
158+
159+
<!-- /.commits -->
160+
161+
<section class="contributors">
162+
163+
### Contributors
164+
165+
A total of 1 person contributed to this release. Thank you to this contributor:
166+
167+
- Philipp Burckhardt
168+
169+
</section>
170+
171+
<!-- /.contributors -->
172+
173+
</section>
174+
175+
<!-- /.release -->
176+
177+
<section class="release" id="v0.0.1">
178+
179+
## 0.0.1 (2022-02-16)
180+
181+
No changes reported for this release.
182+
183+
</section>
184+
185+
<!-- /.release -->
186+

CONTRIBUTORS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -26,17 +27,20 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2627
Frank Kovacs <fran70kk@gmail.com>
2728
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2829
Gunj Joshi <gunjjoshi8372@gmail.com>
30+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2931
Harshita Kalani <harshitakalani02@gmail.com>
3032
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3133
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3234
James Gelok <jdgelok@gmail.com>
3335
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
36+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3437
Jithin KS <jithinks112@gmail.com>
3538
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3639
Joey Reed <joeyrreed@gmail.com>
3740
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3841
Joris Labie <joris.labie1@gmail.com>
3942
Justin Dennison <justin1dennison@gmail.com>
43+
Kaif Mohd <mdkaifprofession@gmail.com>
4044
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4145
Khaldon <kahmd1444@gmail.com>
4246
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -46,11 +50,13 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4650
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4751
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4852
Milan Raj <rajsite@users.noreply.github.com>
53+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4954
Momtchil Momtchev <momtchil@momtchev.com>
5055
Muhammad Haris <harriskhan047@outlook.com>
5156
Naresh Jagadeesan <naresh.naresh000@gmail.com>
5257
NightKnight <Ahmedatwa866@yahoo.com>
5358
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
59+
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
5460
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
5561
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
5662
Philipp Burckhardt <pburckhardt@outlook.com>
@@ -63,27 +69,31 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6369
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6470
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6571
Ricky Reusser <rsreusser@gmail.com>
72+
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6673
Robert Gislason <gztown2216@yahoo.com>
6774
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6875
Rutam <138517416+performant23@users.noreply.github.com>
6976
Ryan Seal <splrk@users.noreply.github.com>
7077
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
78+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7179
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7280
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7381
Shivam <11shivam00@gmail.com>
7482
Shraddheya Shendre <shendreshraddheya@gmail.com>
7583
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7684
Shubham Mishra <shubh622005@gmail.com>
7785
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78-
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
86+
Snehil Shah <snehilshah.989@gmail.com>
7987
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8088
Spandan Barve <contact@marsian.dev>
8189
Stephannie Jiménez Gacha <steff456@hotmail.com>
8290
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8391
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8492
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
93+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8594
Utkarsh <http://utkarsh11105@gmail.com>
8695
Utkarsh Raj <rajutkarsh2505@gmail.com>
96+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
8797
Varad Gupta <varadgupta21@gmail.com>
8898
Xiaochuan Ye <tap91624@gmail.com>
8999
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
@@ -92,3 +102,4 @@ nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
92102
orimiles5 <97595296+orimiles5@users.noreply.github.com>
93103
rainn <88160429+AmCodesLame@users.noreply.github.com>
94104
rei2hu <reimu@reimu.ws>
105+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

dist/index.js

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

0 commit comments

Comments
 (0)