Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jul 3, 2024
1 parent a58c5c5 commit ea4e247
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/reference/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
Expand Down

0 comments on commit ea4e247

Please sign in to comment.