From b282b9bfdf923e630c2c79c539e6f9f4de3558bf Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Thu, 28 Mar 2024 04:17:08 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 10 +++++++--- packages/engine/CHANGELOG.md | 8 ++++++++ packages/engine/package.json | 2 +- packages/reference/CHANGELOG.md | 8 ++++++++ packages/reference/package.json | 2 +- packages/types/CHANGELOG.md | 8 ++++++++ packages/types/package.json | 2 +- 8 files changed, 49 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfde0383..5e87b976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28) + +### Bug Fixes + +* prevent skipBumpOnlyReleases ([61fe232](https://github.com/Alwatr/store/commit/61fe232330517dc5e56b73eda3e8de003f44d6db)) by @AliMD + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 13 updates ([23fb121](https://github.com/Alwatr/store/commit/23fb1217470593d386b658f2a1d85fe4ef6e55df)) by @dependabot[bot] +* **deps:** bump ip from 2.0.0 to 2.0.1 ([e4b6d52](https://github.com/Alwatr/store/commit/e4b6d526c572481232657161e59b4dcf06fc5719)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 10 updates ([ce6ee74](https://github.com/Alwatr/store/commit/ce6ee7495aaa67a8d3bb0a3f2b2ea8389e161552)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([686e155](https://github.com/Alwatr/store/commit/686e155d4c0ccab6daf81d280cf91299152b8583)) by @dependabot[bot] +* **deps:** bump the github-actions group with 11 updates ([3c94246](https://github.com/Alwatr/store/commit/3c9424678d6b1620d8141d328f3433f4d7a95f4d)) by @dependabot[bot] +* **deps:** update ([1062274](https://github.com/Alwatr/store/commit/106227448a27524eb1ad07184b3e67eb5e599b31)) by @ + ## [6.0.2](https://github.com/Alwatr/store/compare/v6.0.1...v6.0.2) (2024-02-09) ### Performance Improvements diff --git a/lerna.json b/lerna.json index 99e92a21..ce3ff0ad 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,10 @@ { "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", - "version": "6.0.2", + "version": "6.0.3", "npmClient": "yarn", - "packages": ["packages/*"], + "packages": [ + "packages/*" + ], "loglevel": "verbose", "command": { "version": { @@ -72,7 +74,9 @@ ] }, "changelogIncludeCommitsClientLogin": " by @%l", - "ignoreChanges": ["*.md"], + "ignoreChanges": [ + "*.md" + ], "skipBumpOnlyReleases": false, "message": "release:", "private": true, diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index 9543f7a0..d224b069 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/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. +## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 13 updates ([23fb121](https://github.com/Alwatr/store/commit/23fb1217470593d386b658f2a1d85fe4ef6e55df)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 10 updates ([ce6ee74](https://github.com/Alwatr/store/commit/ce6ee7495aaa67a8d3bb0a3f2b2ea8389e161552)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([686e155](https://github.com/Alwatr/store/commit/686e155d4c0ccab6daf81d280cf91299152b8583)) by @dependabot[bot] + ## [6.0.0](https://github.com/Alwatr/store/compare/v6.0.0-alpha.0...v6.0.0) (2024-01-24) ### Features diff --git a/packages/engine/package.json b/packages/engine/package.json index 2efd6896..d67c7617 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-engine", - "version": "6.0.0", + "version": "6.0.3", "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/reference/CHANGELOG.md b/packages/reference/CHANGELOG.md index 2765ce95..8a00b92e 100644 --- a/packages/reference/CHANGELOG.md +++ b/packages/reference/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. +## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 13 updates ([23fb121](https://github.com/Alwatr/store/commit/23fb1217470593d386b658f2a1d85fe4ef6e55df)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 10 updates ([ce6ee74](https://github.com/Alwatr/store/commit/ce6ee7495aaa67a8d3bb0a3f2b2ea8389e161552)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([686e155](https://github.com/Alwatr/store/commit/686e155d4c0ccab6daf81d280cf91299152b8583)) by @dependabot[bot] + ## [6.0.0](https://github.com/Alwatr/store/compare/v6.0.0-alpha.0...v6.0.0) (2024-01-24) ### Features diff --git a/packages/reference/package.json b/packages/reference/package.json index 701a7a83..2c06eb42 100644 --- a/packages/reference/package.json +++ b/packages/reference/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-reference", - "version": "6.0.0", + "version": "6.0.3", "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 7ba6f01a..e1c95994 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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. +## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28) + +### Miscellaneous Chores + +* **deps-dev:** bump the development-dependencies group with 13 updates ([23fb121](https://github.com/Alwatr/store/commit/23fb1217470593d386b658f2a1d85fe4ef6e55df)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 10 updates ([ce6ee74](https://github.com/Alwatr/store/commit/ce6ee7495aaa67a8d3bb0a3f2b2ea8389e161552)) by @dependabot[bot] +* **deps:** bump the alwatr-dependencies group with 9 updates ([686e155](https://github.com/Alwatr/store/commit/686e155d4c0ccab6daf81d280cf91299152b8583)) by @dependabot[bot] + ## [6.0.0](https://github.com/Alwatr/store/compare/v6.0.0-alpha.0...v6.0.0) (2024-01-24) ### Features diff --git a/packages/types/package.json b/packages/types/package.json index a3b5d4fe..0c492097 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-types", - "version": "6.0.0", + "version": "6.0.3", "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": [