From 2912e5d62cd7a93173643be0f0296902d655ec11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Grimaud?= Date: Fri, 6 Mar 2026 17:10:07 +0100 Subject: [PATCH 1/3] chore: update repository references from a-ng-d to yelbolt --- CHANGELOG.md | 16 ++++++++-------- README.md | 2 +- package.json | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b72b9d..ba0175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,11 +65,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `doMap` module for numeric range remapping - Exported `Feature` and `Easing` TypeScript types -[0.8.1]: https://github.com/a-ng-d/unoff-utils/compare/v0.8.0...v0.8.1 -[0.8.0]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.3...v0.8.0 -[0.7.3]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.2...v0.7.3 -[0.7.2]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.1...v0.7.2 -[0.7.1]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.0...v0.7.1 -[0.7.0]: https://github.com/a-ng-d/unoff-utils/compare/v0.6.0...v0.7.0 -[0.6.0]: https://github.com/a-ng-d/unoff-utils/compare/v0.5.0...v0.6.0 -[0.5.0]: https://github.com/a-ng-d/unoff-utils/releases/tag/v0.5.0 +[0.8.1]: https://github.com/yelbolt/unoff-utils/compare/v0.8.0...v0.8.1 +[0.8.0]: https://github.com/yelbolt/unoff-utils/compare/v0.7.3...v0.8.0 +[0.7.3]: https://github.com/yelbolt/unoff-utils/compare/v0.7.2...v0.7.3 +[0.7.2]: https://github.com/yelbolt/unoff-utils/compare/v0.7.1...v0.7.2 +[0.7.1]: https://github.com/yelbolt/unoff-utils/compare/v0.7.0...v0.7.1 +[0.7.0]: https://github.com/yelbolt/unoff-utils/compare/v0.6.0...v0.7.0 +[0.6.0]: https://github.com/yelbolt/unoff-utils/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/yelbolt/unoff-utils/releases/tag/v0.5.0 diff --git a/README.md b/README.md index 188024b..0e3f7f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GitHub package.json version](https://img.shields.io/github/package-json/v/a-ng-d/unoff-utils?color=informational) ![GitHub last commit](https://img.shields.io/github/last-commit/a-ng-d/unoff-utils?color=informational) ![GitHub](https://img.shields.io/github/license/a-ng-d/unoff-utils?color=informational) +![GitHub package.json version](https://img.shields.io/github/package-json/v/yelbolt/unoff-utils?color=informational) ![GitHub last commit](https://img.shields.io/github/last-commit/yelbolt/unoff-utils?color=informational) ![GitHub](https://img.shields.io/github/license/yelbolt/unoff-utils?color=informational) # Unoff Utils diff --git a/package.json b/package.json index 12b289b..7d86f44 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@unoff/utils", "version": "0.8.1", "description": "A collection of lightweight, platform-agnostic utility modules designed to accelerate plugin development. These modules provide common functionalities that can be used across any JavaScript/TypeScript project, making them perfect for plugins, extensions, or any web application.", - "repository": "https://github.com/a-ng-d/unoff-utils", + "repository": "https://github.com/yelbolt/unoff-utils", "keywords": [ "library", "modules", @@ -12,9 +12,9 @@ "author": "Aurélien Grimaud", "license": "MIT", "bugs": { - "url": "https://github.com/a-ng-d/unoff-utils/issues" + "url": "https://github.com/yelbolt/unoff-utils/issues" }, - "homepage": "https://github.com/a-ng-d/unoff-utils#readme", + "homepage": "https://github.com/yelbolt/unoff-utils#readme", "type": "module", "files": [ "dist" @@ -49,4 +49,4 @@ "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0" } -} +} \ No newline at end of file From 2f61c272f56775c1735cbac8dbf961a91522c94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Grimaud?= Date: Fri, 6 Mar 2026 17:10:50 +0100 Subject: [PATCH 2/3] 0.8.2 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3d8163..90f9df8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unoff/utils", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unoff/utils", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "devDependencies": { "@types/node": "^22.10.1", diff --git a/package.json b/package.json index 7d86f44..4a9b1cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unoff/utils", - "version": "0.8.1", + "version": "0.8.2", "description": "A collection of lightweight, platform-agnostic utility modules designed to accelerate plugin development. These modules provide common functionalities that can be used across any JavaScript/TypeScript project, making them perfect for plugins, extensions, or any web application.", "repository": "https://github.com/yelbolt/unoff-utils", "keywords": [ @@ -49,4 +49,4 @@ "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0" } -} \ No newline at end of file +} From 206116a764ec1e9e7f479b72b81a6ec9a7d7e4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Grimaud?= Date: Fri, 6 Mar 2026 17:14:03 +0100 Subject: [PATCH 3/3] chore: update changelog for version 0.8.2 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0175c..ac921f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.2] - 2026-03-06 + +### Changed + +- Updated repository references from `a-ng-d` to `yelbolt` in `package.json`, `README.md`, and `CHANGELOG.md` + ## [0.8.1] - 2026-02-26 ### Changed @@ -65,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `doMap` module for numeric range remapping - Exported `Feature` and `Easing` TypeScript types +[0.8.2]: https://github.com/yelbolt/unoff-utils/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/yelbolt/unoff-utils/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/yelbolt/unoff-utils/compare/v0.7.3...v0.8.0 [0.7.3]: https://github.com/yelbolt/unoff-utils/compare/v0.7.2...v0.7.3