Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 27, 2023
1 parent 9d67c99 commit cd28267
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 4 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.1](https://github.com/Alwatr/storage/compare/v4.0.0...v4.0.1) (2023-11-27)

### Bug Fixes

* **demo:** build ([80735fd](https://github.com/Alwatr/storage/commit/80735fde1bfde0b8d7c3e270ef3bbbfe359bff91)) by @AliMD
* **sdk:** AlwatrStorage class name ([7e0d238](https://github.com/Alwatr/storage/commit/7e0d2389d1fff0929a75adcf8c2419126a685c5a)) by @AliMD
* **sdk:** main file name ([3c55f58](https://github.com/Alwatr/storage/commit/3c55f580bc18610ca1fd3dbe261a30d3cbe8fcae)) by @AliMD

# [4.0.0](https://github.com/Alwatr/storage/compare/v4.0.0-rc.0...v4.0.0) (2023-11-27)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions demo/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.1](https://github.com/Alwatr/storage/compare/v4.0.0...v4.0.1) (2023-11-27)

### Bug Fixes

* **demo:** build ([80735fd](https://github.com/Alwatr/storage/commit/80735fde1bfde0b8d7c3e270ef3bbbfe359bff91)) by @AliMD

# [4.0.0](https://github.com/Alwatr/storage/compare/v4.0.0-rc.0...v4.0.0) (2023-11-27)

**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.0",
"version": "4.0.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.0.0",
"version": "4.0.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.0.1](https://github.com/Alwatr/storage/compare/v4.0.0...v4.0.1) (2023-11-27)

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

# [4.0.0](https://github.com/Alwatr/storage/compare/v4.0.0-rc.0...v4.0.0) (2023-11-27)

### 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.0",
"version": "4.0.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.",
"type": "module",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/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.1](https://github.com/Alwatr/storage/compare/v4.0.0...v4.0.1) (2023-11-27)

### Bug Fixes

* **sdk:** AlwatrStorage class name ([7e0d238](https://github.com/Alwatr/storage/commit/7e0d2389d1fff0929a75adcf8c2419126a685c5a)) by @AliMD
* **sdk:** main file name ([3c55f58](https://github.com/Alwatr/storage/commit/3c55f580bc18610ca1fd3dbe261a30d3cbe8fcae)) by @AliMD

# [4.0.0](https://github.com/Alwatr/storage/compare/v4.0.0-rc.0...v4.0.0) (2023-11-27)

### Features
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.0",
"version": "4.0.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.",
"keywords": [
"database",
Expand Down

0 comments on commit cd28267

Please sign in to comment.