Skip to content

Commit f8566fa

Browse files
committed
Release v0.2.2
1 parent b38987a commit f8566fa

File tree

8 files changed

+202
-25
lines changed

8 files changed

+202
-25
lines changed

.github/.keepalive

-1
This file was deleted.

.github/workflows/productionize.yml

+10-10
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"
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 "[email protected]"

.github/workflows/publish.yml

+3-3
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 "[email protected]"
7979
git config --local user.name "stdlib-bot"
@@ -206,7 +206,7 @@ jobs:
206206
# Publish package to npm:
207207
- name: 'Publish package to npm'
208208
# Pin action to full length commit SHA
209-
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
209+
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
210210
with:
211211
token: ${{ secrets.NPM_TOKEN }}
212212
access: public

.npmrc

+2-2
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

+180-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,47 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
66

7-
## Unreleased (2024-07-01)
7+
## 0.2.2 (2024-07-27)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-22)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
28+
29+
<section class="features">
30+
31+
### Features
32+
33+
- [`272081f`](https://github.com/stdlib-js/stdlib/commit/272081ff11f0b57f3d83f61abc409dbc3aa74821) - add support for a `normalize` index mode
34+
35+
</section>
36+
37+
<!-- /.features -->
838

939
<section class="commits">
1040

1141
### Commits
1242

1343
<details>
1444

15-
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
45+
- [`272081f`](https://github.com/stdlib-js/stdlib/commit/272081ff11f0b57f3d83f61abc409dbc3aa74821) - **feat:** add support for a `normalize` index mode _(by Athan Reines)_
1646

1747
</details>
1848

@@ -36,3 +66,150 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3666

3767
<!-- /.release -->
3868

69+
<section class="release" id="v0.1.1">
70+
71+
## 0.1.1 (2023-10-04)
72+
73+
No changes reported for this release.
74+
75+
</section>
76+
77+
<!-- /.release -->
78+
79+
<section class="release" id="v0.1.0">
80+
81+
## 0.1.0 (2023-09-22)
82+
83+
<section class="features">
84+
85+
### Features
86+
87+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
88+
89+
</section>
90+
91+
<!-- /.features -->
92+
93+
<section class="breaking-changes">
94+
95+
### BREAKING CHANGES
96+
97+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
98+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
99+
100+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
101+
102+
</section>
103+
104+
<!-- /.breaking-changes -->
105+
106+
<section class="commits">
107+
108+
### Commits
109+
110+
<details>
111+
112+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
113+
114+
</details>
115+
116+
</section>
117+
118+
<!-- /.commits -->
119+
120+
<section class="contributors">
121+
122+
### Contributors
123+
124+
A total of 1 person contributed to this release. Thank you to this contributor:
125+
126+
- Philipp Burckhardt
127+
128+
</section>
129+
130+
<!-- /.contributors -->
131+
132+
</section>
133+
134+
<!-- /.release -->
135+
136+
<section class="release" id="v0.0.8">
137+
138+
## 0.0.8 (2022-02-16)
139+
140+
No changes reported for this release.
141+
142+
</section>
143+
144+
<!-- /.release -->
145+
146+
<section class="release" id="v0.0.7">
147+
148+
## 0.0.7 (2021-08-22)
149+
150+
No changes reported for this release.
151+
152+
</section>
153+
154+
<!-- /.release -->
155+
156+
<section class="release" id="v0.0.6">
157+
158+
## 0.0.6 (2021-07-06)
159+
160+
No changes reported for this release.
161+
162+
</section>
163+
164+
<!-- /.release -->
165+
166+
<section class="release" id="v0.0.5">
167+
168+
## 0.0.5 (2021-06-27)
169+
170+
No changes reported for this release.
171+
172+
</section>
173+
174+
<!-- /.release -->
175+
176+
<section class="release" id="v0.0.4">
177+
178+
## 0.0.4 (2021-06-16)
179+
180+
No changes reported for this release.
181+
182+
</section>
183+
184+
<!-- /.release -->
185+
186+
<section class="release" id="v0.0.3">
187+
188+
## 0.0.3 (2021-06-15)
189+
190+
No changes reported for this release.
191+
192+
</section>
193+
194+
<!-- /.release -->
195+
196+
<section class="release" id="v0.0.2">
197+
198+
## 0.0.2 (2021-06-14)
199+
200+
No changes reported for this release.
201+
202+
</section>
203+
204+
<!-- /.release -->
205+
206+
<section class="release" id="v0.0.1">
207+
208+
## 0.0.1 (2021-06-14)
209+
210+
No changes reported for this release.
211+
212+
</section>
213+
214+
<!-- /.release -->
215+

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Muhammad Haris <[email protected]>
5151
Naresh Jagadeesan <[email protected]>
5252
NightKnight <[email protected]>
5353
Nithin Katta <[email protected]>
54+
Nourhan Hasan <[email protected]>
5455
Ognjen Jevremović <[email protected]>
5556
Oneday12323 <[email protected]>
5657
Philipp Burckhardt <[email protected]>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
204204
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-index-modes.svg
205205
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-index-modes
206206

207-
[test-image]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml/badge.svg?branch=main
208-
[test-url]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml?query=branch:main
207+
[test-image]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml/badge.svg?branch=v0.2.2
208+
[test-url]: https://github.com/stdlib-js/ndarray-index-modes/actions/workflows/test.yml?query=branch:v0.2.2
209209

210210
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-index-modes/main.svg
211211
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-index-modes?branch=main

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/ndarray-index-modes",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "List of ndarray index modes.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,13 +38,13 @@
3838
"url": "https://github.com/stdlib-js/stdlib/issues"
3939
},
4040
"dependencies": {
41-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
41+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
4242
"@stdlib/utils-library-manifest": "^0.2.1"
4343
},
4444
"devDependencies": {
45-
"@stdlib/assert-has-own-property": "^0.2.1",
45+
"@stdlib/assert-has-own-property": "^0.2.2",
4646
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
47-
"@stdlib/assert-is-string-array": "^0.2.1",
47+
"@stdlib/assert-is-string-array": "^0.2.2",
4848
"@stdlib/utils-index-of": "^0.2.1",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)