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 f8398e6 commit e14fa64
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions 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.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

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

### 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.0.4](https://github.com/Alwatr/store/compare/v4.0.3...v4.0.4) (2023-12-19)

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

## [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
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.3",
"version": "4.0.4",
"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.3",
"version": "4.0.4",
"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.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

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

### 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.0.3",
"version": "4.0.4",
"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
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.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

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

### Bug Fixes
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.3",
"version": "4.0.4",
"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
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.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

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

### Bug Fixes
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.3",
"version": "4.0.4",
"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 e14fa64

Please sign in to comment.