diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef6ddd0..d3295d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { "libs/xt-type": "0.10.4", - "libs/xt-store": "0.6.4", - "libs/xt-components": "0.6.4", - "libs/xt-plugin-sample": "0.6.4", - "plugins/xt-idb-store": "0.6.4", - "plugins/xt-default": "0.6.4", - "plugins/xt-intl": "0.6.4", - "plugins/xt-finance": "0.6.4", - "plugins/xt-web": "0.6.4", - "plugins/xt-agenda": "0.6.4" + "libs/xt-store": "0.6.5", + "libs/xt-components": "0.6.5", + "libs/xt-plugin-sample": "0.6.5", + "plugins/xt-idb-store": "0.6.5", + "plugins/xt-default": "0.6.5", + "plugins/xt-intl": "0.6.5", + "plugins/xt-finance": "0.6.5", + "plugins/xt-web": "0.6.5", + "plugins/xt-agenda": "0.6.5" } diff --git a/libs/xt-components/CHANGELOG.md b/libs/xt-components/CHANGELOG.md index 4aeec55..e0fd549 100644 --- a/libs/xt-components/CHANGELOG.md +++ b/libs/xt-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.6.4...xt-components-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.6.3...xt-components-v0.6.4) (2026-01-18) diff --git a/libs/xt-components/package-lock.json b/libs/xt-components/package-lock.json index ca8bab8..a335e04 100644 --- a/libs/xt-components/package-lock.json +++ b/libs/xt-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-components", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-components", - "version": "0.6.4", + "version": "0.6.5", "dependencies": { "@angular/animations": "^18.1.2", "@angular/common": "^18.1.2", diff --git a/libs/xt-components/package.json b/libs/xt-components/package.json index 1e875e1..44ddcca 100644 --- a/libs/xt-components/package.json +++ b/libs/xt-components/package.json @@ -1,6 +1,6 @@ { "name": "xt-components", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/libs/xt-components/projects/xt-components/package.json b/libs/xt-components/projects/xt-components/package.json index 40be549..78e3231 100644 --- a/libs/xt-components/projects/xt-components/package.json +++ b/libs/xt-components/projects/xt-components/package.json @@ -1,6 +1,6 @@ { "name": "xt-components", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/libs/xt-plugin-sample/CHANGELOG.md b/libs/xt-plugin-sample/CHANGELOG.md index a42e6d8..6797669 100644 --- a/libs/xt-plugin-sample/CHANGELOG.md +++ b/libs/xt-plugin-sample/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.6.4...xt-plugin-sample-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.6.3...xt-plugin-sample-v0.6.4) (2026-01-18) diff --git a/libs/xt-plugin-sample/package.json b/libs/xt-plugin-sample/package.json index e112598..fe302d6 100644 --- a/libs/xt-plugin-sample/package.json +++ b/libs/xt-plugin-sample/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-sample", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/libs/xt-plugin-sample/projects/sample/package.json b/libs/xt-plugin-sample/projects/sample/package.json index ebbcb6e..597cee0 100644 --- a/libs/xt-plugin-sample/projects/sample/package.json +++ b/libs/xt-plugin-sample/projects/sample/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-sample", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "build": "cd .. && ng build sample-plugins", "watch": "cd .. && ng build --watch --configuration development", diff --git a/libs/xt-store/CHANGELOG.md b/libs/xt-store/CHANGELOG.md index aaf5f71..5df34b3 100644 --- a/libs/xt-store/CHANGELOG.md +++ b/libs/xt-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-store-v0.6.4...xt-store-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-store-v0.6.3...xt-store-v0.6.4) (2026-01-18) diff --git a/libs/xt-store/package-lock.json b/libs/xt-store/package-lock.json index 27ce59e..fba8100 100644 --- a/libs/xt-store/package-lock.json +++ b/libs/xt-store/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-store", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-store", - "version": "0.6.4", + "version": "0.6.5", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", diff --git a/libs/xt-store/package.json b/libs/xt-store/package.json index 2394e20..395c010 100644 --- a/libs/xt-store/package.json +++ b/libs/xt-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-store", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/libs/xt-store/projects/store/package.json b/libs/xt-store/projects/store/package.json index 9119d1a..3920851 100644 --- a/libs/xt-store/projects/store/package.json +++ b/libs/xt-store/projects/store/package.json @@ -1,6 +1,6 @@ { "name": "xt-store", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-agenda/CHANGELOG.md b/plugins/xt-agenda/CHANGELOG.md index 9fdae70..41a5b37 100644 --- a/plugins/xt-agenda/CHANGELOG.md +++ b/plugins/xt-agenda/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v0.6.4...xt-plugin-agenda-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v0.6.3...xt-plugin-agenda-v0.6.4) (2026-01-18) diff --git a/plugins/xt-agenda/package-lock.json b/plugins/xt-agenda/package-lock.json index 7b09cf9..a09eb49 100644 --- a/plugins/xt-agenda/package-lock.json +++ b/plugins/xt-agenda/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", diff --git a/plugins/xt-agenda/package.json b/plugins/xt-agenda/package.json index 0830596..e686ced 100644 --- a/plugins/xt-agenda/package.json +++ b/plugins/xt-agenda/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-agenda", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-agenda/projects/agenda/package.json b/plugins/xt-agenda/projects/agenda/package.json index 373c05a..80e6a8d 100644 --- a/plugins/xt-agenda/projects/agenda/package.json +++ b/plugins/xt-agenda/projects/agenda/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-agenda", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-default/CHANGELOG.md b/plugins/xt-default/CHANGELOG.md index b4f6a79..b65b1fd 100644 --- a/plugins/xt-default/CHANGELOG.md +++ b/plugins/xt-default/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v0.6.4...xt-plugin-default-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v0.6.3...xt-plugin-default-v0.6.4) (2026-01-18) diff --git a/plugins/xt-default/package-lock.json b/plugins/xt-default/package-lock.json index 7b09cf9..a09eb49 100644 --- a/plugins/xt-default/package-lock.json +++ b/plugins/xt-default/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", diff --git a/plugins/xt-default/package.json b/plugins/xt-default/package.json index 80b7fda..0a30e0a 100644 --- a/plugins/xt-default/package.json +++ b/plugins/xt-default/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-default", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-default/projects/default/package.json b/plugins/xt-default/projects/default/package.json index 5e669ec..9ed3484 100644 --- a/plugins/xt-default/projects/default/package.json +++ b/plugins/xt-default/projects/default/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-default", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-finance/CHANGELOG.md b/plugins/xt-finance/CHANGELOG.md index 4dd44c5..30d7c74 100644 --- a/plugins/xt-finance/CHANGELOG.md +++ b/plugins/xt-finance/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v0.6.4...xt-plugin-finance-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v0.6.3...xt-plugin-finance-v0.6.4) (2026-01-18) diff --git a/plugins/xt-finance/package-lock.json b/plugins/xt-finance/package-lock.json index 7b09cf9..a09eb49 100644 --- a/plugins/xt-finance/package-lock.json +++ b/plugins/xt-finance/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", diff --git a/plugins/xt-finance/package.json b/plugins/xt-finance/package.json index 8319a05..cea4710 100644 --- a/plugins/xt-finance/package.json +++ b/plugins/xt-finance/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-finance", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-finance/projects/finance/package.json b/plugins/xt-finance/projects/finance/package.json index 9a23d5b..43e95f1 100644 --- a/plugins/xt-finance/projects/finance/package.json +++ b/plugins/xt-finance/projects/finance/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-finance", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-idb-store/CHANGELOG.md b/plugins/xt-idb-store/CHANGELOG.md index 281cc51..8c79efb 100644 --- a/plugins/xt-idb-store/CHANGELOG.md +++ b/plugins/xt-idb-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v0.6.4...xt-idb-store-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v0.6.3...xt-idb-store-v0.6.4) (2026-01-18) diff --git a/plugins/xt-idb-store/package.json b/plugins/xt-idb-store/package.json index cd59370..315bc18 100644 --- a/plugins/xt-idb-store/package.json +++ b/plugins/xt-idb-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-idb-store", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-idb-store/projects/idb-store/package.json b/plugins/xt-idb-store/projects/idb-store/package.json index b7cbbe1..675f505 100644 --- a/plugins/xt-idb-store/projects/idb-store/package.json +++ b/plugins/xt-idb-store/projects/idb-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-idb-store", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-intl/CHANGELOG.md b/plugins/xt-intl/CHANGELOG.md index 06cbaee..e8a397d 100644 --- a/plugins/xt-intl/CHANGELOG.md +++ b/plugins/xt-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v0.6.4...xt-plugin-intl-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v0.6.3...xt-plugin-intl-v0.6.4) (2026-01-18) diff --git a/plugins/xt-intl/package.json b/plugins/xt-intl/package.json index 453666a..25f96b1 100644 --- a/plugins/xt-intl/package.json +++ b/plugins/xt-intl/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-intl", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-intl/projects/intl/package.json b/plugins/xt-intl/projects/intl/package.json index 1761740..2e8c07d 100644 --- a/plugins/xt-intl/projects/intl/package.json +++ b/plugins/xt-intl/projects/intl/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-intl", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-web/CHANGELOG.md b/plugins/xt-web/CHANGELOG.md index dd6abd1..ddf3300 100644 --- a/plugins/xt-web/CHANGELOG.md +++ b/plugins/xt-web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.5](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v0.6.4...xt-plugin-web-v0.6.5) (2026-01-27) + + +### Bug Fixes + +* versioning of dependencies for the angular packages ([44e82f0](https://github.com/dont-code/ng-xtend/commit/44e82f0a32e66ebf735991adc5dff9bfcd40f104)) + ## [0.6.4](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v0.6.3...xt-plugin-web-v0.6.4) (2026-01-18) diff --git a/plugins/xt-web/package-lock.json b/plugins/xt-web/package-lock.json index 7b09cf9..a09eb49 100644 --- a/plugins/xt-web/package-lock.json +++ b/plugins/xt-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.6.5", "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", diff --git a/plugins/xt-web/package.json b/plugins/xt-web/package.json index 927ce3b..3a825f4 100644 --- a/plugins/xt-web/package.json +++ b/plugins/xt-web/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-web", - "version": "0.6.4", + "version": "0.6.5", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-web/projects/web/package.json b/plugins/xt-web/projects/web/package.json index e876fc5..242ce90 100644 --- a/plugins/xt-web/projects/web/package.json +++ b/plugins/xt-web/projects/web/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-web", - "version": "0.6.4", + "version": "0.6.5", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" },