From 16721bc83c4c971ae03f8ab4ee4f66794e3ed5b6 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 24 Sep 2024 15:49:29 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/engine/CHANGELOG.md | 7 +++++++ packages/engine/package.json | 2 +- packages/helper/CHANGELOG.md | 6 ++++++ packages/helper/package.json | 2 +- packages/nginx/CHANGELOG.md | 7 +++++++ packages/nginx/package.json | 2 +- packages/nitrobase/CHANGELOG.md | 6 ++++++ packages/nitrobase/package.json | 2 +- packages/reference/CHANGELOG.md | 7 +++++++ packages/reference/package.json | 2 +- packages/types/CHANGELOG.md | 7 +++++++ packages/types/package.json | 2 +- 14 files changed, 55 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a78fb3..8467f731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename all store to nitrobase ([0928420](https://github.com/Alwatr/nitrobase/commit/0928420d8751e16ff1e8d91e1d3048a5895885a6)) by @AliMD +* rename all store to nitrobase ([9e31765](https://github.com/Alwatr/nitrobase/commit/9e31765b63ecd94bcf600cb44cfd9e341dd11a4e)) by @AliMD +* rename package reference from "store" to "nitrobase" ([9d19482](https://github.com/Alwatr/nitrobase/commit/9d19482cfb15ba1332cf6fa717b71627f2d600f8)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index eab6b776..645cc2b1 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.1.1", + "version": "7.2.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index e568a61c..e8acda87 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/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.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename all store to nitrobase ([0928420](https://github.com/Alwatr/nitrobase/commit/0928420d8751e16ff1e8d91e1d3048a5895885a6)) by @AliMD +* rename all store to nitrobase ([9e31765](https://github.com/Alwatr/nitrobase/commit/9e31765b63ecd94bcf600cb44cfd9e341dd11a4e)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Miscellaneous Chores diff --git a/packages/engine/package.json b/packages/engine/package.json index 92543592..8f872d3c 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-engine", - "version": "7.1.1", + "version": "7.2.0", "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 6e164ea2..28e7e211 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/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. +## [7.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename all store to nitrobase ([9e31765](https://github.com/Alwatr/nitrobase/commit/9e31765b63ecd94bcf600cb44cfd9e341dd11a4e)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Miscellaneous Chores diff --git a/packages/helper/package.json b/packages/helper/package.json index 62f13563..a791ce92 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-helper", - "version": "7.1.1", + "version": "7.2.0", "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 187a5e36..2aa026a7 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.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename all store to nitrobase ([0928420](https://github.com/Alwatr/nitrobase/commit/0928420d8751e16ff1e8d91e1d3048a5895885a6)) by @AliMD +* rename all store to nitrobase ([9e31765](https://github.com/Alwatr/nitrobase/commit/9e31765b63ecd94bcf600cb44cfd9e341dd11a4e)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Bug Fixes diff --git a/packages/nginx/package.json b/packages/nginx/package.json index eb14fc7c..47394678 100644 --- a/packages/nginx/package.json +++ b/packages/nginx/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-nginx", - "version": "7.1.1", + "version": "7.2.0", "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": "MIT", diff --git a/packages/nitrobase/CHANGELOG.md b/packages/nitrobase/CHANGELOG.md index 98d34004..e67b5269 100644 --- a/packages/nitrobase/CHANGELOG.md +++ b/packages/nitrobase/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. +## [7.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename package reference from "store" to "nitrobase" ([9d19482](https://github.com/Alwatr/nitrobase/commit/9d19482cfb15ba1332cf6fa717b71627f2d600f8)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Miscellaneous Chores diff --git a/packages/nitrobase/package.json b/packages/nitrobase/package.json index 42577b67..ea4de353 100644 --- a/packages/nitrobase/package.json +++ b/packages/nitrobase/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase", - "version": "7.1.1", + "version": "7.2.0", "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 4668bd7c..716a78e5 100644 --- a/packages/reference/CHANGELOG.md +++ b/packages/reference/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.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename all store to nitrobase ([0928420](https://github.com/Alwatr/nitrobase/commit/0928420d8751e16ff1e8d91e1d3048a5895885a6)) by @AliMD +* rename all store to nitrobase ([9e31765](https://github.com/Alwatr/nitrobase/commit/9e31765b63ecd94bcf600cb44cfd9e341dd11a4e)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Miscellaneous Chores diff --git a/packages/reference/package.json b/packages/reference/package.json index 8391ef70..b37f7002 100644 --- a/packages/reference/package.json +++ b/packages/reference/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-reference", - "version": "7.1.1", + "version": "7.2.0", "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 12f94a37..0e8f85c3 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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.2.0](https://github.com/Alwatr/nitrobase/compare/v7.1.1...v7.2.0) (2024-09-24) + +### Code Refactoring + +* rename all store to nitrobase ([0928420](https://github.com/Alwatr/nitrobase/commit/0928420d8751e16ff1e8d91e1d3048a5895885a6)) by @AliMD +* rename all store to nitrobase ([9e31765](https://github.com/Alwatr/nitrobase/commit/9e31765b63ecd94bcf600cb44cfd9e341dd11a4e)) by @AliMD + ## [7.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) ### Miscellaneous Chores diff --git a/packages/types/package.json b/packages/types/package.json index 754a37bd..ca7f8b23 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nitrobase-types", - "version": "7.1.1", + "version": "7.2.0", "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": [