Skip to content

Commit 34ebd65

Browse files
authored
del in carousel & image fixes
chore: release main
2 parents 45eddb5 + d9f2c4d commit 34ebd65

41 files changed

Lines changed: 125 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"libs/xt-type": "0.11.1",
3-
"libs/xt-store": "0.8.2",
4-
"libs/xt-components": "0.8.2",
5-
"libs/xt-plugin-sample": "0.8.2",
6-
"libs/dc-workflow": "0.8.2",
7-
"plugins/xt-idb-store": "0.8.2",
8-
"plugins/xt-default": "0.8.2",
9-
"plugins/xt-intl": "0.8.2",
10-
"plugins/xt-finance": "0.8.2",
11-
"plugins/xt-web": "0.8.2",
12-
"plugins/xt-agenda": "0.8.2",
13-
"plugins/xt-workflow": "0.8.2"
3+
"libs/xt-store": "0.8.3",
4+
"libs/xt-components": "0.8.3",
5+
"libs/xt-plugin-sample": "0.8.3",
6+
"libs/dc-workflow": "0.8.3",
7+
"plugins/xt-idb-store": "0.8.3",
8+
"plugins/xt-default": "0.8.3",
9+
"plugins/xt-intl": "0.8.3",
10+
"plugins/xt-finance": "0.8.3",
11+
"plugins/xt-web": "0.8.3",
12+
"plugins/xt-agenda": "0.8.3",
13+
"plugins/xt-workflow": "0.8.3"
1414
}

libs/dc-workflow/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.3](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v0.8.2...dc-workflow-v0.8.3) (2026-07-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **dc-workflow:** Synchronize xt-components versions
9+
310
## [0.8.2](https://github.com/dont-code/ng-xtend/compare/dc-workflow-v0.8.1...dc-workflow-v0.8.2) (2026-07-12)
411

512

libs/dc-workflow/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/dc-workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-workflow",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

libs/dc-workflow/projects/dc-workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-workflow",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"repository": {
55
"url": "https://github.com/dont-code/ng-xtend.git"
66
},

libs/xt-components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.3](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.8.2...xt-components-v0.8.3) (2026-07-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **xt-components:** Synchronize xt-components versions
9+
310
## [0.8.2](https://github.com/dont-code/ng-xtend/compare/xt-components-v0.8.1...xt-components-v0.8.2) (2026-07-12)
411

512

libs/xt-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/xt-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xt-components",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

libs/xt-components/projects/xt-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xt-components",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"repository": {
55
"url": "https://github.com/dont-code/ng-xtend.git"
66
},

libs/xt-plugin-sample/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.3](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.8.2...xt-plugin-sample-v0.8.3) (2026-07-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **xt-plugin-sample:** Synchronize xt-components versions
9+
310
## [0.8.2](https://github.com/dont-code/ng-xtend/compare/xt-plugin-sample-v0.8.1...xt-plugin-sample-v0.8.2) (2026-07-12)
411

512

0 commit comments

Comments
 (0)