Skip to content

Commit

Permalink
chore(release): -v4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.0](v4.3.0...v4.4.0) (2024-02-06)

### Features

* add app-state-service mock ([#114](#114)) ([b314e81](b314e81))
* allow specifying icons for header objectDetails ([#101](#101)) ([287d873](287d873))
* dialog service improvements ([#106](#106)) ([301273a](301273a))
* overflow action buttons can be disabled ([#95](#95)) ([6194335](6194335))
* table row selection ([#82](#82)) ([#107](#107)) ([8b14bf7](8b14bf7))

### Bug Fixes

* export app-state-service mock ([#115](#115)) ([60778c0](60778c0))

### Chores

* **deps-dev:** bump jest-environment-jsdom from 29.5.0 to 29.7.0 ([#102](#102)) ([ee60735](ee60735))
* **deps-dev:** bump nx-release from 3.1.6 to 3.3.0 ([#105](#105)) ([6089325](6089325))
* **deps-dev:** bump ts-jest from 29.1.1 to 29.1.2 ([#88](#88)) ([8f4ad86](8f4ad86))
* **deps-dev:** bump ts-node from 10.9.1 to 10.9.2 ([#103](#103)) ([9e43120](9e43120))

### Refactoring

* remove unused getters and broken conditional ([#79](#79)) ([#113](#113)) ([ee32517](ee32517))
  • Loading branch information
semantic-release-bot committed Feb 6, 2024
1 parent 60778c0 commit 2601f2f
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [4.4.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.3.0...v4.4.0) (2024-02-06)


### Features

* add app-state-service mock ([#114](https://github.com/onecx/onecx-portal-ui-libs/issues/114)) ([b314e81](https://github.com/onecx/onecx-portal-ui-libs/commit/b314e81ac521dd19e2e9c2f0543d90d62eacc892))
* allow specifying icons for header objectDetails ([#101](https://github.com/onecx/onecx-portal-ui-libs/issues/101)) ([287d873](https://github.com/onecx/onecx-portal-ui-libs/commit/287d8730dc10017e272f1aa133da84846b613d32))
* dialog service improvements ([#106](https://github.com/onecx/onecx-portal-ui-libs/issues/106)) ([301273a](https://github.com/onecx/onecx-portal-ui-libs/commit/301273a4fe2934b6ca076e296a47a24ce9c082c1))
* overflow action buttons can be disabled ([#95](https://github.com/onecx/onecx-portal-ui-libs/issues/95)) ([6194335](https://github.com/onecx/onecx-portal-ui-libs/commit/61943353b85d8a7fd8b2df85209bc77c3c339313))
* table row selection ([#82](https://github.com/onecx/onecx-portal-ui-libs/issues/82)) ([#107](https://github.com/onecx/onecx-portal-ui-libs/issues/107)) ([8b14bf7](https://github.com/onecx/onecx-portal-ui-libs/commit/8b14bf79f18860e84d9ad100635715bfbcba715b))


### Bug Fixes

* export app-state-service mock ([#115](https://github.com/onecx/onecx-portal-ui-libs/issues/115)) ([60778c0](https://github.com/onecx/onecx-portal-ui-libs/commit/60778c0bd57b744e806a7e845fc2862c7512a3cd))


### Chores

* **deps-dev:** bump jest-environment-jsdom from 29.5.0 to 29.7.0 ([#102](https://github.com/onecx/onecx-portal-ui-libs/issues/102)) ([ee60735](https://github.com/onecx/onecx-portal-ui-libs/commit/ee60735875c5748cd85c11fc866e8588c47577df))
* **deps-dev:** bump nx-release from 3.1.6 to 3.3.0 ([#105](https://github.com/onecx/onecx-portal-ui-libs/issues/105)) ([6089325](https://github.com/onecx/onecx-portal-ui-libs/commit/608932539771f3346919d09a0fdb0d4e07c37faa))
* **deps-dev:** bump ts-jest from 29.1.1 to 29.1.2 ([#88](https://github.com/onecx/onecx-portal-ui-libs/issues/88)) ([8f4ad86](https://github.com/onecx/onecx-portal-ui-libs/commit/8f4ad868d3c180d0e0dc40362f6d29a6f24e92f8))
* **deps-dev:** bump ts-node from 10.9.1 to 10.9.2 ([#103](https://github.com/onecx/onecx-portal-ui-libs/issues/103)) ([9e43120](https://github.com/onecx/onecx-portal-ui-libs/commit/9e43120d9e93423e5af7c06ceccb28b8512ab142))


### Refactoring

* remove unused getters and broken conditional ([#79](https://github.com/onecx/onecx-portal-ui-libs/issues/79)) ([#113](https://github.com/onecx/onecx-portal-ui-libs/issues/113)) ([ee32517](https://github.com/onecx/onecx-portal-ui-libs/commit/ee325174ee60a6f853ddb90dfce5db1b55152d53))

## [4.3.0](https://github.com/onecx/onecx-portal-ui-libs/compare/v4.2.0...v4.3.0) (2024-02-02)


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.3.0",
"version": "4.4.0",
"peerDependencies": {
"tslib": "^2.3.0",
"rxjs": "7.8.1"
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.3.0",
"version": "4.4.0",
"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.3.0",
"version": "4.4.0",
"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.3.0",
"version": "4.4.0",
"peerDependencies": {
"@angular-architects/module-federation": "15.0.0",
"@angular/common": "^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.3.0",
"version": "4.4.0",
"peerDependencies": {
"tslib": "^2.5.0"
},
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.3.0",
"version": "4.4.0",
"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 2601f2f

Please sign in to comment.