Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 19, 2023
1 parent 4b973f7 commit f8398e6
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* **api:** dockerfile label ([f6c9d03](https://github.com/Alwatr/storage/commit/f6c9d034a91a3df3c85552f68092b312bb53304a)) by @AliMD
* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm
* dockerfile labels ([289057c](https://github.com/Alwatr/storage/commit/289057c9cf979d9d33813c826943ede13e3c6a01)) by @AliMD

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package alwatr-storage
Expand Down
4 changes: 4 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/Alwatr/store/compare/v4.0.2...v4.0.3) (2023-12-19)

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

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/demo
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/demo",
"version": "4.0.2",
"version": "4.0.3",
"main": "index.js",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"type": "module",
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": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "4.0.2",
"version": "4.0.3",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* **api:** dockerfile label ([f6c9d03](https://github.com/Alwatr/storage/commit/f6c9d034a91a3df3c85552f68092b312bb53304a)) by @AliMD
* dockerfile labels ([289057c](https://github.com/Alwatr/storage/commit/289057c9cf979d9d33813c826943ede13e3c6a01)) by @AliMD

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/storage-api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-api",
"version": "4.0.2",
"version": "4.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.",
"type": "module",
"keywords": [
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.

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/storage-engine
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/storage-engine",
"version": "4.0.2",
"version": "4.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.",
"keywords": [
"database",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/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.

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/storage-sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-sdk",
"version": "4.0.2",
"version": "4.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.",
"keywords": [
"database",
Expand Down

0 comments on commit f8398e6

Please sign in to comment.