Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions libs/dc-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions libs/dc-workflow/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/dc-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-workflow",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion libs/dc-workflow/projects/dc-workflow/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions libs/xt-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions libs/xt-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/xt-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-components",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion libs/xt-components/projects/xt-components/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions libs/xt-plugin-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/xt-plugin-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-plugin-sample",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion libs/xt-plugin-sample/projects/sample/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions libs/xt-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/xt-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-store",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion libs/xt-store/projects/store/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
12 changes: 12 additions & 0 deletions libs/xt-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/xt-type/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-type",
"version": "0.11.1",
"version": "0.12.0",
"license": "MIT",
"exports": "./src/index.ts",
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions libs/xt-type/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/xt-type/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/xt-agenda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions plugins/xt-agenda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/xt-agenda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-plugin-agenda",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion plugins/xt-agenda/projects/agenda/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/xt-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions plugins/xt-default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/xt-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-plugin-default",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion plugins/xt-default/projects/default/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/xt-finance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions plugins/xt-finance/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/xt-finance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-plugin-finance",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion plugins/xt-finance/projects/finance/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/xt-idb-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/xt-idb-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-idb-store",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion plugins/xt-idb-store/projects/idb-store/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/xt-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading