diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9cd1f..d93b11b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { "libs/xt-type": "0.11.0", - "libs/xt-store": "0.8.0", - "libs/xt-components": "0.8.0", - "libs/xt-plugin-sample": "0.8.0", - "libs/dc-workflow": "0.8.0", - "plugins/xt-idb-store": "0.8.0", - "plugins/xt-default": "0.8.0", - "plugins/xt-intl": "0.8.0", - "plugins/xt-finance": "0.8.0", - "plugins/xt-web": "0.8.0", - "plugins/xt-agenda": "0.8.0", - "plugins/xt-workflow": "0.8.0" + "libs/xt-store": "0.8.1", + "libs/xt-components": "0.8.1", + "libs/xt-plugin-sample": "0.8.1", + "libs/dc-workflow": "0.8.1", + "plugins/xt-idb-store": "0.8.1", + "plugins/xt-default": "0.8.1", + "plugins/xt-intl": "0.8.1", + "plugins/xt-finance": "0.8.1", + "plugins/xt-web": "0.8.1", + "plugins/xt-agenda": "0.8.1", + "plugins/xt-workflow": "0.8.1" } diff --git a/libs/dc-workflow/CHANGELOG.md b/libs/dc-workflow/CHANGELOG.md index 18b7264..dd2dff8 100644 --- a/libs/dc-workflow/CHANGELOG.md +++ b/libs/dc-workflow/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v0.8.0...dc-workflow-v0.8.1) (2026-07-06) + + +### Miscellaneous Chores + +* **dc-workflow:** Synchronize xt-components versions + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v0.7.0...dc-workflow-v0.8.0) (2026-07-05) diff --git a/libs/dc-workflow/package-lock.json b/libs/dc-workflow/package-lock.json index a92c6e8..bc499fb 100644 --- a/libs/dc-workflow/package-lock.json +++ b/libs/dc-workflow/package-lock.json @@ -1,12 +1,12 @@ { "name": "dc-workflow", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dc-workflow", - "version": "0.8.0", + "version": "0.8.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 5d1024b..a53899b 100644 --- a/libs/dc-workflow/package.json +++ b/libs/dc-workflow/package.json @@ -1,6 +1,6 @@ { "name": "dc-workflow", - "version": "0.8.0", + "version": "0.8.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 558a441..25a6882 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": "0.8.0", + "version": "0.8.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 630b42f..661c1c6 100644 --- a/libs/xt-components/CHANGELOG.md +++ b/libs/xt-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.8.0...xt-components-v0.8.1) (2026-07-06) + + +### Miscellaneous Chores + +* **xt-components:** Synchronize xt-components versions + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.7.0...xt-components-v0.8.0) (2026-07-05) diff --git a/libs/xt-components/package-lock.json b/libs/xt-components/package-lock.json index 6c73478..5d869d4 100644 --- a/libs/xt-components/package-lock.json +++ b/libs/xt-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-components", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-components", - "version": "0.8.0", + "version": "0.8.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 41836ef..de96026 100644 --- a/libs/xt-components/package.json +++ b/libs/xt-components/package.json @@ -1,6 +1,6 @@ { "name": "xt-components", - "version": "0.8.0", + "version": "0.8.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 711fc6a..9e5f2c5 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.8.0", + "version": "0.8.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 01239d2..1fe44c2 100644 --- a/libs/xt-plugin-sample/CHANGELOG.md +++ b/libs/xt-plugin-sample/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.8.0...xt-plugin-sample-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.7.0...xt-plugin-sample-v0.8.0) (2026-07-05) diff --git a/libs/xt-plugin-sample/package.json b/libs/xt-plugin-sample/package.json index 0728189..5a4c1cc 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.8.0", + "version": "0.8.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 157c1f5..250eae5 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.8.0", + "version": "0.8.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 d224172..0ad2c87 100644 --- a/libs/xt-store/CHANGELOG.md +++ b/libs/xt-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-store-v0.8.0...xt-store-v0.8.1) (2026-07-06) + + +### Miscellaneous Chores + +* **xt-store:** Synchronize xt-components versions + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-store-v0.7.0...xt-store-v0.8.0) (2026-07-05) diff --git a/libs/xt-store/package-lock.json b/libs/xt-store/package-lock.json index 7b4b1b4..62a0f41 100644 --- a/libs/xt-store/package-lock.json +++ b/libs/xt-store/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-store", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-store", - "version": "0.8.0", + "version": "0.8.1", "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 a9ff0dd..cc3d6e1 100644 --- a/libs/xt-store/package.json +++ b/libs/xt-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-store", - "version": "0.8.0", + "version": "0.8.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 a4b9d3b..755b2a2 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.8.0", + "version": "0.8.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 6da7d62..be734ab 100644 --- a/plugins/xt-agenda/CHANGELOG.md +++ b/plugins/xt-agenda/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v0.8.0...xt-plugin-agenda-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v0.7.0...xt-plugin-agenda-v0.8.0) (2026-07-05) diff --git a/plugins/xt-agenda/package-lock.json b/plugins/xt-agenda/package-lock.json index 192ef91..3999fac 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.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.8.0", + "version": "0.8.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 998f881..f3bbbf9 100644 --- a/plugins/xt-agenda/package.json +++ b/plugins/xt-agenda/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-agenda", - "version": "0.8.0", + "version": "0.8.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 7a2f2e5..dd68731 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.8.0", + "version": "0.8.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 5cb5a00..bb36bb9 100644 --- a/plugins/xt-default/CHANGELOG.md +++ b/plugins/xt-default/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v0.8.0...xt-plugin-default-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* carousel animated ([acad8c3](https://github.com/dont-code/ng-xtend/commit/acad8c30c93011e8583a5f8b653f5300aa6387bb)) +* carousel animated ([3fc9534](https://github.com/dont-code/ng-xtend/commit/3fc953484d17370b7ad8cbc05eee949bdafdfefa)) +* carousel ok ([f3d850f](https://github.com/dont-code/ng-xtend/commit/f3d850f3c6f678c83a26b03d8cd639430d18f7b8)) +* carousel ok ([6766dca](https://github.com/dont-code/ng-xtend/commit/6766dca34553e70b275827ffae056d025a5ed7da)) +* carousel ok ([a2a1a96](https://github.com/dont-code/ng-xtend/commit/a2a1a96ed3e5ae7e6326038c5709e4d51c035082)) +* carousel rewrite ok ([ab0e579](https://github.com/dont-code/ng-xtend/commit/ab0e57960ac2c7d27b2e36ff7e1e80ad6b0a1915)) +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) +* remove duplicate list code ([5618fab](https://github.com/dont-code/ng-xtend/commit/5618fab00f7c1cb1274e4d73d06605bedb2a4bf9)) +* rewrote the carousel ([300c109](https://github.com/dont-code/ng-xtend/commit/300c1093f3b4d43cace07f7e7b1458db3c1798fa)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v0.7.0...xt-plugin-default-v0.8.0) (2026-07-05) diff --git a/plugins/xt-default/package-lock.json b/plugins/xt-default/package-lock.json index 192ef91..3999fac 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.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.8.0", + "version": "0.8.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 cdaf29b..e450d32 100644 --- a/plugins/xt-default/package.json +++ b/plugins/xt-default/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-default", - "version": "0.8.0", + "version": "0.8.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 fe84a1c..55bb4bc 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.8.0", + "version": "0.8.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 1e4c04c..3900d05 100644 --- a/plugins/xt-finance/CHANGELOG.md +++ b/plugins/xt-finance/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v0.8.0...xt-plugin-finance-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v0.7.0...xt-plugin-finance-v0.8.0) (2026-07-05) diff --git a/plugins/xt-finance/package-lock.json b/plugins/xt-finance/package-lock.json index 192ef91..3999fac 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.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.8.0", + "version": "0.8.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 6d24811..a9cc7b1 100644 --- a/plugins/xt-finance/package.json +++ b/plugins/xt-finance/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-finance", - "version": "0.8.0", + "version": "0.8.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 226af4a..573bbcb 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.8.0", + "version": "0.8.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 edbb87b..3208cd6 100644 --- a/plugins/xt-idb-store/CHANGELOG.md +++ b/plugins/xt-idb-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v0.8.0...xt-idb-store-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v0.7.0...xt-idb-store-v0.8.0) (2026-07-05) diff --git a/plugins/xt-idb-store/package.json b/plugins/xt-idb-store/package.json index 09ec74b..cb485b3 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.8.0", + "version": "0.8.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 184c213..fde4483 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.8.0", + "version": "0.8.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 2887948..f278195 100644 --- a/plugins/xt-intl/CHANGELOG.md +++ b/plugins/xt-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v0.8.0...xt-plugin-intl-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v0.7.0...xt-plugin-intl-v0.8.0) (2026-07-05) diff --git a/plugins/xt-intl/package.json b/plugins/xt-intl/package.json index b49df9b..a0a00ef 100644 --- a/plugins/xt-intl/package.json +++ b/plugins/xt-intl/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-intl", - "version": "0.8.0", + "version": "0.8.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 0cb2426..4debf79 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.8.0", + "version": "0.8.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 0baba11..d6d344d 100644 --- a/plugins/xt-web/CHANGELOG.md +++ b/plugins/xt-web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v0.8.0...xt-plugin-web-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v0.7.0...xt-plugin-web-v0.8.0) (2026-07-05) diff --git a/plugins/xt-web/package-lock.json b/plugins/xt-web/package-lock.json index 192ef91..3999fac 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.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "0.8.0", + "version": "0.8.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 a1639b7..98325a6 100644 --- a/plugins/xt-web/package.json +++ b/plugins/xt-web/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-web", - "version": "0.8.0", + "version": "0.8.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 b5229a6..b511c4c 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.8.0", + "version": "0.8.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 c4461b9..8e991da 100644 --- a/plugins/xt-workflow/CHANGELOG.md +++ b/plugins/xt-workflow/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-workflow-v0.8.0...xt-plugin-workflow-v0.8.1) (2026-07-06) + + +### Bug Fixes + +* carousel rewrite ok ([ab0e579](https://github.com/dont-code/ng-xtend/commit/ab0e57960ac2c7d27b2e36ff7e1e80ad6b0a1915)) +* ensure 0.8.0 of xt-components is needed ([8424b73](https://github.com/dont-code/ng-xtend/commit/8424b73bb8c31028579583da38098175c32cd3c0)) +* rewrote the carousel ([300c109](https://github.com/dont-code/ng-xtend/commit/300c1093f3b4d43cace07f7e7b1458db3c1798fa)) + ## [0.8.0](https://github.com/dont-code/ng-xtend/compare/xt-plugin-workflow-v0.7.0...xt-plugin-workflow-v0.8.0) (2026-07-05) diff --git a/plugins/xt-workflow/package.json b/plugins/xt-workflow/package.json index 350c13f..5b4ccfa 100644 --- a/plugins/xt-workflow/package.json +++ b/plugins/xt-workflow/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-workflow", - "version": "0.8.0", + "version": "0.8.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 97f1c87..ecb2202 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": "0.8.0", + "version": "0.8.1", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" },