Skip to content

Commit 2dd07a5

Browse files
committed
Auto-generated commit
1 parent 7b35217 commit 2dd07a5

File tree

7 files changed

+34
-79
lines changed

7 files changed

+34
-79
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:42.123Z

.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: 22 additions & 70 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)
5+
<section class="release" id="unreleased">
86

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">
26-
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,79 +36,51 @@ 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.0">
60-
61-
## 0.1.0 (2023-10-14)
62-
63-
<section class="commits">
64-
65-
### Commits
66-
67-
<details>
39+
<section class="release" id="v0.2.2">
6840

69-
- [`10e5804`](https://github.com/stdlib-js/stdlib/commit/10e580403bf59ce515d0e954dfeb722080d00cd1) - **docs:** fix typo _(by Athan Reines)_
41+
## 0.2.2 (2024-07-26)
7042

71-
</details>
43+
No changes reported for this release.
7244

7345
</section>
7446

75-
<!-- /.commits -->
76-
77-
<section class="contributors">
78-
79-
### Contributors
80-
81-
A total of 1 person contributed to this release. Thank you to this contributor:
47+
<!-- /.release -->
8248

83-
- Athan Reines
49+
<section class="release" id="v0.2.1">
8450

85-
</section>
51+
## 0.2.1 (2024-02-21)
8652

87-
<!-- /.contributors -->
53+
No changes reported for this release.
8854

8955
</section>
9056

9157
<!-- /.release -->
9258

93-
<section class="release" id="v0.0.1">
94-
95-
## 0.0.1 (2023-10-03)
96-
97-
<section class="features">
59+
<section class="release" id="v0.2.0">
9860

99-
### Features
61+
## 0.2.0 (2024-02-14)
10062

101-
- [`82bf60c`](https://github.com/stdlib-js/stdlib/commit/82bf60cfa5bf8e3f33b8558d41b699d3f30cd483) - add `slice/base/reduced-dimensions`
63+
No changes reported for this release.
10264

10365
</section>
10466

105-
<!-- /.features -->
106-
107-
<section class="commits">
108-
109-
### Commits
67+
<!-- /.release -->
11068

111-
<details>
69+
<section class="release" id="v0.1.0">
11270

113-
- [`82bf60c`](https://github.com/stdlib-js/stdlib/commit/82bf60cfa5bf8e3f33b8558d41b699d3f30cd483) - **feat:** add `slice/base/reduced-dimensions` _(by Athan Reines)_
71+
## 0.1.0 (2023-10-14)
11472

115-
</details>
73+
No changes reported for this release.
11674

11775
</section>
11876

119-
<!-- /.commits -->
120-
121-
<section class="contributors">
122-
123-
### Contributors
124-
125-
A total of 1 person contributed to this release. Thank you to this contributor:
77+
<!-- /.release -->
12678

127-
- Athan Reines
79+
<section class="release" id="v0.0.1">
12880

129-
</section>
81+
## 0.0.1 (2023-10-03)
13082

131-
<!-- /.contributors -->
83+
No changes reported for this release.
13284

13385
</section>
13486

README.md

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

202-
[test-image]: https://github.com/stdlib-js/slice-base-reduced-dimensions/actions/workflows/test.yml/badge.svg?branch=v0.2.2
203-
[test-url]: https://github.com/stdlib-js/slice-base-reduced-dimensions/actions/workflows/test.yml?query=branch:v0.2.2
202+
[test-image]: https://github.com/stdlib-js/slice-base-reduced-dimensions/actions/workflows/test.yml/badge.svg?branch=main
203+
[test-url]: https://github.com/stdlib-js/slice-base-reduced-dimensions/actions/workflows/test.yml?query=branch:main
204204

205205
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-reduced-dimensions/main.svg
206206
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-reduced-dimensions?branch=main

package.json

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

0 commit comments

Comments
 (0)