Skip to content

Commit 60eb860

Browse files
committed
refactor: use the same version as @alwatr/nanolib
BREAKING CHANGE: To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.
1 parent 69166a6 commit 60eb860

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
3-
"version": "0.0.0",
3+
"version": "5.0.0-0",
44
"npmClient": "yarn",
55
"packages": ["packages/*"],
66
"loglevel": "verbose",

packages/async-queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/async-queue",
3-
"version": "1.3.8",
3+
"version": "5.0.0-0",
44
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/dedupe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/dedupe",
3-
"version": "1.1.8",
3+
"version": "5.0.0-0",
44
"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).",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/deep-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/deep-clone",
3-
"version": "1.1.8",
3+
"version": "5.0.0-0",
44
"description": "Clone deeply nested objects and arrays in JavaScript.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/delay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/delay",
3-
"version": "1.0.8",
3+
"version": "5.0.0-0",
44
"description": "Comprehensive toolkit for managing asynchronous operations.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/env",
3-
"version": "1.0.1",
3+
"version": "5.0.0-0",
44
"description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/eslint-config",
3-
"version": "1.2.11",
3+
"version": "5.0.0-0",
44
"description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/exit-hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/exit-hook",
3-
"version": "1.1.8",
3+
"version": "5.0.0-0",
44
"description": "A utility for registering exit handlers in Node.js.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/fetch",
3-
"version": "4.2.1",
3+
"version": "5.0.0-0",
44
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/flat-string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/flat-string",
3-
"version": "1.1.8",
3+
"version": "5.0.0-0",
44
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)