From 87610ee691b9eb569e531d5b6e9fd72ef99c70c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 12:48:14 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 24 +++++++++---------- libs/dc-workflow/CHANGELOG.md | 7 ++++++ libs/dc-workflow/package-lock.json | 4 ++-- libs/dc-workflow/package.json | 2 +- .../projects/dc-workflow/package.json | 2 +- libs/xt-components/CHANGELOG.md | 7 ++++++ libs/xt-components/package-lock.json | 4 ++-- libs/xt-components/package.json | 2 +- .../projects/xt-components/package.json | 2 +- libs/xt-plugin-sample/CHANGELOG.md | 7 ++++++ libs/xt-plugin-sample/package.json | 2 +- .../projects/sample/package.json | 2 +- libs/xt-store/CHANGELOG.md | 7 ++++++ libs/xt-store/package.json | 2 +- libs/xt-store/projects/store/package.json | 2 +- libs/xt-type/CHANGELOG.md | 12 ++++++++++ libs/xt-type/jsr.json | 2 +- libs/xt-type/package-lock.json | 4 ++-- libs/xt-type/package.json | 2 +- plugins/xt-agenda/CHANGELOG.md | 7 ++++++ plugins/xt-agenda/package-lock.json | 4 ++-- plugins/xt-agenda/package.json | 2 +- .../xt-agenda/projects/agenda/package.json | 2 +- plugins/xt-default/CHANGELOG.md | 7 ++++++ plugins/xt-default/package-lock.json | 4 ++-- plugins/xt-default/package.json | 2 +- .../xt-default/projects/default/package.json | 2 +- plugins/xt-finance/CHANGELOG.md | 7 ++++++ plugins/xt-finance/package-lock.json | 4 ++-- plugins/xt-finance/package.json | 2 +- .../xt-finance/projects/finance/package.json | 2 +- plugins/xt-idb-store/CHANGELOG.md | 7 ++++++ plugins/xt-idb-store/package.json | 2 +- .../projects/idb-store/package.json | 2 +- plugins/xt-intl/CHANGELOG.md | 7 ++++++ plugins/xt-intl/package.json | 2 +- plugins/xt-intl/projects/intl/package.json | 2 +- plugins/xt-web/CHANGELOG.md | 7 ++++++ plugins/xt-web/package-lock.json | 4 ++-- plugins/xt-web/package.json | 2 +- plugins/xt-web/projects/web/package.json | 2 +- plugins/xt-workflow/CHANGELOG.md | 7 ++++++ plugins/xt-workflow/package.json | 2 +- .../projects/workflow/package.json | 2 +- 44 files changed, 139 insertions(+), 50 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2657c652..6578ab1a 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 c21292c1..bae50043 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 2b7094ec..64bf8e95 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 2f7e1918..e1f1454b 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 7a7e998b..ad381314 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 bbbe43b7..f2abeb7f 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 429cc443..2ea728fa 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 591f1c7e..6668f558 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 6db57184..01a9b60a 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 25b41791..77171d49 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 56d81d75..d22b112e 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 e0efec85..b7261ae1 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 f5e41d5a..a8b4cab3 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 89cc6f74..0cf24511 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 98eaaccd..75f9e428 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 6232ae91..81087ff5 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 c9d88b29..a361a310 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 bcd7fdc9..640a1cc2 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 19a6554e..bbd0ce36 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 93821eee..3be4bd85 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 e975fd11..fb6f9501 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 0ff90ce8..411004fd 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 495e3e33..1d61f17e 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 970fbac1..11e00e36 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 e975fd11..fb6f9501 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 47fdcec8..62eb13aa 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 6e267394..e87f30d5 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 685d19fe..0fe94812 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 e975fd11..fb6f9501 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 544bb84b..8c130ce9 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 41f8f0b8..8091f19c 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 9f567607..454e0a90 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 6030d214..22432c7b 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 41f2137c..534fe891 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 ddedf058..dac53f02 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 ced753e5..332f7f87 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 d5913fe7..50c256a2 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 1c6486d7..80ba5bed 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 e975fd11..fb6f9501 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 2740564b..2fa36d95 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 237a08bd..0660b355 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 57d2e3d3..bfe12881 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 2aad9347..db8003da 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 5311cacf..416ddede 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" },