Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 24, 2024
1 parent 82c475e commit 2f037aa
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24)

### Bug Fixes

* **nginx:** update store prefix to latest version ([679a14b](https://github.com/Alwatr/store/commit/679a14b4c3f96b58e8b3bcb90f7af4a2d6b99149)) by @njfamirm

### Miscellaneous Chores

* Delete old LICENSE ([0ac4a06](https://github.com/Alwatr/store/commit/0ac4a06d086a694782a62194c694c2e1ec778854)) by @AliMD
* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot]
* **deps:** bump github/codeql-action in the github-actions group ([840b91b](https://github.com/Alwatr/store/commit/840b91bdb8b8120711d0b31be03038a4e698cb31)) by @dependabot[bot]
* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot]
* new LICENSE ([8b002a4](https://github.com/Alwatr/store/commit/8b002a48e4f997c19be9b570b294bb4f45499edc)) by @AliMD

### Dependencies update

* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD

## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Features
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.1.0",
"version": "7.1.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
11 changes: 11 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot]
* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot]

### Dependencies update

* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD

## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Features
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/store-engine",
"version": "7.1.0",
"version": "7.1.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
11 changes: 11 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot]
* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot]

### Dependencies update

* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD

## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Features
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/store-helper",
"version": "7.1.0",
"version": "7.1.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
6 changes: 6 additions & 0 deletions packages/nginx/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.1.1](https://github.com/Alwatr/nitrobase/compare/v7.1.0...v7.1.1) (2024-09-24)

### Bug Fixes

* **nginx:** update store prefix to latest version ([679a14b](https://github.com/Alwatr/nitrobase/commit/679a14b4c3f96b58e8b3bcb90f7af4a2d6b99149)) by @njfamirm

## [7.0.0](https://github.com/Alwatr/store/compare/v7.0.0-beta.1...v7.0.0) (2024-09-02)

**Note:** Version bump only for package @alwatr/store-nginx
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/store-nginx",
"version": "7.0.0",
"version": "7.1.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]>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot]
* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot]

### Dependencies update

* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD

## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Features
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/store-reference",
"version": "7.1.0",
"version": "7.1.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
11 changes: 11 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot]
* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot]

### Dependencies update

* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD

## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/store",
"version": "7.1.0",
"version": "7.1.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
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/Alwatr/store/compare/v7.1.0...v7.1.1) (2024-09-24)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group across 1 directory with 3 updates ([122251c](https://github.com/Alwatr/store/commit/122251c315c422b7e9c2d5aba827f27b321194bb)) by @dependabot[bot]
* **deps:** bump the alwatr-dependencies group with 9 updates ([2a94694](https://github.com/Alwatr/store/commit/2a94694b2ec12c2915aa77934023328751d13837)) by @dependabot[bot]

### Dependencies update

* update ([82c475e](https://github.com/Alwatr/store/commit/82c475e29bd7f42ad03660556f40f180b3b6c9c6)) by @AliMD

## [7.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Miscellaneous Chores
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/store-types",
"version": "7.1.0",
"version": "7.1.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 2f037aa

Please sign in to comment.