Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Apr 25, 2024
1 parent f9d3b1f commit bd44b11
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.4](https://github.com/Alwatr/store/compare/v6.0.3...v6.0.4) (2024-04-25)

### Bug Fixes

* **refrence:** set created meta to now ([9cacc0f](https://github.com/Alwatr/store/commit/9cacc0fc84743ccbb5a8a2581963545bb493c2bb)) by @njfamirm

### Miscellaneous Chores

* **deps:** bump alwatr/nginx-json in /packages/nginx ([ae24e49](https://github.com/Alwatr/store/commit/ae24e49b1a1d183f7e331b72e8d077cbd14484b2)) by @dependabot[bot]
* **deps:** bump the github-actions group across 1 directory with 5 updates ([b051cd5](https://github.com/Alwatr/store/commit/b051cd515060502f1a101a9c0cc22ec030fb8435)) by @dependabot[bot]
* **nginx:** update labels ([4b15d23](https://github.com/Alwatr/store/commit/4b15d23aea3383cfd97356437411642f93ebd270)) by @AliMD

## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28)

### 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": "6.0.3",
"version": "6.0.4",
"npmClient": "yarn",
"packages": [
"packages/*"
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.

## [6.0.4](https://github.com/Alwatr/store/compare/v6.0.3...v6.0.4) (2024-04-25)

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

## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28)

### Miscellaneous Chores
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": "6.0.3",
"version": "6.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.",
"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.

## [6.0.4](https://github.com/Alwatr/store/compare/v6.0.3...v6.0.4) (2024-04-25)

### Miscellaneous Chores

* **deps:** bump alwatr/nginx-json in /packages/nginx ([ae24e49](https://github.com/Alwatr/store/commit/ae24e49b1a1d183f7e331b72e8d077cbd14484b2)) by @dependabot[bot]
* **nginx:** update labels ([4b15d23](https://github.com/Alwatr/store/commit/4b15d23aea3383cfd97356437411642f93ebd270)) by @AliMD

## [6.0.2](https://github.com/Alwatr/store/compare/v6.0.1...v6.0.2) (2024-02-09)

### Performance Improvements
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": "6.0.2",
"version": "6.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.",
"author": "S. Ali Mihandoost <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/reference/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.

## [6.0.4](https://github.com/Alwatr/store/compare/v6.0.3...v6.0.4) (2024-04-25)

### Bug Fixes

* **refrence:** set created meta to now ([9cacc0f](https://github.com/Alwatr/store/commit/9cacc0fc84743ccbb5a8a2581963545bb493c2bb)) by @njfamirm

## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28)

### Miscellaneous Chores
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": "6.0.3",
"version": "6.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.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/types/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.

## [6.0.4](https://github.com/Alwatr/store/compare/v6.0.3...v6.0.4) (2024-04-25)

**Note:** Version bump only for package @alwatr/store-types

## [6.0.3](https://github.com/Alwatr/store/compare/v6.0.2...v6.0.3) (2024-03-28)

### 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": "6.0.3",
"version": "6.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.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down

0 comments on commit bd44b11

Please sign in to comment.