From c000689de24ff655c97f2c7c2bf00a1e18586759 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Tue, 26 Dec 2023 12:25:36 +0330 Subject: [PATCH] release: - @alwatr/deep-clone@1.0.10 - @alwatr/eslint-config@1.0.6 - @alwatr/flat-string@1.0.9 - @alwatr/global-scope@1.1.5 - @alwatr/platform-info@1.0.5 - @alwatr/type-helper@1.0.0-beta.0 --- packages/deep-clone/CHANGELOG.md | 4 ++++ packages/deep-clone/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 2 +- packages/flat-string/CHANGELOG.md | 4 ++++ packages/flat-string/package.json | 2 +- packages/global-scope/CHANGELOG.md | 4 ++++ packages/global-scope/package.json | 2 +- packages/platform-info/CHANGELOG.md | 4 ++++ packages/platform-info/package.json | 2 +- packages/type-helper/CHANGELOG.md | 10 ++++++++++ packages/type-helper/package.json | 2 +- 12 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 packages/type-helper/CHANGELOG.md diff --git a/packages/deep-clone/CHANGELOG.md b/packages/deep-clone/CHANGELOG.md index c2bb2857..5392d8c7 100644 --- a/packages/deep-clone/CHANGELOG.md +++ b/packages/deep-clone/CHANGELOG.md @@ -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. +## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.9...@alwatr/deep-clone@1.0.10) (2023-12-26) + +**Note:** Version bump only for package @alwatr/deep-clone + ## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.8...@alwatr/deep-clone@1.0.9) (2023-12-23) ### Bug Fixes diff --git a/packages/deep-clone/package.json b/packages/deep-clone/package.json index aeb93c24..0218fb69 100644 --- a/packages/deep-clone/package.json +++ b/packages/deep-clone/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/deep-clone", - "version": "1.0.9", + "version": "1.0.10", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 7cc2cb08..5e8058c8 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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. +## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.0.5...@alwatr/eslint-config@1.0.6) (2023-12-26) + +**Note:** Version bump only for package @alwatr/eslint-config + ## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.0.4...@alwatr/eslint-config@1.0.5) (2023-12-23) **Note:** Version bump only for package @alwatr/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index bf56bd37..4f404133 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/eslint-config", - "version": "1.0.5", + "version": "1.0.6", "description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flat-string/CHANGELOG.md b/packages/flat-string/CHANGELOG.md index 852f1212..581cb95f 100644 --- a/packages/flat-string/CHANGELOG.md +++ b/packages/flat-string/CHANGELOG.md @@ -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. +## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.8...@alwatr/flat-string@1.0.9) (2023-12-26) + +**Note:** Version bump only for package @alwatr/flat-string + ## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.7...@alwatr/flat-string@1.0.8) (2023-12-23) ### Bug Fixes diff --git a/packages/flat-string/package.json b/packages/flat-string/package.json index fa7bb493..459a18fa 100644 --- a/packages/flat-string/package.json +++ b/packages/flat-string/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flat-string", - "version": "1.0.8", + "version": "1.0.9", "description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/global-scope/CHANGELOG.md b/packages/global-scope/CHANGELOG.md index 79dbe361..a5cb85ef 100644 --- a/packages/global-scope/CHANGELOG.md +++ b/packages/global-scope/CHANGELOG.md @@ -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. +## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.4...@alwatr/global-scope@1.1.5) (2023-12-26) + +**Note:** Version bump only for package @alwatr/global-scope + ## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.3...@alwatr/global-scope@1.1.4) (2023-12-23) ### Bug Fixes diff --git a/packages/global-scope/package.json b/packages/global-scope/package.json index 3a01c3f2..a9e6096d 100644 --- a/packages/global-scope/package.json +++ b/packages/global-scope/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-scope", - "version": "1.1.4", + "version": "1.1.5", "description": "This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/platform-info/CHANGELOG.md b/packages/platform-info/CHANGELOG.md index 58302324..258ac239 100644 --- a/packages/platform-info/CHANGELOG.md +++ b/packages/platform-info/CHANGELOG.md @@ -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. +## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.4...@alwatr/platform-info@1.0.5) (2023-12-26) + +**Note:** Version bump only for package @alwatr/platform-info + ## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.3...@alwatr/platform-info@1.0.4) (2023-12-23) ### Bug Fixes diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index 57fd79d6..b405a9db 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "1.0.4", + "version": "1.0.5", "description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/type-helper/CHANGELOG.md b/packages/type-helper/CHANGELOG.md new file mode 100644 index 00000000..5f989b4c --- /dev/null +++ b/packages/type-helper/CHANGELOG.md @@ -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. + +# 1.0.0-beta.0 (2023-12-26) + +### Features + +* **type-helper:** new package for ts types ([4d81aaf](https://github.com/Alwatr/nanolib/commit/4d81aaf7953769ebd4af58e4c0590b5e537db056)) by @AliMD diff --git a/packages/type-helper/package.json b/packages/type-helper/package.json index 3071dacb..6c07a673 100644 --- a/packages/type-helper/package.json +++ b/packages/type-helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type-helper", - "version": "1.0.0-beta", + "version": "1.0.0-beta.0", "description": "Collection of useful typescript type helpers.", "author": "S. Ali Mihandoost ", "keywords": [