Skip to content

Commit

Permalink
chore(release): -v4.43.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.43.1](v4.43.0...v4.43.1) (2024-07-18)

### Bug Fixes

* add missing renames in data-view component ([#324](#324)) ([d35cf25](d35cf25))
* render template if no permission is undefined ([#313](#313)) ([52cfe14](52cfe14))
  • Loading branch information
semantic-release-bot committed Jul 18, 2024
1 parent d35cf25 commit c73b0ab
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.43.1](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.43.0...v4.43.1) (2024-07-18)


### Bug Fixes

* add missing renames in data-view component ([#324](https://github.com/onecx/onecx-portal-ui-libs/issues/324)) ([d35cf25](https://github.com/onecx/onecx-portal-ui-libs/commit/d35cf25457aa4c0a362927c1b9e53e5938ad546e))
* render template if no permission is undefined ([#313](https://github.com/onecx/onecx-portal-ui-libs/issues/313)) ([52cfe14](https://github.com/onecx/onecx-portal-ui-libs/commit/52cfe1473a15f3af52d3028922f703dc1fb4c063))

## [4.43.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.42.1...v4.43.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion libs/accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/accelerator",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-accelerator",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-auth",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-integration-interface",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@onecx/integration-interface": "~4",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-remote-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-remote-components",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-testing",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/cdk": "^15.2.7",
"primeng": "^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-webcomponents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/angular-webcomponents",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/core": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/integration-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/integration-interface",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/keycloak-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/keycloak-auth",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/portal-integration-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/portal-integration-angular",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"@angular/common": "^15.2.7",
"@angular/core": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/portal-layout-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/portal-layout-styles",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/shell-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/shell-core",
"version": "4.43.0",
"version": "4.43.1",
"peerDependencies": {
"rxjs": "7.8.1",
"@angular/animations": "^15.2.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecx/onecx-portal-ui-libs",
"version": "4.43.0",
"version": "4.43.1",
"license": "Apache-2.0",
"scripts": {
"sass": "npx sass libs/portal-integration-angular/assets/styles.scss libs/portal-integration-angular/assets/output.css",
Expand Down

0 comments on commit c73b0ab

Please sign in to comment.