Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 23, 2024
1 parent eeadcf7 commit f2bfd70
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 5 deletions.
6 changes: 6 additions & 0 deletions 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.2.1](https://github.com/Alwatr/storage/compare/v4.2.0...v4.2.1) (2024-01-23)

### Bug Fixes

* **nginx:** NGINX_OPEN_FILE_CACHE_VALID ([eeadcf7](https://github.com/Alwatr/storage/commit/eeadcf7d68481918cadaa83120c9c81d6b0d1341)) by @

# [4.2.0](https://github.com/Alwatr/storage/compare/v4.1.0...v4.2.0) (2024-01-23)

### Bug Fixes
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.2.1](https://github.com/Alwatr/store/compare/v4.2.0...v4.2.1) (2024-01-23)

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

# [4.2.0](https://github.com/Alwatr/store/compare/v4.1.0...v4.2.0) (2024-01-23)

**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.2.0",
"version": "4.2.1",
"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.2.0",
"version": "4.2.1",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/api/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.2.1](https://github.com/Alwatr/store/compare/v4.2.0...v4.2.1) (2024-01-23)

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

# [4.2.0](https://github.com/Alwatr/store/compare/v4.1.0...v4.2.0) (2024-01-23)

### Bug Fixes
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.2.0",
"version": "4.2.1",
"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]>",
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/engine/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.2.1](https://github.com/Alwatr/store/compare/v4.2.0...v4.2.1) (2024-01-23)

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

# [4.2.0](https://github.com/Alwatr/store/compare/v4.1.0...v4.2.0) (2024-01-23)

**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.2.0",
"version": "4.2.1",
"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
4 changes: 4 additions & 0 deletions packages/sdk/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.2.1](https://github.com/Alwatr/store/compare/v4.2.0...v4.2.1) (2024-01-23)

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

# [4.2.0](https://github.com/Alwatr/store/compare/v4.1.0...v4.2.0) (2024-01-23)

**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.2.0",
"version": "4.2.1",
"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 f2bfd70

Please sign in to comment.