From 5addbce89a97a0e4315fb20b748d203a0b238e35 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 25 Feb 2024 19:38:21 +0000 Subject: [PATCH] Release v0.2.1 --- CONTRIBUTORS | 5 +++++ README.md | 4 ++-- package.json | 20 ++++++++++---------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 726c1ec..72675ad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ # # Contributors listed in alphabetical order. +Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> Ali Salesi Amit Jimiwal Athan Reines @@ -13,6 +14,7 @@ Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs +GUNJ JOSHI Harshita Kalani James Gelok Jaysukh Makvana @@ -21,6 +23,7 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Karthik Prakash <116057817+skoriop@users.noreply.github.com> Marcus Fantham Matt Cochrane Milan Raj @@ -29,6 +32,7 @@ Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami Ricky Reusser Robert Gislason @@ -36,6 +40,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre +Spandan Barve <114365550+marsian83@users.noreply.github.com> Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> diff --git a/README.md b/README.md index 6579fd9..0f9ff39 100644 --- a/README.md +++ b/README.md @@ -212,8 +212,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/array-ones.svg [npm-url]: https://npmjs.org/package/@stdlib/array-ones -[test-image]: https://github.com/stdlib-js/array-ones/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/array-ones/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/array-ones/actions/workflows/test.yml/badge.svg?branch=v0.2.1 +[test-url]: https://github.com/stdlib-js/array-ones/actions/workflows/test.yml?query=branch:v0.2.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-ones/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/array-ones?branch=main diff --git a/package.json b/package.json index 739f60e..26e5e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/array-ones", - "version": "0.2.0", + "version": "0.2.1", "description": "Create an array filled with ones and having a specified length.", "license": "Apache-2.0", "author": { @@ -37,16 +37,16 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/array-defaults": "^0.2.0", - "@stdlib/array-full": "^0.2.0", - "@stdlib/complex-float32": "^0.2.0", - "@stdlib/complex-float64": "^0.2.0", + "@stdlib/array-defaults": "^0.2.1", + "@stdlib/array-full": "^0.2.1", + "@stdlib/complex-float32": "^0.2.1", + "@stdlib/complex-float64": "^0.2.1", "@stdlib/types": "^0.3.2" }, "devDependencies": { "@stdlib/array-complex128": "^0.2.0", "@stdlib/array-complex64": "^0.2.0", - "@stdlib/array-dtypes": "^0.2.0", + "@stdlib/array-dtypes": "^0.2.1", "@stdlib/array-float32": "^0.2.1", "@stdlib/array-float64": "^0.2.1", "@stdlib/array-int16": "^0.2.1", @@ -58,15 +58,15 @@ "@stdlib/array-uint8c": "^0.2.1", "@stdlib/assert-instance-of": "^0.2.1", "@stdlib/assert-is-array": "^0.2.1", - "@stdlib/assert-is-typed-array": "^0.2.0", - "@stdlib/assert-is-typed-array-like": "^0.2.0", - "@stdlib/math-base-special-pow": "^0.2.0", + "@stdlib/assert-is-typed-array": "^0.2.1", + "@stdlib/assert-is-typed-array-like": "^0.2.1", + "@stdlib/math-base-special-pow": "^0.2.1", "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", "@stdlib/strided-base-reinterpret-complex64": "^0.2.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", - "@stdlib/bench-harness": "^0.2.0" + "@stdlib/bench-harness": "^0.2.1" }, "engines": { "node": ">=0.10.0",