Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 20, 2023
2 parents 04e9b9e + e14fa64 commit bc66fcc
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Setup nodejs
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: 🏗 Extract metadata
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
id: meta
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.4.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
images: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Setup nodejs
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
Expand Down
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.

## [4.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

**Note:** Version bump only for package alwatr-storage

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* **api:** dockerfile label ([f6c9d03](https://github.com/Alwatr/storage/commit/f6c9d034a91a3df3c85552f68092b312bb53304a)) by @AliMD
* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm
* dockerfile labels ([289057c](https://github.com/Alwatr/storage/commit/289057c9cf979d9d33813c826943ede13e3c6a01)) by @AliMD

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package alwatr-storage
Expand Down
8 changes: 8 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.4](https://github.com/Alwatr/store/compare/v4.0.3...v4.0.4) (2023-12-19)

**Note:** Version bump only for package @alwatr/demo

## [4.0.3](https://github.com/Alwatr/store/compare/v4.0.2...v4.0.3) (2023-12-19)

**Note:** Version bump only for package @alwatr/demo

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/demo
Expand Down
3 changes: 1 addition & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/demo",
"version": "4.0.2",
"version": "4.0.4",
"main": "index.js",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"type": "module",
Expand All @@ -15,7 +15,6 @@
"@alwatr/math": "^1.3.1",
"@alwatr/storage-engine": "workspace:^",
"@alwatr/storage-sdk": "workspace:^",
"@alwatr/store-engine": "workspace:^",
"@alwatr/store-node-fs": "workspace:^",
"@alwatr/util": "^1.4.1",
"tslib": "^2.6.2"
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": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "4.0.2",
"version": "4.0.4",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/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.

## [4.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* **api:** dockerfile label ([f6c9d03](https://github.com/Alwatr/storage/commit/f6c9d034a91a3df3c85552f68092b312bb53304a)) by @AliMD
* dockerfile labels ([289057c](https://github.com/Alwatr/storage/commit/289057c9cf979d9d33813c826943ede13e3c6a01)) by @AliMD

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/storage-api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-api",
"version": "4.0.2",
"version": "4.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.",
"type": "module",
"keywords": [
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.

## [4.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**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": "4.0.2",
"version": "4.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.",
"keywords": [
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/src/storage-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {AlwatrDocumentStorage, AlwatrDocumentObject, MaybePromise} from '@a

export type {AlwatrDocumentObject, AlwatrDocumentStorage};

definePackage('@alwatr/storage-engine', '4.*');
definePackage('storage-engine', '4.*');

/**
* Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup.
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/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.

## [4.0.4](https://github.com/Alwatr/storage/compare/v4.0.3...v4.0.4) (2023-12-19)

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

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)

### Bug Fixes

* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm

## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

**Note:** Version bump only for package @alwatr/storage-sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage-sdk",
"version": "4.0.2",
"version": "4.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.",
"keywords": [
"database",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/storage-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {

export {type AlwatrStorageConfig};

definePackage('@alwatr/storage-sdk', '4.*');
definePackage('storage-sdk', '4.*');

/**
* Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup.
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ __metadata:
"@alwatr/math": "npm:^1.3.1"
"@alwatr/storage-engine": "workspace:^"
"@alwatr/storage-sdk": "workspace:^"
"@alwatr/store-engine": "workspace:^"
"@alwatr/store-node-fs": "workspace:^"
"@alwatr/type": "npm:^1.2.4"
"@alwatr/util": "npm:^1.4.1"
Expand Down Expand Up @@ -117,7 +116,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/store-engine@workspace:^, @alwatr/store-engine@workspace:packages/engine5":
"@alwatr/store-engine@workspace:packages/engine5":
version: 0.0.0-use.local
resolution: "@alwatr/store-engine@workspace:packages/engine5"
dependencies:
Expand Down

0 comments on commit bc66fcc

Please sign in to comment.