Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 9, 2023
1 parent 4bf2853 commit 9a916be
Show file tree
Hide file tree
Showing 10 changed files with 694 additions and 7 deletions.
484 changes: 484 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

177 changes: 177 additions & 0 deletions demo/CHANGELOG.md

Large diffs are not rendered by default.

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": "1.0.0",
"version": "4.0.0-rc.0",
"main": "index.js",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"type": "module",
Expand Down
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "v4.0.0-rc",
"version": "4.0.0-rc.0",
"npmClient": "yarn",
"packages": ["packages/*", "demo"],
"packages": [
"packages/*",
"demo"
],
"loglevel": "verbose",
"command": {
"version": {
"conventionalCommits": true,
"changelog": true,
"changelogPreset": "conventional-changelog-angular",
"changelogIncludeCommitsClientLogin": " by @%l",
"ignoreChanges": ["*.md"],
"ignoreChanges": [
"*.md"
],
"message": "release:",
"private": true,
"forceGitTag": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/client/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.0-rc.0](https://github.com/Alwatr/storage/compare/v3.0.0...v4.0.0-rc.0) (2023-11-09)

### Bug Fixes

* all path ([de2a919](https://github.com/Alwatr/storage/commit/de2a9199932a83fa9adb247e3f3825b86aa1ee56)) by @AliMD
* compatible with new logger ([7cdad46](https://github.com/Alwatr/storage/commit/7cdad4682d81acb9318b543a9524a33173e85dbc)) by @AliMD

## [1.1.2](https://github.com/Alwatr/storage/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-09-12)

**Note:** Version bump only for package @alwatr/storage-client
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-client",
"version": "1.1.2",
"version": "4.0.0-rc.0",
"description": "Elegant micro client for storage server written in tiny TypeScript ES module.",
"keywords": [
"database",
Expand Down
7 changes: 7 additions & 0 deletions packages/engine/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.0-rc.0](https://github.com/Alwatr/storage/compare/v3.0.0...v4.0.0-rc.0) (2023-11-09)

### Bug Fixes

* all path ([de2a919](https://github.com/Alwatr/storage/commit/de2a9199932a83fa9adb247e3f3825b86aa1ee56)) by @AliMD
* compatible with new logger ([7cdad46](https://github.com/Alwatr/storage/commit/7cdad4682d81acb9318b543a9524a33173e85dbc)) by @AliMD

## [1.1.2](https://github.com/Alwatr/storage/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-09-12)

**Note:** Version bump only for package @alwatr/storage-engine
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/storage-engine",
"version": "1.1.2",
"version": "4.0.0-rc.0",
"description": "Elegant micro in-memory json-like storage with disk backed, Faster NoSQL Database written in tiny TypeScript ES module.",
"keywords": [
"database",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/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.0-rc.0](https://github.com/Alwatr/storage/compare/v3.0.0...v4.0.0-rc.0) (2023-11-09)

### Bug Fixes

* all path ([de2a919](https://github.com/Alwatr/storage/commit/de2a9199932a83fa9adb247e3f3825b86aa1ee56)) by @AliMD
* build issues ([4d0187b](https://github.com/Alwatr/storage/commit/4d0187b1f783342b21f164e45665d49ba66a7617)) by @AliMD

## [1.0.1](https://github.com/Alwatr/storage/compare/v1.0.0...v1.0.1) (2023-06-21)

**Note:** Version bump only for package @alwatr/storage-server
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-server",
"version": "1.0.0",
"version": "4.0.0-rc.0",
"description": "Alwatr Storage Server, Elegant micro in-memory json-like storage nanoservice with disk backed, Fastest NoSQL Database.",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 9a916be

Please sign in to comment.