Skip to content

Commit f8398e6

Browse files
committed
release:
1 parent 4b973f7 commit f8398e6

10 files changed

Lines changed: 36 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)
7+
8+
### Bug Fixes
9+
10+
* **api:** dockerfile label ([f6c9d03](https://github.com/Alwatr/storage/commit/f6c9d034a91a3df3c85552f68092b312bb53304a)) by @AliMD
11+
* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm
12+
* dockerfile labels ([289057c](https://github.com/Alwatr/storage/commit/289057c9cf979d9d33813c826943ede13e3c6a01)) by @AliMD
13+
614
## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)
715

816
**Note:** Version bump only for package alwatr-storage

demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.3](https://github.com/Alwatr/store/compare/v4.0.2...v4.0.3) (2023-12-19)
7+
8+
**Note:** Version bump only for package @alwatr/demo
9+
610
## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)
711

812
**Note:** Version bump only for package @alwatr/demo

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/demo",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"main": "index.js",
55
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
66
"type": "module",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*",

packages/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)
7+
8+
### Bug Fixes
9+
10+
* **api:** dockerfile label ([f6c9d03](https://github.com/Alwatr/storage/commit/f6c9d034a91a3df3c85552f68092b312bb53304a)) by @AliMD
11+
* dockerfile labels ([289057c](https://github.com/Alwatr/storage/commit/289057c9cf979d9d33813c826943ede13e3c6a01)) by @AliMD
12+
613
## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)
714

815
**Note:** Version bump only for package @alwatr/storage-api

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/storage-api",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
55
"type": "module",
66
"keywords": [

packages/engine/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)
7+
8+
### Bug Fixes
9+
10+
* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm
11+
612
## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)
713

814
**Note:** Version bump only for package @alwatr/storage-engine

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/storage-engine",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
55
"keywords": [
66
"database",

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)
7+
8+
### Bug Fixes
9+
10+
* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm
11+
612
## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)
713

814
**Note:** Version bump only for package @alwatr/storage-sdk

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/storage-sdk",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)