Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 23, 2023
1 parent f7969d1 commit dcb1286
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-shape.svg
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-shape

[test-image]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml/badge.svg?branch=v0.0.1
[test-url]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml?query=branch:v0.0.1
[test-image]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml?query=branch:v0.1.0

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-shape/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-shape?branch=main
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/slice-base-shape",
"version": "0.0.1",
"version": "0.1.0",
"description": "Compute the shape of a normalized multi-slice.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,15 +37,15 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/slice-base-length": "github:stdlib-js/slice-base-length#main",
"@stdlib/types": "^0.0.14"
"@stdlib/slice-base-length": "^0.1.0",
"@stdlib/types": "^0.1.0"
},
"devDependencies": {
"@stdlib/assert-is-nonnegative-integer-array": "^0.0.8",
"@stdlib/bench": "^0.0.12",
"@stdlib/slice-base-normalize-multi-slice": "^0.0.1",
"@stdlib/slice-ctor": "github:stdlib-js/slice-ctor#main",
"@stdlib/slice-multi": "github:stdlib-js/slice-multi#main",
"@stdlib/assert-is-nonnegative-integer-array": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/slice-base-normalize-multi-slice": "^0.1.0",
"@stdlib/slice-ctor": "^0.1.0",
"@stdlib/slice-multi": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
Expand Down

0 comments on commit dcb1286

Please sign in to comment.