Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 7, 2024
1 parent 5dd83ff commit 9369491
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/nanotron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nanotron/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/pre-handlers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pre-handlers/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 9369491

Please sign in to comment.