Skip to content

Commit c04f3e8

Browse files
committed
Release v0.3.2
1 parent f93f3ae commit c04f3e8

File tree

7 files changed

+149
-23
lines changed

7 files changed

+149
-23
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

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

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/slice-base-sargs2multislice/releases) for the changelog.
5+
<section class="release" id="v0.3.2">
6+
7+
## 0.3.2 (2024-07-27)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`ec98887`](https://github.com/stdlib-js/stdlib/commit/ec9888724c28aa7218d88ff62b91b71c0089c559) - **docs:** update related packages sections [(#2241)](https://github.com/stdlib-js/stdlib/pull/2241) _(by stdlib-bot)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
</section>
24+
25+
<!-- /.release -->
26+
27+
<section class="release" id="v0.3.1">
28+
29+
## 0.3.1 (2024-02-24)
30+
31+
No changes reported for this release.
32+
33+
</section>
34+
35+
<!-- /.release -->
36+
37+
<section class="release" id="v0.3.0">
38+
39+
## 0.3.0 (2024-02-14)
40+
41+
No changes reported for this release.
42+
43+
</section>
44+
45+
<!-- /.release -->
46+
47+
<section class="release" id="v0.2.0">
48+
49+
## 0.2.0 (2023-10-18)
50+
51+
<section class="commits">
52+
53+
### Commits
54+
55+
<details>
56+
57+
- [`03dcf4a`](https://github.com/stdlib-js/stdlib/commit/03dcf4ad4b075bb39da308a8b563f3ea4fb6a2f3) - **docs:** remove private annotation _(by Athan Reines)_
58+
59+
</details>
60+
61+
</section>
62+
63+
<!-- /.commits -->
64+
65+
<section class="contributors">
66+
67+
### Contributors
68+
69+
A total of 1 person contributed to this release. Thank you to this contributor:
70+
71+
- Athan Reines
72+
73+
</section>
74+
75+
<!-- /.contributors -->
76+
77+
</section>
78+
79+
<!-- /.release -->
80+
81+
<section class="release" id="v0.1.0">
82+
83+
## 0.1.0 (2023-10-14)
84+
85+
<section class="features">
86+
87+
### Features
88+
89+
- [`3a90e24`](https://github.com/stdlib-js/stdlib/commit/3a90e24c422825361969798c83a2c00ed91674fe) - add `slice/base/sargs2multislice`
90+
91+
</section>
92+
93+
<!-- /.features -->
94+
95+
<section class="commits">
96+
97+
### Commits
98+
99+
<details>
100+
101+
- [`3a90e24`](https://github.com/stdlib-js/stdlib/commit/3a90e24c422825361969798c83a2c00ed91674fe) - **feat:** add `slice/base/sargs2multislice` _(by Athan Reines)_
102+
103+
</details>
104+
105+
</section>
106+
107+
<!-- /.commits -->
108+
109+
<section class="contributors">
110+
111+
### Contributors
112+
113+
A total of 1 person contributed to this release. Thank you to this contributor:
114+
115+
- Athan Reines
116+
117+
</section>
118+
119+
<!-- /.contributors -->
120+
121+
</section>
122+
123+
<!-- /.release -->
124+

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
@@ -222,8 +222,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
222222
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-sargs2multislice.svg
223223
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-sargs2multislice
224224

225-
[test-image]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml/badge.svg?branch=main
226-
[test-url]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml?query=branch:main
225+
[test-image]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml/badge.svg?branch=v0.3.2
226+
[test-url]: https://github.com/stdlib-js/slice-base-sargs2multislice/actions/workflows/test.yml?query=branch:v0.3.2
227227

228228
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-sargs2multislice/main.svg
229229
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-sargs2multislice?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/slice-base-sargs2multislice",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,14 +38,14 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/slice-base-str2multislice": "^0.2.1",
41-
"@stdlib/string-base-replace": "^0.2.1",
41+
"@stdlib/string-base-replace": "^0.2.2",
4242
"@stdlib/types": "^0.3.2"
4343
},
4444
"devDependencies": {
4545
"@stdlib/assert-is-multi-slice": "^0.2.1",
4646
"@stdlib/assert-is-slice": "^0.2.1",
47-
"@stdlib/slice-ctor": "^0.2.1",
48-
"@stdlib/slice-multi": "^0.2.1",
47+
"@stdlib/slice-ctor": "^0.2.2",
48+
"@stdlib/slice-multi": "^0.2.2",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",
5151
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)