diff --git a/packages/alpine/CHANGELOG.md b/packages/alpine/CHANGELOG.md index 8f6c959..b6d973a 100644 --- a/packages/alpine/CHANGELOG.md +++ b/packages/alpine/CHANGELOG.md @@ -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. +## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.0.0...@nexim/alpine@1.1.0) (2024-12-24) + +### Features + +* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @ + +### Code Refactoring + +* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp + ## [1.0.0](https://github.com/the-nexim/nanolib/compare/@nexim/alpine@1.0.0-alpha.0...@nexim/alpine@1.0.0) (2024-12-12) ### Bug Fixes diff --git a/packages/alpine/package.json b/packages/alpine/package.json index 916e073..dc49daa 100644 --- a/packages/alpine/package.json +++ b/packages/alpine/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/alpine", - "version": "1.0.0", + "version": "1.1.0", "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 c65ffff..a73da6a 100644 --- a/packages/element/CHANGELOG.md +++ b/packages/element/CHANGELOG.md @@ -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. +## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.0.6...@nexim/element@1.1.0) (2024-12-24) + +### Features + +* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @ + +### Code Refactoring + +* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp + ## [1.0.6](https://github.com/the-nexim/nanolib/compare/@nexim/element@1.0.5...@nexim/element@1.0.6) (2024-12-10) **Note:** Version bump only for package @nexim/element diff --git a/packages/element/package.json b/packages/element/package.json index 85d2fd3..1b75dc7 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/element", - "version": "1.0.6", + "version": "1.1.0", "description": "Utility functions and mixins for building high-performance web components with Lit.", "keywords": [ "lit", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 9cf75cc..8421efa 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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.0](https://github.com/the-nexim/nanolib/compare/@nexim/eslint-config@1.0.1...@nexim/eslint-config@1.1.0) (2024-12-24) + +### Features + +* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @ + ## [1.0.1](https://github.com/the-nexim/nanolib/compare/@nexim/eslint-config@1.0.0...@nexim/eslint-config@1.0.1) (2024-12-10) **Note:** Version bump only for package @nexim/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a6d6b8b..587ba5b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/eslint-config", - "version": "1.0.1", + "version": "1.1.0", "description": "Base Eslint configuration for Nexim projects.", "keywords": [ "eslint", diff --git a/packages/google-analytics/CHANGELOG.md b/packages/google-analytics/CHANGELOG.md new file mode 100644 index 0000000..2f3ea77 --- /dev/null +++ b/packages/google-analytics/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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.1 (2024-12-24) + +### Code Refactoring + +* **google-analytic:** review and enhance ([0849519](https://github.com/the-nexim/nanolib/commit/0849519e6e71bc77d3a4d5a9358ba0acb3e75cde)) by @njfamirm +* **google-analytics:** rename package and update README to reflect new functionality ([d272700](https://github.com/the-nexim/nanolib/commit/d272700a0ac1b10d3c1e53c96228c6a8d58a0772)) by @arashagp +* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp diff --git a/packages/google-analytics/package.json b/packages/google-analytics/package.json index ff90126..62aca2a 100644 --- a/packages/google-analytics/package.json +++ b/packages/google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/google-analytics", - "version": "1.0.0", + "version": "1.0.1", "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 8ab217a..7bde7d5 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.0-alpha.1](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.0-alpha.0...@nexim/service-worker@1.0.0-alpha.1) (2024-12-24) + +### Code Refactoring + +* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp + ## 1.0.0-alpha.0 (2024-12-17) ### Features diff --git a/packages/service-worker/package.json b/packages/service-worker/package.json index 0643e4d..d97663f 100644 --- a/packages/service-worker/package.json +++ b/packages/service-worker/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/service-worker", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "Utilities to simplify the usage of service workers in your web applications.", "keywords": [ "worker",