Skip to content

Commit 9a916be

Browse files
committed
release:
1 parent 4bf2853 commit 9a916be

10 files changed

Lines changed: 694 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 484 additions & 0 deletions
Large diffs are not rendered by default.

demo/CHANGELOG.md

Lines changed: 177 additions & 0 deletions
Large diffs are not rendered by default.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/demo",
3-
"version": "1.0.0",
3+
"version": "4.0.0-rc.0",
44
"main": "index.js",
55
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
66
"type": "module",

lerna.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "v4.0.0-rc",
3+
"version": "4.0.0-rc.0",
44
"npmClient": "yarn",
5-
"packages": ["packages/*", "demo"],
5+
"packages": [
6+
"packages/*",
7+
"demo"
8+
],
69
"loglevel": "verbose",
710
"command": {
811
"version": {
912
"conventionalCommits": true,
1013
"changelog": true,
1114
"changelogPreset": "conventional-changelog-angular",
1215
"changelogIncludeCommitsClientLogin": " by @%l",
13-
"ignoreChanges": ["*.md"],
16+
"ignoreChanges": [
17+
"*.md"
18+
],
1419
"message": "release:",
1520
"private": true,
1621
"forceGitTag": true,

packages/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-rc.0](https://github.com/Alwatr/storage/compare/v3.0.0...v4.0.0-rc.0) (2023-11-09)
7+
8+
### Bug Fixes
9+
10+
* all path ([de2a919](https://github.com/Alwatr/storage/commit/de2a9199932a83fa9adb247e3f3825b86aa1ee56)) by @AliMD
11+
* compatible with new logger ([7cdad46](https://github.com/Alwatr/storage/commit/7cdad4682d81acb9318b543a9524a33173e85dbc)) by @AliMD
12+
613
## [1.1.2](https://github.com/Alwatr/storage/compare/@alwatr/storage-client@1.1.1...@alwatr/storage-client@1.1.2) (2023-09-12)
714

815
**Note:** Version bump only for package @alwatr/storage-client

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/storage-client",
3-
"version": "1.1.2",
3+
"version": "4.0.0-rc.0",
44
"description": "Elegant micro client for storage server written in tiny TypeScript ES module.",
55
"keywords": [
66
"database",

packages/engine/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-rc.0](https://github.com/Alwatr/storage/compare/v3.0.0...v4.0.0-rc.0) (2023-11-09)
7+
8+
### Bug Fixes
9+
10+
* all path ([de2a919](https://github.com/Alwatr/storage/commit/de2a9199932a83fa9adb247e3f3825b86aa1ee56)) by @AliMD
11+
* compatible with new logger ([7cdad46](https://github.com/Alwatr/storage/commit/7cdad4682d81acb9318b543a9524a33173e85dbc)) by @AliMD
12+
613
## [1.1.2](https://github.com/Alwatr/storage/compare/@alwatr/storage-engine@1.1.1...@alwatr/storage-engine@1.1.2) (2023-09-12)
714

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

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/storage-engine",
3-
"version": "1.1.2",
3+
"version": "4.0.0-rc.0",
44
"description": "Elegant micro in-memory json-like storage with disk backed, Faster NoSQL Database written in tiny TypeScript ES module.",
55
"keywords": [
66
"database",

packages/server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-rc.0](https://github.com/Alwatr/storage/compare/v3.0.0...v4.0.0-rc.0) (2023-11-09)
7+
8+
### Bug Fixes
9+
10+
* all path ([de2a919](https://github.com/Alwatr/storage/commit/de2a9199932a83fa9adb247e3f3825b86aa1ee56)) by @AliMD
11+
* build issues ([4d0187b](https://github.com/Alwatr/storage/commit/4d0187b1f783342b21f164e45665d49ba66a7617)) by @AliMD
12+
613
## [1.0.1](https://github.com/Alwatr/storage/compare/v1.0.0...v1.0.1) (2023-06-21)
714

815
**Note:** Version bump only for package @alwatr/storage-server

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/storage-server",
3-
"version": "1.0.0",
3+
"version": "4.0.0-rc.0",
44
"description": "Alwatr Storage Server, Elegant micro in-memory json-like storage nanoservice with disk backed, Fastest NoSQL Database.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)