From aca37ff16c5e63f539c1e2eaeb0d01197eb179a2 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sat, 2 Nov 2024 16:53:23 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/api-server/CHANGELOG.md | 7 +++++++ packages/api-server/package.json | 2 +- packages/crypto/CHANGELOG.md | 7 +++++++ packages/crypto/package.json | 2 +- packages/nanotron/CHANGELOG.md | 7 +++++++ packages/nanotron/package.json | 2 +- packages/pre-handlers/CHANGELOG.md | 7 +++++++ packages/pre-handlers/package.json | 2 +- 10 files changed, 46 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b0d82..f201223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02) + +### Miscellaneous Chores + +* add Copilot instructions and update VSCode settings and extensions ([aa26bab](https://github.com/Alwatr/nanotron/commit/aa26bab56bffa097d74397424aad5f84f213bdc5)) by @AliMD +* update dependabot configuration for improved dependency management ([7e6e8de](https://github.com/Alwatr/nanotron/commit/7e6e8decf15b6f853effb61d0e8066513941e317)) by @AliMD + +### Dependencies update + +* bump the github-actions group with 2 updates ([49ce364](https://github.com/Alwatr/nanotron/commit/49ce3640e6cd49d97f52cb6f43610489cdaf1f6e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/nanotron/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot] +* update ([86fbeb6](https://github.com/Alwatr/nanotron/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @ + ## [4.5.1](https://github.com/Alwatr/nanotron/compare/v4.5.0...v4.5.1) (2024-10-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e4446d0..da5aa98 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", - "version": "4.5.1", + "version": "4.5.2", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/api-server/CHANGELOG.md b/packages/api-server/CHANGELOG.md index c42ef38..2e23b73 100644 --- a/packages/api-server/CHANGELOG.md +++ b/packages/api-server/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02) + +### Dependencies update + +* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/nanotron/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot] +* update ([86fbeb6](https://github.com/Alwatr/nanotron/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @ + ## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) ### Dependencies update diff --git a/packages/api-server/package.json b/packages/api-server/package.json index b65fff2..94d3981 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron-api-server", - "version": "4.5.0", + "version": "4.5.2", "description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 90b2009..6244221 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02) + +### Dependencies update + +* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/nanotron/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot] +* update ([86fbeb6](https://github.com/Alwatr/nanotron/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @ + ## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) ### Bug Fixes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 5ef9b63..f208500 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "4.5.0", + "version": "4.5.2", "description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nanotron/CHANGELOG.md b/packages/nanotron/CHANGELOG.md index 783c3ce..a7cf7cd 100644 --- a/packages/nanotron/CHANGELOG.md +++ b/packages/nanotron/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/Alwatr/nanotron/compare/v4.5.1...v4.5.2) (2024-11-02) + +### Dependencies update + +* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/nanotron/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot] +* update ([86fbeb6](https://github.com/Alwatr/nanotron/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @ + ## [4.5.1](https://github.com/Alwatr/nanotron/compare/v4.5.0...v4.5.1) (2024-10-28) **Note:** Version bump only for package @alwatr/nanotron diff --git a/packages/nanotron/package.json b/packages/nanotron/package.json index 991515b..801a129 100644 --- a/packages/nanotron/package.json +++ b/packages/nanotron/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron", - "version": "4.5.1", + "version": "4.5.2", "description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/pre-handlers/CHANGELOG.md b/packages/pre-handlers/CHANGELOG.md index 80a22ce..4041f6a 100644 --- a/packages/pre-handlers/CHANGELOG.md +++ b/packages/pre-handlers/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/Alwatr/pre-handlers/compare/v4.5.1...v4.5.2) (2024-11-02) + +### Dependencies update + +* **deps:** bump the alwatr group with 6 updates ([6636bb3](https://github.com/Alwatr/pre-handlers/commit/6636bb307401e28863eb27288d5abbaab2d67e18)) by @dependabot[bot] +* update ([86fbeb6](https://github.com/Alwatr/pre-handlers/commit/86fbeb663d94452f3596d0894ec19d4c6bed3099)) by @ + ## [4.5.1](https://github.com/Alwatr/pre-handlers/compare/v4.5.0...v4.5.1) (2024-10-28) ### Bug Fixes diff --git a/packages/pre-handlers/package.json b/packages/pre-handlers/package.json index 8ac323a..4f32336 100644 --- a/packages/pre-handlers/package.json +++ b/packages/pre-handlers/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/pre-handlers", - "version": "4.5.1", + "version": "4.5.2", "description": "Functions that will run before processing every defined route.", "author": "S. Ali Mihandoost ", "keywords": [