From ea4e247bf386bb36ad1c7b5255906461f2d97726 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 3 Jul 2024 23:37:55 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/engine/CHANGELOG.md | 6 ++++++ packages/engine/package.json | 2 +- packages/reference/CHANGELOG.md | 12 ++++++++++++ packages/reference/package.json | 2 +- 6 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da48b6e8..6394901c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.0](https://github.com/Alwatr/store/compare/v6.1.0...v6.2.0) (2024-07-03) + +### Features + +* Add freeze property to CollectionReference and DocumentReference ([af1d7e4](https://github.com/Alwatr/store/commit/af1d7e47b3217d4e361a63d9eb9c410e04ea9385)) by @AliMD +* Add freeze property to CollectionReference and DocumentReference ([beeb378](https://github.com/Alwatr/store/commit/beeb37884f5798c3c3b6612dc0626c8cf9c44676)) by @AliMD +* Add saveImmediate method to CollectionReference and DocumentReference ([aa5ab87](https://github.com/Alwatr/store/commit/aa5ab871a5157dd70d55768843aeeab521258a49)) by @AliMD +* **schemaVer:** log schema version changes ([6a5bc90](https://github.com/Alwatr/store/commit/6a5bc9089cd509be141e1d9ee10f2cedc5490925)) by @AliMD + +### Bug Fixes + +* **schemaVer:** save after change schema version ([99cf345](https://github.com/Alwatr/store/commit/99cf345cfe34edef4f8af2c83157b894f9fb0be0)) by @AliMD + ## [6.1.0](https://github.com/Alwatr/store/compare/v6.0.5...v6.1.0) (2024-07-03) ### Features diff --git a/lerna.json b/lerna.json index 67da7c28..e9f1664a 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": "6.1.0", + "version": "6.2.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index c9b234f8..1e4423a2 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/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. +## [6.2.0](https://github.com/Alwatr/store/compare/v6.1.0...v6.2.0) (2024-07-03) + +### Features + +* Add freeze property to CollectionReference and DocumentReference ([af1d7e4](https://github.com/Alwatr/store/commit/af1d7e47b3217d4e361a63d9eb9c410e04ea9385)) by @AliMD + ## [6.1.0](https://github.com/Alwatr/store/compare/v6.0.5...v6.1.0) (2024-07-03) ### Dependencies update diff --git a/packages/engine/package.json b/packages/engine/package.json index f392b1e9..40ed6122 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-engine", - "version": "6.1.0", + "version": "6.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/reference/CHANGELOG.md b/packages/reference/CHANGELOG.md index ba2f7fae..a219f91d 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. +## [6.2.0](https://github.com/Alwatr/store/compare/v6.1.0...v6.2.0) (2024-07-03) + +### Features + +* Add freeze property to CollectionReference and DocumentReference ([beeb378](https://github.com/Alwatr/store/commit/beeb37884f5798c3c3b6612dc0626c8cf9c44676)) by @AliMD +* Add saveImmediate method to CollectionReference and DocumentReference ([aa5ab87](https://github.com/Alwatr/store/commit/aa5ab871a5157dd70d55768843aeeab521258a49)) by @AliMD +* **schemaVer:** log schema version changes ([6a5bc90](https://github.com/Alwatr/store/commit/6a5bc9089cd509be141e1d9ee10f2cedc5490925)) by @AliMD + +### Bug Fixes + +* **schemaVer:** save after change schema version ([99cf345](https://github.com/Alwatr/store/commit/99cf345cfe34edef4f8af2c83157b894f9fb0be0)) by @AliMD + ## [6.1.0](https://github.com/Alwatr/store/compare/v6.0.5...v6.1.0) (2024-07-03) ### Features diff --git a/packages/reference/package.json b/packages/reference/package.json index 4e00b5df..6c9a5192 100644 --- a/packages/reference/package.json +++ b/packages/reference/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-reference", - "version": "6.1.0", + "version": "6.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": [