diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a6e833..7e06d4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Bug Fixes + +* **nginx:** update store prefix to latest version ([679a14b](https://github.com/Alwatr/store/commit/679a14b4c3f96b58e8b3bcb90f7af4a2d6b99149)) by @njfamirm + +### Miscellaneous Chores + +* Delete old LICENSE ([0ac4a06](https://github.com/Alwatr/store/commit/0ac4a06d086a694782a62194c694c2e1ec778854)) by @AliMD +* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot] +* **deps:** bump github/codeql-action in the github-actions group ([840b91b](https://github.com/Alwatr/store/commit/840b91bdb8b8120711d0b31be03038a4e698cb31)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot] +* new LICENSE ([8b002a4](https://github.com/Alwatr/store/commit/8b002a48e4f997c19be9b570b294bb4f45499edc)) by @AliMD + +### Dependencies update + +* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD + ## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08) ### Features diff --git a/lerna.json b/lerna.json index 9ed25f28..eab6b776 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.0", + "version": "7.1.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index 8023a114..b449a2ce 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/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. +## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot] + +### Dependencies update + +* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD + ## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08) ### Features diff --git a/packages/engine/package.json b/packages/engine/package.json index 94db96df..c18c68dc 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-engine", - "version": "7.1.0", + "version": "7.1.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/helper/CHANGELOG.md b/packages/helper/CHANGELOG.md index 8f09a904..0335247b 100644 --- a/packages/helper/CHANGELOG.md +++ b/packages/helper/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. +## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot] + +### Dependencies update + +* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD + ## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08) ### Features diff --git a/packages/helper/package.json b/packages/helper/package.json index f4990766..bf268a73 100644 --- a/packages/helper/package.json +++ b/packages/helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-helper", - "version": "7.1.0", + "version": "7.1.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 dfda3e96..b1b0c0da 100644 --- a/packages/nginx/CHANGELOG.md +++ b/packages/nginx/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.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Bug Fixes + +* **nginx:** update store prefix to latest version ([679a14b](https://github.com/Alwatr/nitrobase/commit/679a14b4c3f96b58e8b3bcb90f7af4a2d6b99149)) by @njfamirm + ## [7.0.0](https://github.com/Alwatr/store/compare/v7.0.0-beta.1...v7.0.0) (2024-09-02) **Note:** Version bump only for package @alwatr/store-nginx diff --git a/packages/nginx/package.json b/packages/nginx/package.json index 22fb47d5..cd9e9b15 100644 --- a/packages/nginx/package.json +++ b/packages/nginx/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-nginx", - "version": "7.0.0", + "version": "7.1.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": "MIT", diff --git a/packages/reference/CHANGELOG.md b/packages/reference/CHANGELOG.md index e30f2e8d..7288297a 100644 --- a/packages/reference/CHANGELOG.md +++ b/packages/reference/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. +## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot] + +### Dependencies update + +* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD + ## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08) ### Features diff --git a/packages/reference/package.json b/packages/reference/package.json index 9fa9522e..b4ad0942 100644 --- a/packages/reference/package.json +++ b/packages/reference/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-reference", - "version": "7.1.0", + "version": "7.1.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/store/CHANGELOG.md b/packages/store/CHANGELOG.md index e2fba563..15c5f74e 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/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. +## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot] + +### Dependencies update + +* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD + ## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08) ### Miscellaneous Chores diff --git a/packages/store/package.json b/packages/store/package.json index d0b60696..893a2e06 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store", - "version": "7.1.0", + "version": "7.1.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/types/CHANGELOG.md b/packages/types/CHANGELOG.md index e00a3dde..e3396b13 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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. +## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot] + +### Dependencies update + +* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD + ## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08) ### Miscellaneous Chores diff --git a/packages/types/package.json b/packages/types/package.json index 2c156262..be655879 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-types", - "version": "7.1.0", + "version": "7.1.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": [