Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Sep 8, 2024
1 parent daecf1c commit 418cc88
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 6 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.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Features

* **engine:** add @alwatr/store-helper package ([66bca93](https://github.com/Alwatr/store/commit/66bca93e46f344b54b6f9eb57f4a680247e36157)) by @AliMD
* **helper:** add @alwatr/store-helper package ([158377c](https://github.com/Alwatr/store/commit/158377c69a2fe9ead17fa8160f95298fbbae19ec)) by @AliMD
* **reference:** add @alwatr/store-helper package ([a9077ae](https://github.com/Alwatr/store/commit/a9077aeff62c8c06ad2ac9eed1f2e637a1ba0b9b)) by @AliMD

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group with 2 updates ([f6d8374](https://github.com/Alwatr/store/commit/f6d837417886ccf3719100570194434455fda365)) by @dependabot[bot]
* **deps:** bump github/codeql-action in the github-actions group ([38c8fea](https://github.com/Alwatr/store/commit/38c8feac66c235d90c975090f05206fb37fd1e7f)) by @dependabot[bot]
* **vscode:** update settings.json ([ad90759](https://github.com/Alwatr/store/commit/ad90759468c9a710a330ff50cfefd58b121c6af9)) by @AliMD

### Dependencies update

* update ([09c86a3](https://github.com/Alwatr/store/commit/09c86a3f6149feff6ab2abef218d16d631a8c8db)) by @AliMD

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

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

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

### Features

* **engine:** add @alwatr/store-helper package ([66bca93](https://github.com/Alwatr/store/commit/66bca93e46f344b54b6f9eb57f4a680247e36157)) by @AliMD

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group with 2 updates ([f6d8374](https://github.com/Alwatr/store/commit/f6d837417886ccf3719100570194434455fda365)) by @dependabot[bot]

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

### 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.0.0",
"version": "7.1.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
10 changes: 10 additions & 0 deletions packages/helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

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

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

### Features

* **helper:** add @alwatr/store-helper package ([158377c](https://github.com/Alwatr/store/commit/158377c69a2fe9ead17fa8160f95298fbbae19ec)) by @AliMD
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.0.0",
"version": "7.1.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
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.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Features

* **helper:** add @alwatr/store-helper package ([158377c](https://github.com/Alwatr/store/commit/158377c69a2fe9ead17fa8160f95298fbbae19ec)) by @AliMD
* **reference:** add @alwatr/store-helper package ([a9077ae](https://github.com/Alwatr/store/commit/a9077aeff62c8c06ad2ac9eed1f2e637a1ba0b9b)) by @AliMD

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group with 2 updates ([f6d8374](https://github.com/Alwatr/store/commit/f6d837417886ccf3719100570194434455fda365)) by @dependabot[bot]

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

### ⚠ BREAKING CHANGES
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.0.0",
"version": "7.1.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
6 changes: 6 additions & 0 deletions packages/store/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.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group with 2 updates ([f6d8374](https://github.com/Alwatr/store/commit/f6d837417886ccf3719100570194434455fda365)) by @dependabot[bot]

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

### Features
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.0.0",
"version": "7.1.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
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.1.0](https://github.com/Alwatr/store/compare/v7.0.0...v7.1.0) (2024-09-08)

### Miscellaneous Chores

* **deps-dev:** bump the development-dependencies group with 2 updates ([f6d8374](https://github.com/Alwatr/store/commit/f6d837417886ccf3719100570194434455fda365)) by @dependabot[bot]

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

### ⚠ BREAKING CHANGES
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.0.0",
"version": "7.1.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

0 comments on commit 418cc88

Please sign in to comment.