From 936949150e6e6bb10114edf3dc4188f22c5e9bd1 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Thu, 7 Nov 2024 16:51:53 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/api-server/CHANGELOG.md | 6 ++++++ packages/api-server/package.json | 2 +- packages/nanotron/CHANGELOG.md | 4 ++++ packages/nanotron/package.json | 2 +- packages/pre-handlers/CHANGELOG.md | 4 ++++ packages/pre-handlers/package.json | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91dd305..383c860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/Alwatr/nanotron/compare/v4.6.0...v4.7.0) (2024-11-07) + +### Features + +* **api-server:** set `allowOrigin` from configs ([8add97c](https://github.com/Alwatr/nanotron/commit/8add97cac9d29e4a7ce26ee487896183dabea135)) by @mohammadhonarvar + ## [4.6.0](https://github.com/Alwatr/nanotron/compare/v4.5.2...v4.6.0) (2024-11-07) ### Features diff --git a/lerna.json b/lerna.json index be91f85..4c962d3 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.6.0", + "version": "4.7.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/api-server/CHANGELOG.md b/packages/api-server/CHANGELOG.md index c8d53e3..a58e4d3 100644 --- a/packages/api-server/CHANGELOG.md +++ b/packages/api-server/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/Alwatr/nanotron/compare/v4.6.0...v4.7.0) (2024-11-07) + +### Features + +* **api-server:** set `allowOrigin` from configs ([8add97c](https://github.com/Alwatr/nanotron/commit/8add97cac9d29e4a7ce26ee487896183dabea135)) by @mohammadhonarvar + ## [4.6.0](https://github.com/Alwatr/nanotron/compare/v4.5.2...v4.6.0) (2024-11-07) ### Features diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 1752e80..9ca58e7 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron-api-server", - "version": "4.6.0", + "version": "4.7.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/nanotron/CHANGELOG.md b/packages/nanotron/CHANGELOG.md index 9734b76..36e5ca5 100644 --- a/packages/nanotron/CHANGELOG.md +++ b/packages/nanotron/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/Alwatr/nanotron/compare/v4.6.0...v4.7.0) (2024-11-07) + +**Note:** Version bump only for package @alwatr/nanotron + ## [4.6.0](https://github.com/Alwatr/nanotron/compare/v4.5.2...v4.6.0) (2024-11-07) ### Dependencies update diff --git a/packages/nanotron/package.json b/packages/nanotron/package.json index 1192589..03f69cf 100644 --- a/packages/nanotron/package.json +++ b/packages/nanotron/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron", - "version": "4.6.0", + "version": "4.7.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 index 538d31d..736c9d1 100644 --- a/packages/pre-handlers/CHANGELOG.md +++ b/packages/pre-handlers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/Alwatr/pre-handlers/compare/v4.6.0...v4.7.0) (2024-11-07) + +**Note:** Version bump only for package @alwatr/pre-handlers + ## [4.6.0](https://github.com/Alwatr/pre-handlers/compare/v4.5.2...v4.6.0) (2024-11-07) ### Dependencies update diff --git a/packages/pre-handlers/package.json b/packages/pre-handlers/package.json index 7744e1e..b6f8063 100644 --- a/packages/pre-handlers/package.json +++ b/packages/pre-handlers/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/pre-handlers", - "version": "4.6.0", + "version": "4.7.0", "description": "Functions that will run before processing every defined route.", "author": "S. Ali Mihandoost ", "keywords": [