Skip to content

Commit fc8c19b

Browse files
committed
Auto-generated commit
1 parent 8a85d8b commit fc8c19b

File tree

7 files changed

+36
-58
lines changed

7 files changed

+36
-58
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:44:36.145Z

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

.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: 25 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-26)
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-21)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
5+
<section class="release" id="unreleased">
266

27-
## 0.2.0 (2024-02-14)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3616

3717
</details>
3818

@@ -46,7 +26,7 @@ No changes reported for this release.
4626

4727
A total of 1 person contributed to this release. Thank you to this contributor:
4828

49-
- Philipp Burckhardt
29+
- Athan Reines
5030

5131
</section>
5232

@@ -56,66 +36,61 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5636

5737
<!-- /.release -->
5838

59-
<section class="release" id="v0.1.1">
39+
<section class="release" id="v0.2.2">
6040

61-
## 0.1.1 (2023-10-03)
41+
## 0.2.2 (2024-07-26)
6242

6343
No changes reported for this release.
6444

6545
</section>
6646

6747
<!-- /.release -->
6848

69-
<section class="release" id="v0.1.0">
49+
<section class="release" id="v0.2.1">
7050

71-
## 0.1.0 (2023-09-22)
51+
## 0.2.1 (2024-02-21)
7252

7353
No changes reported for this release.
7454

7555
</section>
7656

7757
<!-- /.release -->
7858

79-
<section class="release" id="v0.0.1">
80-
81-
## 0.0.1 (2023-09-21)
82-
83-
<section class="features">
59+
<section class="release" id="v0.2.0">
8460

85-
### Features
61+
## 0.2.0 (2024-02-14)
8662

87-
- [`fb675fb`](https://github.com/stdlib-js/stdlib/commit/fb675fbc61cba0109a05cf2fb9025a96f387ef91) - add `slice/base/slice2seq`
63+
No changes reported for this release.
8864

8965
</section>
9066

91-
<!-- /.features -->
67+
<!-- /.release -->
9268

93-
<section class="commits">
69+
<section class="release" id="v0.1.1">
9470

95-
### Commits
71+
## 0.1.1 (2023-10-03)
9672

97-
<details>
73+
No changes reported for this release.
9874

99-
- [`a269a74`](https://github.com/stdlib-js/stdlib/commit/a269a7480b3994ad5e5cbf1a4c96702c7b9f5e91) - **docs:** fix missing import _(by Athan Reines)_
100-
- [`fb675fb`](https://github.com/stdlib-js/stdlib/commit/fb675fbc61cba0109a05cf2fb9025a96f387ef91) - **feat:** add `slice/base/slice2seq` _(by Athan Reines)_
75+
</section>
10176

102-
</details>
77+
<!-- /.release -->
10378

104-
</section>
79+
<section class="release" id="v0.1.0">
10580

106-
<!-- /.commits -->
81+
## 0.1.0 (2023-09-22)
10782

108-
<section class="contributors">
83+
No changes reported for this release.
10984

110-
### Contributors
85+
</section>
11186

112-
A total of 1 person contributed to this release. Thank you to this contributor:
87+
<!-- /.release -->
11388

114-
- Athan Reines
89+
<section class="release" id="v0.0.1">
11590

116-
</section>
91+
## 0.0.1 (2023-09-21)
11792

118-
<!-- /.contributors -->
93+
No changes reported for this release.
11994

12095
</section>
12196

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
218218
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-slice2seq.svg
219219
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-slice2seq
220220

221-
[test-image]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml/badge.svg?branch=v0.2.2
222-
[test-url]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml?query=branch:v0.2.2
221+
[test-image]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml/badge.svg?branch=main
222+
[test-url]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml?query=branch:main
223223

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"@stdlib/types": "^0.3.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/assert-is-string": "^0.2.1",
44-
"@stdlib/slice-ctor": "^0.2.1",
43+
"@stdlib/assert-is-string": "^0.2.2",
44+
"@stdlib/slice-ctor": "^0.2.2",
4545
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4646
"istanbul": "^0.4.1",
4747
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
48-
"@stdlib/bench-harness": "^0.2.1"
48+
"@stdlib/bench-harness": "^0.2.2"
4949
},
5050
"engines": {
5151
"node": ">=0.10.0",

0 commit comments

Comments
 (0)