Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 9, 2024
1 parent 6378cb3 commit cb82a2f
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 8 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

### Features

* add `user-management` package ([dd0037c](https://github.com/Alwatr/nitrobase/commit/dd0037c9443459520c41f17adbac579069821f95)) by @mohammadhonarvar
* **nitrobase:** export `nitrobase-user-management` ([338e9ab](https://github.com/Alwatr/nitrobase/commit/338e9ab2699f2e532c194667e10a1aa4e795677f)) by @mohammadhonarvar
* **types:** add `AlwatrAuth` ([bff7ab6](https://github.com/Alwatr/nitrobase/commit/bff7ab6cc3850173c30cf3b0408cfda9584df185)) by @mohammadhonarvar
* **user-manaement:** add the initial sturcture ([2897b2c](https://github.com/Alwatr/nitrobase/commit/2897b2c43ce65f5683078fc51022ea3d5cf952af)) by @mohammadhonarvar

### Bug Fixes

* **nginx:** change return code from 444 to 403 for unauthorized user access ([7cdb33d](https://github.com/Alwatr/nitrobase/commit/7cdb33d66c1c98f118c623a4cc116d9f60da344a)) by @AliMD
* **nginx:** update base image from 3.2.0 to 3.3.1 in Dockerfile ([6378cb3](https://github.com/Alwatr/nitrobase/commit/6378cb3913937f9bd09f514648b1f77a06af317f)) by @AliMD
* **user-management:** complete codes & types ([838bfd2](https://github.com/Alwatr/nitrobase/commit/838bfd2ca19fb0443beb68903b60cd8aa9c2f791)) by @mohammadhonarvar
* **user-management:** review's feedback ([77b2796](https://github.com/Alwatr/nitrobase/commit/77b2796095f4ad87895df9de5f559dae07537020)) by @mohammadhonarvar
* **user-management:** update `directory` & `homepage` ([32f54f6](https://github.com/Alwatr/nitrobase/commit/32f54f681541373ea3fc8c460d711c04b64c7871)) by @mohammadhonarvar
* **user-management:** update version & name ([1db77da](https://github.com/Alwatr/nitrobase/commit/1db77daa422efe05a1ec4e6156bd6a053bea14ae)) by @mohammadhonarvar
* **workflow:** enable test mode for nginx container tests ([d5bcae5](https://github.com/Alwatr/nitrobase/commit/d5bcae560d216a73bc6ebd6170f4582785d842b0)) by @AliMD

### Code Refactoring

* **engine:** make `config` as a public property ([6453540](https://github.com/Alwatr/nitrobase/commit/6453540aac42340cfe3b7ac9e4c26f904aaccdcc)) by @mohammadhonarvar
* **user-management:** remove commented-out code and clean up interface ([f32ac45](https://github.com/Alwatr/nitrobase/commit/f32ac45c14ffe2e5c1b2eb664c1add182a975d1c)) by @AliMD

### Dependencies update

* update ([222692c](https://github.com/Alwatr/nitrobase/commit/222692ce3074b81a138174d147b237595bfaf6df)) by @mohammadhonarvar

## [7.4.1](https://github.com/Alwatr/nitrobase/compare/v7.4.0...v7.4.1) (2024-11-08)

### Bug Fixes
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": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "7.4.1",
"version": "7.5.0",
"npmClient": "yarn",
"packages": [
"packages/*"
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.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

### Code Refactoring

* **engine:** make `config` as a public property ([6453540](https://github.com/Alwatr/nitrobase/commit/6453540aac42340cfe3b7ac9e4c26f904aaccdcc)) by @mohammadhonarvar

## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)

### Dependencies update
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/nitrobase-engine",
"version": "7.4.0",
"version": "7.5.0",
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/helper/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.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

**Note:** Version bump only for package @alwatr/nitrobase-helper

## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)

### Dependencies update
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nitrobase-helper",
"version": "7.4.0",
"version": "7.5.0",
"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
7 changes: 7 additions & 0 deletions packages/nginx/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.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

### Bug Fixes

* **nginx:** change return code from 444 to 403 for unauthorized user access ([7cdb33d](https://github.com/Alwatr/nitrobase/commit/7cdb33d66c1c98f118c623a4cc116d9f60da344a)) by @AliMD
* **nginx:** update base image from 3.2.0 to 3.3.1 in Dockerfile ([6378cb3](https://github.com/Alwatr/nitrobase/commit/6378cb3913937f9bd09f514648b1f77a06af317f)) by @AliMD

## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nitrobase-nginx",
"version": "7.4.0",
"version": "7.5.0",
"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]>",
"license": "AGPL-3.0-only",
Expand Down
6 changes: 6 additions & 0 deletions packages/nitrobase/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.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

### Features

* **nitrobase:** export `nitrobase-user-management` ([338e9ab](https://github.com/Alwatr/nitrobase/commit/338e9ab2699f2e532c194667e10a1aa4e795677f)) by @mohammadhonarvar

## [7.4.1](https://github.com/Alwatr/nitrobase/compare/v7.4.0...v7.4.1) (2024-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nitrobase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nitrobase",
"version": "7.4.1",
"version": "7.5.0",
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/reference/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.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

**Note:** Version bump only for package @alwatr/nitrobase-reference

## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)

### Dependencies update
Expand Down
2 changes: 1 addition & 1 deletion packages/reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nitrobase-reference",
"version": "7.4.0",
"version": "7.5.0",
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/types/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.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

### Features

* **types:** add `AlwatrAuth` ([bff7ab6](https://github.com/Alwatr/nitrobase/commit/bff7ab6cc3850173c30cf3b0408cfda9584df185)) by @mohammadhonarvar

## [7.4.0](https://github.com/Alwatr/nitrobase/compare/v7.3.1...v7.4.0) (2024-11-08)

### Dependencies update
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nitrobase-types",
"version": "7.4.0",
"version": "7.5.0",
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
22 changes: 22 additions & 0 deletions packages/user-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.0](https://github.com/Alwatr/nitrobase/compare/v7.4.1...v7.5.0) (2024-11-09)

### Features

* add `user-management` package ([dd0037c](https://github.com/Alwatr/nitrobase/commit/dd0037c9443459520c41f17adbac579069821f95)) by @mohammadhonarvar
* **user-manaement:** add the initial sturcture ([2897b2c](https://github.com/Alwatr/nitrobase/commit/2897b2c43ce65f5683078fc51022ea3d5cf952af)) by @mohammadhonarvar

### Bug Fixes

* **user-management:** complete codes & types ([838bfd2](https://github.com/Alwatr/nitrobase/commit/838bfd2ca19fb0443beb68903b60cd8aa9c2f791)) by @mohammadhonarvar
* **user-management:** review's feedback ([77b2796](https://github.com/Alwatr/nitrobase/commit/77b2796095f4ad87895df9de5f559dae07537020)) by @mohammadhonarvar
* **user-management:** update `directory` & `homepage` ([32f54f6](https://github.com/Alwatr/nitrobase/commit/32f54f681541373ea3fc8c460d711c04b64c7871)) by @mohammadhonarvar
* **user-management:** update version & name ([1db77da](https://github.com/Alwatr/nitrobase/commit/1db77daa422efe05a1ec4e6156bd6a053bea14ae)) by @mohammadhonarvar

### Code Refactoring

* **user-management:** remove commented-out code and clean up interface ([f32ac45](https://github.com/Alwatr/nitrobase/commit/f32ac45c14ffe2e5c1b2eb664c1add182a975d1c)) by @AliMD
2 changes: 1 addition & 1 deletion packages/user-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nitrobase-user-management",
"version": "7.4.0",
"version": "7.5.0",
"description": "",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down

0 comments on commit cb82a2f

Please sign in to comment.