From 935f351bb504b7e09661a30d365363369e4609d8 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Mon, 28 Oct 2024 13:58:53 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++ lerna.json | 2 +- packages/api-server/CHANGELOG.md | 7 ++++++ packages/api-server/package.json | 2 +- packages/crypto/CHANGELOG.md | 11 ++++++++++ packages/crypto/package.json | 2 +- packages/nanotron/CHANGELOG.md | 11 ++++++++++ packages/nanotron/package.json | 2 +- packages/pre-handlers/CHANGELOG.md | 27 ++++++++++++++++++++++++ packages/pre-handlers/package.json | 2 +- 10 files changed, 95 insertions(+), 5 deletions(-) create mode 100644 packages/pre-handlers/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0c3b3..34de389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) + +### Features + +* add `pre-handlers` package ([6578a63](https://github.com/Alwatr/nanotron/commit/6578a63e1dfd325947352b66d8087c9f0e70c32e)) by @mohammadhonarvar +* **nanotron:** use `pre-handlers` package ([11595c8](https://github.com/Alwatr/nanotron/commit/11595c805fa85f0da44c12146d189fa98ad0846a)) by @mohammadhonarvar +* **pre-handlers:** Add getAuthBearer function ([43de511](https://github.com/Alwatr/nanotron/commit/43de511f5b7fc74836d3e31ee9f0b9db2d9a4e11)) by @AliMD +* **pre-handlers:** Add requireAccessToken middleware ([8ed4eb3](https://github.com/Alwatr/nanotron/commit/8ed4eb3899b89032acd13095b6c72e2676ff4eaa)) by @AliMD + +### Bug Fixes + +* **crypto:** remove side effects ([852e035](https://github.com/Alwatr/nanotron/commit/852e035d6ffceec32f7b4d2197140a27b4afb330)) by @AliMD +* **pre-handlers:** some issues of `review` feedbacks ([72ad94b](https://github.com/Alwatr/nanotron/commit/72ad94b37f059a7b765dd8bc3a5216fe53746479)) by @mohammadhonarvar + +### Code Refactoring + +* **pre-handlers:** Remove logger module ([70b0357](https://github.com/Alwatr/nanotron/commit/70b0357b0accd6ed96c0cdc62099146b36ce2660)) by @AliMD +* **pre-handlers:** Rename parse-body-as-json.ts to handler/parse-body-as-json.ts ([3d5f756](https://github.com/Alwatr/nanotron/commit/3d5f756453be4b40510f70925ffb3954c428a9f1)) by @AliMD +* **pre-handlers:** Update main.ts exports and add package tracer ([dc29d20](https://github.com/Alwatr/nanotron/commit/dc29d20f9f9d415d3cbad51b0ea7b44fbe4c1149)) by @AliMD + +### Miscellaneous Chores + +* Update extension in .vscode/extensions.json ([071698e](https://github.com/Alwatr/nanotron/commit/071698e4e179114707ac04adbb1a0c017ac7a920)) by @AliMD + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot] +* bump the github-actions group across 1 directory with 4 updates ([6c8dbbe](https://github.com/Alwatr/nanotron/commit/6c8dbbe01b48fc0cd52a68e612b368557cd0386f)) by @dependabot[bot] +* update ([da8ab83](https://github.com/Alwatr/nanotron/commit/da8ab832c169439ec5812bf970a0e4d2cff32e32)) by @mohammadhonarvar +* update ([584ebc4](https://github.com/Alwatr/nanotron/commit/584ebc4271719fb3ed1e9a185d38c1a44bf35d50)) by @mohammadhonarvar +* update ([5f95120](https://github.com/Alwatr/nanotron/commit/5f95120e3ba4b89c09454f9e93149177be27b462)) by @mohammadhonarvar +* update ([b3f18ee](https://github.com/Alwatr/nanotron/commit/b3f18ee6bb20cb41d456fe852a8ef753a8238c66)) by @mohammadhonarvar +* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @ + ## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cfa6e62..96132d9 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.4.1", + "version": "4.5.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/api-server/CHANGELOG.md b/packages/api-server/CHANGELOG.md index 960c5af..c42ef38 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.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot] +* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @ + ## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) ### Bug Fixes diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 107e77b..f586946 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron-api-server", - "version": "4.4.1", + "version": "4.5.0", "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 431c7e1..90b2009 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) + +### Bug Fixes + +* **crypto:** remove side effects ([852e035](https://github.com/Alwatr/nanotron/commit/852e035d6ffceec32f7b4d2197140a27b4afb330)) by @AliMD + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot] +* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @ + ## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) ### Dependencies update diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 29a4dc8..dfd7890 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "4.4.1", + "version": "4.5.0", "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 2ba9c75..fdc7f44 100644 --- a/packages/nanotron/CHANGELOG.md +++ b/packages/nanotron/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) + +### Features + +* **nanotron:** use `pre-handlers` package ([11595c8](https://github.com/Alwatr/nanotron/commit/11595c805fa85f0da44c12146d189fa98ad0846a)) by @mohammadhonarvar + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot] +* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @ + ## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) ### Dependencies update diff --git a/packages/nanotron/package.json b/packages/nanotron/package.json index 5eba93d..96d6d7c 100644 --- a/packages/nanotron/package.json +++ b/packages/nanotron/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron", - "version": "4.4.1", + "version": "4.5.0", "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 new file mode 100644 index 0000000..b706ff0 --- /dev/null +++ b/packages/pre-handlers/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.5.0](https://github.com/Alwatr/pre-handlers/compare/v4.4.1...v4.5.0) (2024-10-28) + +### Features + +* add `pre-handlers` package ([6578a63](https://github.com/Alwatr/pre-handlers/commit/6578a63e1dfd325947352b66d8087c9f0e70c32e)) by @mohammadhonarvar +* **pre-handlers:** Add getAuthBearer function ([43de511](https://github.com/Alwatr/pre-handlers/commit/43de511f5b7fc74836d3e31ee9f0b9db2d9a4e11)) by @AliMD +* **pre-handlers:** Add requireAccessToken middleware ([8ed4eb3](https://github.com/Alwatr/pre-handlers/commit/8ed4eb3899b89032acd13095b6c72e2676ff4eaa)) by @AliMD + +### Bug Fixes + +* **pre-handlers:** some issues of `review` feedbacks ([72ad94b](https://github.com/Alwatr/pre-handlers/commit/72ad94b37f059a7b765dd8bc3a5216fe53746479)) by @mohammadhonarvar + +### Code Refactoring + +* **pre-handlers:** Remove logger module ([70b0357](https://github.com/Alwatr/pre-handlers/commit/70b0357b0accd6ed96c0cdc62099146b36ce2660)) by @AliMD +* **pre-handlers:** Rename parse-body-as-json.ts to handler/parse-body-as-json.ts ([3d5f756](https://github.com/Alwatr/pre-handlers/commit/3d5f756453be4b40510f70925ffb3954c428a9f1)) by @AliMD +* **pre-handlers:** Update main.ts exports and add package tracer ([dc29d20](https://github.com/Alwatr/pre-handlers/commit/dc29d20f9f9d415d3cbad51b0ea7b44fbe4c1149)) by @AliMD + +### Dependencies update + +* update ([584ebc4](https://github.com/Alwatr/pre-handlers/commit/584ebc4271719fb3ed1e9a185d38c1a44bf35d50)) by @mohammadhonarvar +* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/pre-handlers/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @ diff --git a/packages/pre-handlers/package.json b/packages/pre-handlers/package.json index 44ff4d5..88811a0 100644 --- a/packages/pre-handlers/package.json +++ b/packages/pre-handlers/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/pre-handlers", - "version": "1.0.0-0", + "version": "4.5.0", "description": "Functions that will run before processing every defined route.", "author": "S. Ali Mihandoost ", "keywords": [