From 8d72218409e5b93b27b5026d9cea8f0bf0b1414a Mon Sep 17 00:00:00 2001 From: Nexim Bot Date: Mon, 6 Jan 2025 07:28:26 +0000 Subject: [PATCH] release: new independent version - @nexim/alpine@1.1.2 - @nexim/element@1.1.2 - @nexim/google-analytics@1.0.3 - @nexim/service-worker@1.0.2 - @nexim/typescript-config@2.0.0 --- packages/alpine/CHANGELOG.md | 6 ++++++ packages/alpine/package.json | 2 +- packages/element/CHANGELOG.md | 6 ++++++ packages/element/package.json | 2 +- packages/google-analytics/CHANGELOG.md | 6 ++++++ packages/google-analytics/package.json | 2 +- packages/service-worker/CHANGELOG.md | 6 ++++++ packages/service-worker/package.json | 2 +- packages/typescript-config/CHANGELOG.md | 19 +++++++++++++++++++ packages/typescript-config/package.json | 2 +- 10 files changed, 48 insertions(+), 5 deletions(-) diff --git a/packages/alpine/CHANGELOG.md b/packages/alpine/CHANGELOG.md index 50ca7c4..556fcb1 100644 --- a/packages/alpine/CHANGELOG.md +++ b/packages/alpine/CHANGELOG.md @@ -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. +## [1.1.2](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.1...@nexim/alpine@1.1.2) (2025-01-06) + +### Code Refactoring + +* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm + ## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.1.0...@nexim/alpine@1.1.1) (2025-01-05) ### Bug Fixes diff --git a/packages/alpine/package.json b/packages/alpine/package.json index 8ac50ee..68ed999 100644 --- a/packages/alpine/package.json +++ b/packages/alpine/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/alpine", - "version": "1.1.1", + "version": "1.1.2", "description": "Utility functions to enhance Alpine.js usage with backup support.", "keywords": [ "alpinejs", diff --git a/packages/element/CHANGELOG.md b/packages/element/CHANGELOG.md index ae879e1..ff083da 100644 --- a/packages/element/CHANGELOG.md +++ b/packages/element/CHANGELOG.md @@ -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. +## [1.1.2](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.1.1...@nexim/element@1.1.2) (2025-01-06) + +### Code Refactoring + +* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm + ## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.1.0...@nexim/element@1.1.1) (2025-01-05) ### Bug Fixes diff --git a/packages/element/package.json b/packages/element/package.json index ef61687..fd2d483 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/element", - "version": "1.1.1", + "version": "1.1.2", "description": "Utility functions and mixins for building high-performance web components with Lit.", "keywords": [ "lit", diff --git a/packages/google-analytics/CHANGELOG.md b/packages/google-analytics/CHANGELOG.md index 9673603..398d42a 100644 --- a/packages/google-analytics/CHANGELOG.md +++ b/packages/google-analytics/CHANGELOG.md @@ -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. +## [1.0.3](https://github.com/the-nexim/nanolib/compare/@nexim/google-analytics@1.0.2...@nexim/google-analytics@1.0.3) (2025-01-06) + +### Code Refactoring + +* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm + ## [1.0.2](https://github.com/the-nexim/nanolib/compare/@nexim/google-analytics@1.0.1...@nexim/google-analytics@1.0.2) (2025-01-05) ### Bug Fixes diff --git a/packages/google-analytics/package.json b/packages/google-analytics/package.json index 710bb8c..0851de7 100644 --- a/packages/google-analytics/package.json +++ b/packages/google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/google-analytics", - "version": "1.0.2", + "version": "1.0.3", "description": "Utilities provides functions to set up Google Analytics for your web application.", "keywords": [ "analytic", diff --git a/packages/service-worker/CHANGELOG.md b/packages/service-worker/CHANGELOG.md index a6e27ee..07706fb 100644 --- a/packages/service-worker/CHANGELOG.md +++ b/packages/service-worker/CHANGELOG.md @@ -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. +## [1.0.2](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.1...@nexim/service-worker@1.0.2) (2025-01-06) + +### Code Refactoring + +* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm + ## [1.0.1](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.0-alpha.2...@nexim/service-worker@1.0.1) (2025-01-05) **Note:** Version bump only for package @nexim/service-worker diff --git a/packages/service-worker/package.json b/packages/service-worker/package.json index 9f0f2f2..c3b1bef 100644 --- a/packages/service-worker/package.json +++ b/packages/service-worker/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/service-worker", - "version": "1.0.1", + "version": "1.0.2", "description": "Utilities to simplify the usage of service workers in your web applications.", "keywords": [ "worker", diff --git a/packages/typescript-config/CHANGELOG.md b/packages/typescript-config/CHANGELOG.md index d16a8d4..89e0897 100644 --- a/packages/typescript-config/CHANGELOG.md +++ b/packages/typescript-config/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0](https://github.com/the-nexim/nanolib/compare/@nexim/typescript-config@1.1.0...@nexim/typescript-config@2.0.0) (2025-01-06) + +### ⚠ BREAKING CHANGES + +* **typescript-config:** rename `tsconfig.json` to `tsconfig.base.json` + +### Features + +* **typescript-config:** add new tsconfig environment ([536a173](https://github.com/the-nexim/nanolib/commit/536a17360081edf2b02d363e90fd9dc903d7306c)) by @njfamirm + +### Bug Fixes + +* **typescript-config:** remove root/out directory ([f0e6c9f](https://github.com/the-nexim/nanolib/commit/f0e6c9fa9dd31ec55df5cafb5b56d0209040225a)) by @njfamirm +* **typescript-config:** set typescript as peer dependency ([0c09cb2](https://github.com/the-nexim/nanolib/commit/0c09cb2593ac594593f8994449764cf22cd47879)) by @njfamirm + +### Code Refactoring + +* **typescript-config:** rename `tsconfig.json` to `tsconfig.base.json` ([341ac77](https://github.com/the-nexim/nanolib/commit/341ac7718ff44f4f69f4f98bac906e7a86aed0cf)) by @arashagp + ## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/typescript-config@1.0.1...@nexim/typescript-config@1.1.0) (2025-01-05) ### Features diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 6cf3df3..8839479 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/typescript-config", - "version": "1.1.0", + "version": "2.0.0", "description": "Base TypeScript configuration for Nexim projects.", "keywords": [ "typescript",