diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6578ab1..824b9ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { "libs/xt-type": "0.12.0", - "libs/xt-store": "1.2.0", - "libs/xt-components": "1.2.0", - "libs/xt-plugin-sample": "1.2.0", - "libs/dc-workflow": "1.2.0", - "plugins/xt-idb-store": "1.2.0", - "plugins/xt-default": "1.2.0", - "plugins/xt-intl": "1.2.0", - "plugins/xt-finance": "1.2.0", - "plugins/xt-web": "1.2.0", - "plugins/xt-agenda": "1.2.0", - "plugins/xt-workflow": "1.2.0" + "libs/xt-store": "1.2.1", + "libs/xt-components": "1.2.1", + "libs/xt-plugin-sample": "1.2.1", + "libs/dc-workflow": "1.2.1", + "plugins/xt-idb-store": "1.2.1", + "plugins/xt-default": "1.2.1", + "plugins/xt-intl": "1.2.1", + "plugins/xt-finance": "1.2.1", + "plugins/xt-web": "1.2.1", + "plugins/xt-agenda": "1.2.1", + "plugins/xt-workflow": "1.2.1" } diff --git a/libs/dc-workflow/CHANGELOG.md b/libs/dc-workflow/CHANGELOG.md index bae5004..5262397 100644 --- a/libs/dc-workflow/CHANGELOG.md +++ b/libs/dc-workflow/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v1.2.0...dc-workflow-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **dc-workflow:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v1.1.1...dc-workflow-v1.2.0) (2026-08-15) diff --git a/libs/dc-workflow/package-lock.json b/libs/dc-workflow/package-lock.json index 64bf8e9..c576f79 100644 --- a/libs/dc-workflow/package-lock.json +++ b/libs/dc-workflow/package-lock.json @@ -1,12 +1,12 @@ { "name": "dc-workflow", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dc-workflow", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@angular/common": "^20.0.0", "@angular/compiler": "^20.0.0", diff --git a/libs/dc-workflow/package.json b/libs/dc-workflow/package.json index e1f1454..f2e597a 100644 --- a/libs/dc-workflow/package.json +++ b/libs/dc-workflow/package.json @@ -1,6 +1,6 @@ { "name": "dc-workflow", - "version": "1.2.0", + "version": "1.2.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/libs/dc-workflow/projects/dc-workflow/package.json b/libs/dc-workflow/projects/dc-workflow/package.json index ad38131..68011b4 100644 --- a/libs/dc-workflow/projects/dc-workflow/package.json +++ b/libs/dc-workflow/projects/dc-workflow/package.json @@ -1,6 +1,6 @@ { "name": "dc-workflow", - "version": "1.2.0", + "version": "1.2.1", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/libs/xt-components/CHANGELOG.md b/libs/xt-components/CHANGELOG.md index f2abeb7..cd6ff51 100644 --- a/libs/xt-components/CHANGELOG.md +++ b/libs/xt-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-components-v1.2.0...xt-components-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-components:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-components-v1.1.1...xt-components-v1.2.0) (2026-08-15) diff --git a/libs/xt-components/package-lock.json b/libs/xt-components/package-lock.json index 2ea728f..a44b950 100644 --- a/libs/xt-components/package-lock.json +++ b/libs/xt-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-components", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-components", - "version": "1.2.0", + "version": "1.2.1", "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 6668f55..c13e2e4 100644 --- a/libs/xt-components/package.json +++ b/libs/xt-components/package.json @@ -1,6 +1,6 @@ { "name": "xt-components", - "version": "1.2.0", + "version": "1.2.1", "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 01a9b60..d8f6c74 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": "1.2.0", + "version": "1.2.1", "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 77171d4..577a9a2 100644 --- a/libs/xt-plugin-sample/CHANGELOG.md +++ b/libs/xt-plugin-sample/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v1.2.0...xt-plugin-sample-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-plugin-sample:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v1.1.1...xt-plugin-sample-v1.2.0) (2026-08-15) diff --git a/libs/xt-plugin-sample/package.json b/libs/xt-plugin-sample/package.json index d22b112..83101ac 100644 --- a/libs/xt-plugin-sample/package.json +++ b/libs/xt-plugin-sample/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-sample", - "version": "1.2.0", + "version": "1.2.1", "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 b7261ae..95fa1dc 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": "1.2.0", + "version": "1.2.1", "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 a8b4cab..f3f1100 100644 --- a/libs/xt-store/CHANGELOG.md +++ b/libs/xt-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-store-v1.2.0...xt-store-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-store:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-store-v1.1.1...xt-store-v1.2.0) (2026-08-15) diff --git a/libs/xt-store/package.json b/libs/xt-store/package.json index 0cf2451..d9be87d 100644 --- a/libs/xt-store/package.json +++ b/libs/xt-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-store", - "version": "1.2.0", + "version": "1.2.1", "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 75f9e42..2e4060a 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": "1.2.0", + "version": "1.2.1", "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 3be4bd8..519f9a7 100644 --- a/plugins/xt-agenda/CHANGELOG.md +++ b/plugins/xt-agenda/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v1.2.0...xt-plugin-agenda-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-plugin-agenda:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v1.1.1...xt-plugin-agenda-v1.2.0) (2026-08-15) diff --git a/plugins/xt-agenda/package-lock.json b/plugins/xt-agenda/package-lock.json index fb6f950..eb02842 100644 --- a/plugins/xt-agenda/package-lock.json +++ b/plugins/xt-agenda/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "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 411004f..c0f4183 100644 --- a/plugins/xt-agenda/package.json +++ b/plugins/xt-agenda/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-agenda", - "version": "1.2.0", + "version": "1.2.1", "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 1d61f17..8e223f1 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": "1.2.0", + "version": "1.2.1", "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 11e00e3..55e693a 100644 --- a/plugins/xt-default/CHANGELOG.md +++ b/plugins/xt-default/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v1.2.0...xt-plugin-default-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-plugin-default:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v1.1.1...xt-plugin-default-v1.2.0) (2026-08-15) diff --git a/plugins/xt-default/package-lock.json b/plugins/xt-default/package-lock.json index fb6f950..eb02842 100644 --- a/plugins/xt-default/package-lock.json +++ b/plugins/xt-default/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "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 62eb13a..38c498d 100644 --- a/plugins/xt-default/package.json +++ b/plugins/xt-default/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-default", - "version": "1.2.0", + "version": "1.2.1", "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 e87f30d..52ffc28 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": "1.2.0", + "version": "1.2.1", "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 0fe9481..7bfd5ce 100644 --- a/plugins/xt-finance/CHANGELOG.md +++ b/plugins/xt-finance/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v1.2.0...xt-plugin-finance-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-plugin-finance:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v1.1.1...xt-plugin-finance-v1.2.0) (2026-08-15) diff --git a/plugins/xt-finance/package-lock.json b/plugins/xt-finance/package-lock.json index fb6f950..eb02842 100644 --- a/plugins/xt-finance/package-lock.json +++ b/plugins/xt-finance/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "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 8c130ce..58e515a 100644 --- a/plugins/xt-finance/package.json +++ b/plugins/xt-finance/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-finance", - "version": "1.2.0", + "version": "1.2.1", "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 8091f19..7e02b46 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": "1.2.0", + "version": "1.2.1", "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 454e0a9..0b677b6 100644 --- a/plugins/xt-idb-store/CHANGELOG.md +++ b/plugins/xt-idb-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v1.2.0...xt-idb-store-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-idb-store:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v1.1.1...xt-idb-store-v1.2.0) (2026-08-15) diff --git a/plugins/xt-idb-store/package.json b/plugins/xt-idb-store/package.json index 22432c7..474b518 100644 --- a/plugins/xt-idb-store/package.json +++ b/plugins/xt-idb-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-idb-store", - "version": "1.2.0", + "version": "1.2.1", "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 534fe89..1f13f18 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": "1.2.0", + "version": "1.2.1", "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 dac53f0..143347b 100644 --- a/plugins/xt-intl/CHANGELOG.md +++ b/plugins/xt-intl/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v1.2.0...xt-plugin-intl-v1.2.1) (2026-08-15) + + +### Bug Fixes + +* country import ([0666d66](https://github.com/dont-code/ng-xtend/commit/0666d66e263fa8ee13c3e120f03fc0be16a6f755)) +* country import ([3ffbb03](https://github.com/dont-code/ng-xtend/commit/3ffbb03f64cd8a7bddb28a2252417aadbed0032b)) + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v1.1.1...xt-plugin-intl-v1.2.0) (2026-08-15) diff --git a/plugins/xt-intl/package.json b/plugins/xt-intl/package.json index 332f7f8..03cc2e1 100644 --- a/plugins/xt-intl/package.json +++ b/plugins/xt-intl/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-intl", - "version": "1.2.0", + "version": "1.2.1", "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 50c256a..137dbfd 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": "1.2.0", + "version": "1.2.1", "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 80ba5be..739f06f 100644 --- a/plugins/xt-web/CHANGELOG.md +++ b/plugins/xt-web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v1.2.0...xt-plugin-web-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-plugin-web:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v1.1.1...xt-plugin-web-v1.2.0) (2026-08-15) diff --git a/plugins/xt-web/package-lock.json b/plugins/xt-web/package-lock.json index fb6f950..eb02842 100644 --- a/plugins/xt-web/package-lock.json +++ b/plugins/xt-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.2.0", + "version": "1.2.1", "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 2fa36d9..6c6b274 100644 --- a/plugins/xt-web/package.json +++ b/plugins/xt-web/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-web", - "version": "1.2.0", + "version": "1.2.1", "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 0660b35..ac7381d 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": "1.2.0", + "version": "1.2.1", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/plugins/xt-workflow/CHANGELOG.md b/plugins/xt-workflow/CHANGELOG.md index bfe1288..f24d52c 100644 --- a/plugins/xt-workflow/CHANGELOG.md +++ b/plugins/xt-workflow/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-workflow-v1.2.0...xt-plugin-workflow-v1.2.1) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-plugin-workflow:** Synchronize xt-components versions + ## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-workflow-v1.1.1...xt-plugin-workflow-v1.2.0) (2026-08-15) diff --git a/plugins/xt-workflow/package.json b/plugins/xt-workflow/package.json index db8003d..578c939 100644 --- a/plugins/xt-workflow/package.json +++ b/plugins/xt-workflow/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-workflow", - "version": "1.2.0", + "version": "1.2.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/plugins/xt-workflow/projects/workflow/package.json b/plugins/xt-workflow/projects/workflow/package.json index 416dded..deff7f4 100644 --- a/plugins/xt-workflow/projects/workflow/package.json +++ b/plugins/xt-workflow/projects/workflow/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-workflow", - "version": "1.2.0", + "version": "1.2.1", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" },