forked from onecx/onecx-portal-ui-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.12.0](onecx/onecx-portal-ui-libs@v4.11.0...v4.12.0) (2024-03-21) ### Features * add ability to dynamically hide/disable action buttons ([onecx#169](onecx#169)) ([bc30475](onecx@bc30475)) * angular accelerator init ([onecx#165](onecx#165)) ([3388e3f](onecx@3388e3f)) * angular integration interface init ([onecx#178](onecx#178)) ([e5aac96](onecx@e5aac96)) * raise github actions version ([onecx#175](onecx#175)) ([3f42d93](onecx@3f42d93)) ### Bug Fixes * adapt the release config to see the whole ([onecx#180](onecx#180)) ([cd56c3d](onecx@cd56c3d)) * added breakpoint directive to angular-accelerator ([onecx#177](onecx#177)) ([824b5e3](onecx@824b5e3)) * fixed remote component interface naming ([onecx#174](onecx#174)) ([8722ff0](onecx@8722ff0))
- Loading branch information
1 parent
cd56c3d
commit e74c75d
Showing
10 changed files
with
79 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "@onecx/angular-accelerator", | ||
"version": "4.9.0", | ||
"peerDependencies": { | ||
"@angular/common": "^15.2.7", | ||
"@angular/core": "^15.2.7", | ||
"@angular/cdk": "^15.2.7", | ||
"@angular/forms": "^15.2.7", | ||
"@angular/platform-browser": "^15.2.7", | ||
"@angular/router": "^15.2.7", | ||
"@ngx-translate/core": "^14.0.0", | ||
"@onecx/integration-interface": "~4", | ||
"@onecx/angular-integration-interface": "~4", | ||
"chart.js": "^4.4.0", | ||
"d3-scale-chromatic": "^3.0.0", | ||
"rxjs": "~7.8.0", | ||
"primeng": "^15.2.1", | ||
"ngx-timeago": "^2.0.0" | ||
}, | ||
"dependencies": {}, | ||
"exports": { | ||
".": { | ||
"style": "./assets/styles.scss" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"name": "@onecx/angular-accelerator", | ||
"version": "4.12.0", | ||
"peerDependencies": { | ||
"@angular/common": "^15.2.7", | ||
"@angular/core": "^15.2.7", | ||
"@angular/cdk": "^15.2.7", | ||
"@angular/forms": "^15.2.7", | ||
"@angular/platform-browser": "^15.2.7", | ||
"@angular/router": "^15.2.7", | ||
"@ngx-translate/core": "^14.0.0", | ||
"@onecx/integration-interface": "~4", | ||
"@onecx/angular-integration-interface": "~4", | ||
"chart.js": "^4.4.0", | ||
"d3-scale-chromatic": "^3.0.0", | ||
"rxjs": "~7.8.0", | ||
"primeng": "^15.2.1", | ||
"ngx-timeago": "^2.0.0" | ||
}, | ||
"dependencies": {}, | ||
"exports": { | ||
".": { | ||
"style": "./assets/styles.scss" | ||
} | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@onecx/angular-integration-interface", | ||
"version": "4.9.0", | ||
"peerDependencies": { | ||
"@angular/core": "^15.2.7", | ||
"@onecx/integration-interface": "~4", | ||
"rxjs": "~7.8.0" | ||
}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
"name": "@onecx/angular-integration-interface", | ||
"version": "4.12.0", | ||
"peerDependencies": { | ||
"@angular/core": "^15.2.7", | ||
"@onecx/integration-interface": "~4", | ||
"rxjs": "~7.8.0" | ||
}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"name": "@onecx/angular-remote-components", | ||
"version": "4.10.2", | ||
"peerDependencies": {}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@onecx/angular-remote-components", | ||
"version": "4.12.0", | ||
"peerDependencies": {}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@onecx/angular-testing", | ||
"version": "4.9.0", | ||
"peerDependencies": { | ||
"@angular/cdk": "^15.2.7", | ||
"primeng": "^15.2.1" | ||
}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
"name": "@onecx/angular-testing", | ||
"version": "4.12.0", | ||
"peerDependencies": { | ||
"@angular/cdk": "^15.2.7", | ||
"primeng": "^15.2.1" | ||
}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters