diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2657c65..6578ab1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - "libs/xt-type": "0.11.1", - "libs/xt-store": "1.1.1", - "libs/xt-components": "1.1.1", - "libs/xt-plugin-sample": "1.1.1", - "libs/dc-workflow": "1.1.1", - "plugins/xt-idb-store": "1.1.1", - "plugins/xt-default": "1.1.1", - "plugins/xt-intl": "1.1.1", - "plugins/xt-finance": "1.1.1", - "plugins/xt-web": "1.1.1", - "plugins/xt-agenda": "1.1.1", - "plugins/xt-workflow": "1.1.1" + "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" } diff --git a/libs/dc-workflow/CHANGELOG.md b/libs/dc-workflow/CHANGELOG.md index c21292c..bae5004 100644 --- a/libs/dc-workflow/CHANGELOG.md +++ b/libs/dc-workflow/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v1.1.1...dc-workflow-v1.2.0) (2026-08-15) + + +### Bug Fixes + +* search bar ([8679f34](https://github.com/dont-code/ng-xtend/commit/8679f344db06db05144040e1fb78f7b9729ef1ed)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v1.1.0...dc-workflow-v1.1.1) (2026-08-15) diff --git a/libs/dc-workflow/package-lock.json b/libs/dc-workflow/package-lock.json index 2b7094e..64bf8e9 100644 --- a/libs/dc-workflow/package-lock.json +++ b/libs/dc-workflow/package-lock.json @@ -1,12 +1,12 @@ { "name": "dc-workflow", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dc-workflow", - "version": "1.1.1", + "version": "1.2.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 2f7e191..e1f1454 100644 --- a/libs/dc-workflow/package.json +++ b/libs/dc-workflow/package.json @@ -1,6 +1,6 @@ { "name": "dc-workflow", - "version": "1.1.1", + "version": "1.2.0", "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 7a7e998..ad38131 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.1.1", + "version": "1.2.0", "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 bbbe43b..f2abeb7 100644 --- a/libs/xt-components/CHANGELOG.md +++ b/libs/xt-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-components-v1.1.1...xt-components-v1.2.0) (2026-08-15) + + +### Features + +* editor plugin ([519981c](https://github.com/dont-code/ng-xtend/commit/519981cb2e7c6765f0b2413c195f7d945412555c)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-components-v1.1.0...xt-components-v1.1.1) (2026-08-15) diff --git a/libs/xt-components/package-lock.json b/libs/xt-components/package-lock.json index 429cc44..2ea728f 100644 --- a/libs/xt-components/package-lock.json +++ b/libs/xt-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-components", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-components", - "version": "1.1.1", + "version": "1.2.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 591f1c7..6668f55 100644 --- a/libs/xt-components/package.json +++ b/libs/xt-components/package.json @@ -1,6 +1,6 @@ { "name": "xt-components", - "version": "1.1.1", + "version": "1.2.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 6db5718..01a9b60 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.1.1", + "version": "1.2.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 25b4179..77171d4 100644 --- a/libs/xt-plugin-sample/CHANGELOG.md +++ b/libs/xt-plugin-sample/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **xt-plugin-sample:** Synchronize xt-components versions + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v1.1.0...xt-plugin-sample-v1.1.1) (2026-08-15) diff --git a/libs/xt-plugin-sample/package.json b/libs/xt-plugin-sample/package.json index 56d81d7..d22b112 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.1.1", + "version": "1.2.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 e0efec8..b7261ae 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.1.1", + "version": "1.2.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 f5e41d5..a8b4cab 100644 --- a/libs/xt-store/CHANGELOG.md +++ b/libs/xt-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/dont-code/ng-xtend/compare/xt-store-v1.1.1...xt-store-v1.2.0) (2026-08-15) + + +### Miscellaneous Chores + +* **xt-store:** Synchronize xt-components versions + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-store-v1.1.0...xt-store-v1.1.1) (2026-08-15) diff --git a/libs/xt-store/package.json b/libs/xt-store/package.json index 89cc6f7..0cf2451 100644 --- a/libs/xt-store/package.json +++ b/libs/xt-store/package.json @@ -1,6 +1,6 @@ { "name": "xt-store", - "version": "1.1.1", + "version": "1.2.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 98eaacc..75f9e42 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.1.1", + "version": "1.2.0", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" }, diff --git a/libs/xt-type/CHANGELOG.md b/libs/xt-type/CHANGELOG.md index 6232ae9..81087ff 100644 --- a/libs/xt-type/CHANGELOG.md +++ b/libs/xt-type/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.0](https://github.com/dont-code/ng-xtend/compare/xt-type-v0.11.1...xt-type-v0.12.0) (2026-08-15) + + +### Features + +* Sorting capabilities ([9b6a5ed](https://github.com/dont-code/ng-xtend/commit/9b6a5eda07feabf637e5609d7e5262395936dd63)) + + +### Bug Fixes + +* rating sort ([d6713b7](https://github.com/dont-code/ng-xtend/commit/d6713b76d01e34eebc8e209036721831b8a8668c)) + ## [0.11.1](https://github.com/dont-code/ng-xtend/compare/xt-type-v0.11.0...xt-type-v0.11.1) (2026-07-12) diff --git a/libs/xt-type/jsr.json b/libs/xt-type/jsr.json index c9d88b2..a361a31 100644 --- a/libs/xt-type/jsr.json +++ b/libs/xt-type/jsr.json @@ -1,6 +1,6 @@ { "name": "ts-type", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "exports": "./src/index.ts", "publish": { diff --git a/libs/xt-type/package-lock.json b/libs/xt-type/package-lock.json index bcd7fdc..640a1cc 100644 --- a/libs/xt-type/package-lock.json +++ b/libs/xt-type/package-lock.json @@ -1,12 +1,12 @@ { "name": "xt-type", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-type", - "version": "0.11.1", + "version": "0.12.0", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/libs/xt-type/package.json b/libs/xt-type/package.json index 19a6554..bbd0ce3 100644 --- a/libs/xt-type/package.json +++ b/libs/xt-type/package.json @@ -1,6 +1,6 @@ { "name": "xt-type", - "version": "0.11.1", + "version": "0.12.0", "description": "Simple but powerful typescript library for dynamic type support.", "keywords": [ "dynamic type", diff --git a/plugins/xt-agenda/CHANGELOG.md b/plugins/xt-agenda/CHANGELOG.md index 93821ee..3be4bd8 100644 --- a/plugins/xt-agenda/CHANGELOG.md +++ b/plugins/xt-agenda/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **xt-plugin-agenda:** Synchronize xt-components versions + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-agenda-v1.1.0...xt-plugin-agenda-v1.1.1) (2026-08-15) diff --git a/plugins/xt-agenda/package-lock.json b/plugins/xt-agenda/package-lock.json index e975fd1..fb6f950 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.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.1.1", + "version": "1.2.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 0ff90ce..411004f 100644 --- a/plugins/xt-agenda/package.json +++ b/plugins/xt-agenda/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-agenda", - "version": "1.1.1", + "version": "1.2.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 495e3e3..1d61f17 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.1.1", + "version": "1.2.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 970fbac..11e00e3 100644 --- a/plugins/xt-default/CHANGELOG.md +++ b/plugins/xt-default/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* rating sort ([d6713b7](https://github.com/dont-code/ng-xtend/commit/d6713b76d01e34eebc8e209036721831b8a8668c)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-default-v1.1.0...xt-plugin-default-v1.1.1) (2026-08-15) diff --git a/plugins/xt-default/package-lock.json b/plugins/xt-default/package-lock.json index e975fd1..fb6f950 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.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.1.1", + "version": "1.2.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 47fdcec..62eb13a 100644 --- a/plugins/xt-default/package.json +++ b/plugins/xt-default/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-default", - "version": "1.1.1", + "version": "1.2.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 6e26739..e87f30d 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.1.1", + "version": "1.2.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 685d19f..0fe9481 100644 --- a/plugins/xt-finance/CHANGELOG.md +++ b/plugins/xt-finance/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* money, country & currency sort ([30648c6](https://github.com/dont-code/ng-xtend/commit/30648c6cda6ec0084425e815c464af2073bb5b4e)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-finance-v1.1.0...xt-plugin-finance-v1.1.1) (2026-08-15) diff --git a/plugins/xt-finance/package-lock.json b/plugins/xt-finance/package-lock.json index e975fd1..fb6f950 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.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.1.1", + "version": "1.2.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 544bb84..8c130ce 100644 --- a/plugins/xt-finance/package.json +++ b/plugins/xt-finance/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-finance", - "version": "1.1.1", + "version": "1.2.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 41f8f0b..8091f19 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.1.1", + "version": "1.2.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 9f56760..454e0a9 100644 --- a/plugins/xt-idb-store/CHANGELOG.md +++ b/plugins/xt-idb-store/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **xt-idb-store:** Synchronize xt-components versions + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-idb-store-v1.1.0...xt-idb-store-v1.1.1) (2026-08-15) diff --git a/plugins/xt-idb-store/package.json b/plugins/xt-idb-store/package.json index 6030d21..22432c7 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.1.1", + "version": "1.2.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 41f2137..534fe89 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.1.1", + "version": "1.2.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 ddedf05..dac53f0 100644 --- a/plugins/xt-intl/CHANGELOG.md +++ b/plugins/xt-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* money, country & currency sort ([30648c6](https://github.com/dont-code/ng-xtend/commit/30648c6cda6ec0084425e815c464af2073bb5b4e)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-intl-v1.1.0...xt-plugin-intl-v1.1.1) (2026-08-15) diff --git a/plugins/xt-intl/package.json b/plugins/xt-intl/package.json index ced753e..332f7f8 100644 --- a/plugins/xt-intl/package.json +++ b/plugins/xt-intl/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-intl", - "version": "1.1.1", + "version": "1.2.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 d5913fe..50c256a 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.1.1", + "version": "1.2.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 1c6486d..80ba5be 100644 --- a/plugins/xt-web/CHANGELOG.md +++ b/plugins/xt-web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* rating sort ([d6713b7](https://github.com/dont-code/ng-xtend/commit/d6713b76d01e34eebc8e209036721831b8a8668c)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-web-v1.1.0...xt-plugin-web-v1.1.1) (2026-08-15) diff --git a/plugins/xt-web/package-lock.json b/plugins/xt-web/package-lock.json index e975fd1..fb6f950 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.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xt-default-plugins", - "version": "1.1.1", + "version": "1.2.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 2740564..2fa36d9 100644 --- a/plugins/xt-web/package.json +++ b/plugins/xt-web/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-web", - "version": "1.1.1", + "version": "1.2.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 237a08b..0660b35 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.1.1", + "version": "1.2.0", "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 57d2e3d..bfe1288 100644 --- a/plugins/xt-workflow/CHANGELOG.md +++ b/plugins/xt-workflow/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* search bar ([8679f34](https://github.com/dont-code/ng-xtend/commit/8679f344db06db05144040e1fb78f7b9729ef1ed)) + ## [1.1.1](https://github.com/dont-code/ng-xtend/compare/xt-plugin-workflow-v1.1.0...xt-plugin-workflow-v1.1.1) (2026-08-15) diff --git a/plugins/xt-workflow/package.json b/plugins/xt-workflow/package.json index 2aad934..db8003d 100644 --- a/plugins/xt-workflow/package.json +++ b/plugins/xt-workflow/package.json @@ -1,6 +1,6 @@ { "name": "xt-plugin-workflow", - "version": "1.1.1", + "version": "1.2.0", "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 5311cac..416dded 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.1.1", + "version": "1.2.0", "repository": { "url": "https://github.com/dont-code/ng-xtend.git" },