From cbcfe6e61e21062570f91ae751e4fce3c232b003 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sat, 2 Nov 2024 16:50:20 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/engine/CHANGELOG.md | 12 ++++++++++++ packages/engine/package.json | 2 +- packages/helper/CHANGELOG.md | 12 ++++++++++++ packages/helper/package.json | 2 +- packages/nginx/CHANGELOG.md | 7 +++++++ packages/nginx/package.json | 2 +- packages/nitrobase/CHANGELOG.md | 12 ++++++++++++ packages/nitrobase/package.json | 2 +- packages/reference/CHANGELOG.md | 12 ++++++++++++ packages/reference/package.json | 2 +- packages/types/CHANGELOG.md | 12 ++++++++++++ packages/types/package.json | 2 +- 14 files changed, 93 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a3d24f..369e444c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot] +* **deps:** bump alwatr/nginx-json in /packages/nginx ([6b965bc](https://github.com/Alwatr/nitrobase/commit/6b965bc0426be815c3c5d38296d798bbdb2b4f60)) by @dependabot[bot] +* **deps:** bump github/codeql-action in the github-actions group ([b84174a](https://github.com/Alwatr/nitrobase/commit/b84174a54ff5873879ee612dd26e62a261a39e47)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot] +* **deps:** bump the github-actions group across 1 directory with 5 updates ([efff4e2](https://github.com/Alwatr/nitrobase/commit/efff4e2164f2ad38c6b3c1735e287569e7495195)) by @dependabot[bot] +* **Dockerfile:** update label version ([9b59694](https://github.com/Alwatr/nitrobase/commit/9b596946662766c90b7b816359401f47252c0f85)) by @AliMD +* **vscode:** add copilot instructions and update extension recommendations ([17c4b25](https://github.com/Alwatr/nitrobase/commit/17c4b25ad687f0b6433f3b76d2a83a568554c55a)) by @AliMD + +### Dependencies update + +* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot] +* update ([134465f](https://github.com/Alwatr/nitrobase/commit/134465f82e776dc44468b1b1f3861be16c16f35d)) by @ +* update dependabot configuration for improved dependency management ([3182ec0](https://github.com/Alwatr/nitrobase/commit/3182ec040f7ef668cc0b7982894d71b5daccd6da)) by @AliMD + ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11) ### Features diff --git a/lerna.json b/lerna.json index ff50bbe7..44964d6e 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": "7.3.0", + "version": "7.3.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index 941b6ce2..5f09ee0a 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot] + +### Dependencies update + +* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot] + ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11) ### Features diff --git a/packages/engine/package.json b/packages/engine/package.json index 8444da37..9283404c 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-engine", - "version": "7.3.0", + "version": "7.3.1", "description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 265128b4..ed0b7f26 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot] + +### Dependencies update + +* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot] + ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11) ### Features diff --git a/packages/helper/package.json b/packages/helper/package.json index fcdf1dd3..f4092a11 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-helper", - "version": "7.3.0", + "version": "7.3.1", "description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nginx/CHANGELOG.md b/packages/nginx/CHANGELOG.md index 07f34d51..6f451eff 100644 --- a/packages/nginx/CHANGELOG.md +++ b/packages/nginx/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. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps:** bump alwatr/nginx-json in /packages/nginx ([6b965bc](https://github.com/Alwatr/nitrobase/commit/6b965bc0426be815c3c5d38296d798bbdb2b4f60)) by @dependabot[bot] +* **Dockerfile:** update label version ([9b59694](https://github.com/Alwatr/nitrobase/commit/9b596946662766c90b7b816359401f47252c0f85)) by @AliMD + ## [7.2.1](https://github.com/Alwatr/nitrobase/compare/v7.2.0...v7.2.1) (2024-09-29) ### Miscellaneous Chores diff --git a/packages/nginx/package.json b/packages/nginx/package.json index a56a777c..0824867f 100644 --- a/packages/nginx/package.json +++ b/packages/nginx/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-nginx", - "version": "7.2.1", + "version": "7.3.1", "description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.", "author": "S. Ali Mihandoost ", "license": "AGPL-3.0-only", diff --git a/packages/nitrobase/CHANGELOG.md b/packages/nitrobase/CHANGELOG.md index 14d4217e..f4499849 100644 --- a/packages/nitrobase/CHANGELOG.md +++ b/packages/nitrobase/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot] + +### Dependencies update + +* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot] + ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11) ### Features diff --git a/packages/nitrobase/package.json b/packages/nitrobase/package.json index b25dbf6d..1c99990f 100644 --- a/packages/nitrobase/package.json +++ b/packages/nitrobase/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase", - "version": "7.3.0", + "version": "7.3.1", "description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/reference/CHANGELOG.md b/packages/reference/CHANGELOG.md index 4c0336b3..3a086f5f 100644 --- a/packages/reference/CHANGELOG.md +++ b/packages/reference/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot] + +### Dependencies update + +* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot] + ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11) ### Features diff --git a/packages/reference/package.json b/packages/reference/package.json index 172f4617..9437d0af 100644 --- a/packages/reference/package.json +++ b/packages/reference/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-reference", - "version": "7.3.0", + "version": "7.3.1", "description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a22b1538..c8cf2cab 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Alwatr/nitrobase/compare/v7.3.0...v7.3.1) (2024-11-02) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 8 updates ([63f7adc](https://github.com/Alwatr/nitrobase/commit/63f7adc5ff83d4876f34d4f089a4be9b95b711a6)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 2 updates ([20fb436](https://github.com/Alwatr/nitrobase/commit/20fb436b9f146d5ec7452a693c7af8faa32bedff)) by @dependabot[bot] + +### Dependencies update + +* **deps-dev:** bump @types/node in the dependencies group ([dd3e94a](https://github.com/Alwatr/nitrobase/commit/dd3e94a4c007da8fddda4cfeffe5f0763d74952e)) by @dependabot[bot] +* **deps:** bump the alwatr group with 6 updates ([eb9eeb1](https://github.com/Alwatr/nitrobase/commit/eb9eeb1901f7947cde783bf6f06340c984d6f59d)) by @dependabot[bot] + ## [7.3.0](https://github.com/Alwatr/nitrobase/compare/v7.2.1...v7.3.0) (2024-10-11) ### Features diff --git a/packages/types/package.json b/packages/types/package.json index ff658ac3..02cf3df9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-types", - "version": "7.3.0", + "version": "7.3.1", "description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.", "author": "S. Ali Mihandoost ", "keywords": [