Skip to content

Commit cd02a1a

Browse files
committed
1 parent df3d04e commit cd02a1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+221
-33
lines changed

packages/async-queue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-09)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* remove trailing newlines from contributing sections in README files ([e8ab1bc](https://github.com/Alwatr/nanolib/commit/e8ab1bc43e0addea5ccd4c897c2cec597cb9e15f))
11+
612
## [5.5.9](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-06)
713

814
**Note:** Version bump only for package @alwatr/async-queue

packages/async-queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/async-queue",
33
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",
4-
"version": "5.5.9",
4+
"version": "5.5.10",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanolib/issues",
77
"dependencies": {

packages/dedupe/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-09)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* remove trailing newlines from contributing sections in README files ([e8ab1bc](https://github.com/Alwatr/nanolib/commit/e8ab1bc43e0addea5ccd4c897c2cec597cb9e15f))
11+
612
## [5.5.9](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-06)
713

814
**Note:** Version bump only for package @alwatr/dedupe

packages/dedupe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/dedupe",
33
"description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).",
4-
"version": "5.5.9",
4+
"version": "5.5.10",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanolib/issues",
77
"dependencies": {

packages/deep-clone/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-09)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* remove trailing newlines from contributing sections in README files ([e8ab1bc](https://github.com/Alwatr/nanolib/commit/e8ab1bc43e0addea5ccd4c897c2cec597cb9e15f))
11+
612
## [5.5.9](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-06)
713

814
**Note:** Version bump only for package @alwatr/deep-clone

packages/deep-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/deep-clone",
33
"description": "Clone deeply nested objects and arrays in JavaScript.",
4-
"version": "5.5.9",
4+
"version": "5.5.10",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanolib/issues",
77
"dependencies": {

packages/delay/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-09)
7+
8+
**Note:** Version bump only for package @alwatr/delay
9+
610
## [6.0.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-08)
711

812
### ⚠ BREAKING CHANGES

packages/delay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/delay",
33
"description": "Comprehensive toolkit for managing asynchronous operations.",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanolib/issues",
77
"dependencies": {

packages/env/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.10](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-09)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* remove trailing newlines from contributing sections in README files ([e8ab1bc](https://github.com/Alwatr/nanolib/commit/e8ab1bc43e0addea5ccd4c897c2cec597cb9e15f))
11+
612
## [5.5.9](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-09-06)
713

814
**Note:** Version bump only for package @alwatr/env

packages/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/env",
33
"description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.",
4-
"version": "5.5.9",
4+
"version": "5.5.10",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanolib/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)