diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef6ddd0..c6d0352 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,13 @@ { "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.7.0", + "libs/xt-components": "0.7.0", + "libs/xt-plugin-sample": "0.7.0", + "plugins/xt-idb-store": "0.7.0", + "plugins/xt-default": "0.7.0", + "plugins/xt-intl": "0.7.0", + "plugins/xt-finance": "0.7.0", + "plugins/xt-web": "0.7.0", + "plugins/xt-agenda": "0.7.0", + "libs/dc-workflow": "1.0.0" } diff --git a/libs/dc-workflow/CHANGELOG.md b/libs/dc-workflow/CHANGELOG.md new file mode 100644 index 0000000..b92bad8 --- /dev/null +++ b/libs/dc-workflow/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-02-01) + + +### Features + +* create workflow project ([15c73ba](https://github.com/dont-code/ng-xtend/commit/15c73ba7b1e8c0a09dfe08c5af9e5a3674ffd549)) diff --git a/libs/dc-workflow/package-lock.json b/libs/dc-workflow/package-lock.json index 8e25d5d..527b0eb 100644 --- a/libs/dc-workflow/package-lock.json +++ b/libs/dc-workflow/package-lock.json @@ -1,12 +1,12 @@ { "name": "dc-workflow", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dc-workflow", - "version": "0.0.0", + "version": "1.0.0", "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 1431c8c..e54536e 100644 --- a/libs/dc-workflow/package.json +++ b/libs/dc-workflow/package.json @@ -1,6 +1,6 @@ { "name": "dont-code-workflow", - "version": "0.6.4", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/libs/xt-components/CHANGELOG.md b/libs/xt-components/CHANGELOG.md index 4aeec55..7539ce6 100644 --- a/libs/xt-components/CHANGELOG.md +++ b/libs/xt-components/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.6.4...xt-components-v0.7.0) (2026-02-01) + + +### Features + +* create workflow project ([15c73ba](https://github.com/dont-code/ng-xtend/commit/15c73ba7b1e8c0a09dfe08c5af9e5a3674ffd549)) + + +### 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..e1a8996 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.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-components", - "version": "0.6.4", + "version": "0.7.0", "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..d28a767 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.7.0", "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..22702ea 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.7.0", "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..8efafbf 100644 --- a/libs/xt-plugin-sample/CHANGELOG.md +++ b/libs/xt-plugin-sample/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.6.4...xt-plugin-sample-v0.7.0) (2026-02-01) + + +### 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..c639a54 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.7.0", "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..ce40e2a 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.7.0", "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..f308812 100644 --- a/libs/xt-store/CHANGELOG.md +++ b/libs/xt-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-store-v0.6.4...xt-store-v0.7.0) (2026-02-01) + + +### 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..29ce27c 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.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-store", - "version": "0.6.4", + "version": "0.7.0", "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..a9d62ad 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.7.0", "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..7257e07 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.7.0", "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..79deb55 100644 --- a/plugins/xt-agenda/CHANGELOG.md +++ b/plugins/xt-agenda/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v0.6.4...xt-plugin-agenda-v0.7.0) (2026-02-01) + + +### 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..67f035b 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.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.7.0", "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..b92fb4e 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.7.0", "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..c68e04e 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.7.0", "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..35bebf9 100644 --- a/plugins/xt-default/CHANGELOG.md +++ b/plugins/xt-default/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v0.6.4...xt-plugin-default-v0.7.0) (2026-02-01) + + +### 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..67f035b 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.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.7.0", "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..d112747 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.7.0", "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..5c567d8 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.7.0", "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..b449637 100644 --- a/plugins/xt-finance/CHANGELOG.md +++ b/plugins/xt-finance/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v0.6.4...xt-plugin-finance-v0.7.0) (2026-02-01) + + +### 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..67f035b 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.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.7.0", "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..ab63c28 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.7.0", "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..7f82cc9 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.7.0", "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..72e26d8 100644 --- a/plugins/xt-idb-store/CHANGELOG.md +++ b/plugins/xt-idb-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v0.6.4...xt-idb-store-v0.7.0) (2026-02-01) + + +### 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..1396ef8 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.7.0", "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..d15bf46 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.7.0", "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..bf30ed2 100644 --- a/plugins/xt-intl/CHANGELOG.md +++ b/plugins/xt-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v0.6.4...xt-plugin-intl-v0.7.0) (2026-02-01) + + +### 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..2b7bfb3 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.7.0", "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..6eaf20b 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.7.0", "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..01c2769 100644 --- a/plugins/xt-web/CHANGELOG.md +++ b/plugins/xt-web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v0.6.4...xt-plugin-web-v0.7.0) (2026-02-01) + + +### 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..67f035b 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.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.6.4", + "version": "0.7.0", "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..683c9a3 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.7.0", "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..34a2ee9 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.7.0", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" },