diff --git a/CHANGELOG.md b/CHANGELOG.md index 659099fc..7cf03c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +### Bug Fixes + +- added missing peer dependencies to the ui5-angular ([#47](https://github.com/SAP/ui5-webcomponents-ngx/issues/47)) ([d6af4a8](https://github.com/SAP/ui5-webcomponents-ngx/commit/d6af4a8b4f27e2954c2064ac253ca0293794d965)) + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 03e4909c..65ee3291 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["libs/*", "libs/*/*"], - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/libs/angular-generator/CHANGELOG.md b/libs/angular-generator/CHANGELOG.md index 43a7da00..cd1795d7 100644 --- a/libs/angular-generator/CHANGELOG.md +++ b/libs/angular-generator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/webcomponents-ngx-generator + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/webcomponents-ngx-generator diff --git a/libs/angular-generator/package.json b/libs/angular-generator/package.json index 00dbdbba..6602ee90 100644 --- a/libs/angular-generator/package.json +++ b/libs/angular-generator/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-ngx-generator", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", "type": "commonjs", diff --git a/libs/api-json-parser/CHANGELOG.md b/libs/api-json-parser/CHANGELOG.md index 52ed9e9f..c884d93c 100644 --- a/libs/api-json-parser/CHANGELOG.md +++ b/libs/api-json-parser/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/webcomponents-api-json-parser + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/webcomponents-api-json-parser diff --git a/libs/api-json-parser/package.json b/libs/api-json-parser/package.json index 4bcaaf8d..2cbb8b3a 100644 --- a/libs/api-json-parser/package.json +++ b/libs/api-json-parser/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-api-json-parser", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", "type": "commonjs" diff --git a/libs/commit/fs-commit/CHANGELOG.md b/libs/commit/fs-commit/CHANGELOG.md index 180207ce..e69113cb 100644 --- a/libs/commit/fs-commit/CHANGELOG.md +++ b/libs/commit/fs-commit/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/webcomponents-wrapper-fs-commit + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/webcomponents-wrapper-fs-commit diff --git a/libs/commit/fs-commit/package.json b/libs/commit/fs-commit/package.json index aad5dc6a..12ee522c 100644 --- a/libs/commit/fs-commit/package.json +++ b/libs/commit/fs-commit/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-wrapper-fs-commit", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "license": "Apache-2.0", "type": "commonjs" } diff --git a/libs/fundamental-styles/CHANGELOG.md b/libs/fundamental-styles/CHANGELOG.md index d7cbea96..083f0939 100644 --- a/libs/fundamental-styles/CHANGELOG.md +++ b/libs/fundamental-styles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @fundamental-styles/theming-ngx + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @fundamental-styles/theming-ngx diff --git a/libs/fundamental-styles/package.json b/libs/fundamental-styles/package.json index 454a1b22..015e787a 100644 --- a/libs/fundamental-styles/package.json +++ b/libs/fundamental-styles/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/theming-ngx", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "license": "Apache-2.0", "author": "SAP SE (https://www.sap.com)", "repository": { diff --git a/libs/ui5-angular-theming/CHANGELOG.md b/libs/ui5-angular-theming/CHANGELOG.md index d57f48d7..81135520 100644 --- a/libs/ui5-angular-theming/CHANGELOG.md +++ b/libs/ui5-angular-theming/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/theming-ngx + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/theming-ngx diff --git a/libs/ui5-angular-theming/package.json b/libs/ui5-angular-theming/package.json index f4f166d4..fe0d9a56 100644 --- a/libs/ui5-angular-theming/package.json +++ b/libs/ui5-angular-theming/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/theming-ngx", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "license": "Apache-2.0", "author": "SAP SE (https://www.sap.com)", "repository": { diff --git a/libs/ui5-angular/CHANGELOG.md b/libs/ui5-angular/CHANGELOG.md index cbbdd724..e0dccac8 100644 --- a/libs/ui5-angular/CHANGELOG.md +++ b/libs/ui5-angular/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +### Bug Fixes + +- added missing peer dependencies to the ui5-angular ([#47](https://github.com/SAP/ui5-webcomponents-ngx/issues/47)) ([d6af4a8](https://github.com/SAP/ui5-webcomponents-ngx/commit/d6af4a8b4f27e2954c2064ac253ca0293794d965)) + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) ### Bug Fixes diff --git a/libs/ui5-angular/package.json b/libs/ui5-angular/package.json index d01eeea7..f37aeabd 100644 --- a/libs/ui5-angular/package.json +++ b/libs/ui5-angular/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-ngx", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "license": "Apache-2.0", "author": "SAP SE (https://www.sap.com)", "keywords": [ @@ -22,8 +22,8 @@ "@ui5/webcomponents": "^1.11.0", "@ui5/webcomponents-fiori": "^1.11.0", "@ui5/webcomponents-icons": "^1.11.0", - "@ui5/webcomponents-icons-tnt": "^1.11.0", "@ui5/webcomponents-icons-business-suite": "^1.11.0", + "@ui5/webcomponents-icons-tnt": "^1.11.0", "fast-deep-equal": "^3.1.3", "rxjs": "~7.5.0" }, diff --git a/libs/ui5-samples-parser/CHANGELOG.md b/libs/ui5-samples-parser/CHANGELOG.md index 6b88ae9e..8b16e8db 100644 --- a/libs/ui5-samples-parser/CHANGELOG.md +++ b/libs/ui5-samples-parser/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/webcomponents-samples-parser + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/webcomponents-samples-parser diff --git a/libs/ui5-samples-parser/package.json b/libs/ui5-samples-parser/package.json index 198eb0da..5662c527 100644 --- a/libs/ui5-samples-parser/package.json +++ b/libs/ui5-samples-parser/package.json @@ -1,5 +1,5 @@ { "name": "@ui5/webcomponents-samples-parser", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "type": "commonjs" } diff --git a/libs/webcomponents-nx/CHANGELOG.md b/libs/webcomponents-nx/CHANGELOG.md index 793dbf79..abbe1f75 100644 --- a/libs/webcomponents-nx/CHANGELOG.md +++ b/libs/webcomponents-nx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/webcomponents-nx + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/webcomponents-nx diff --git a/libs/webcomponents-nx/package.json b/libs/webcomponents-nx/package.json index 6457e04c..2ae20f19 100644 --- a/libs/webcomponents-nx/package.json +++ b/libs/webcomponents-nx/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-nx", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json" diff --git a/libs/wrapper/CHANGELOG.md b/libs/wrapper/CHANGELOG.md index 88d91418..deedb50f 100644 --- a/libs/wrapper/CHANGELOG.md +++ b/libs/wrapper/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.2...v0.1.0-rc.3) (2023-03-20) + +**Note:** Version bump only for package @ui5/webcomponents-wrapper + # [0.1.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.1.0-rc.1...v0.1.0-rc.2) (2023-03-20) **Note:** Version bump only for package @ui5/webcomponents-wrapper diff --git a/libs/wrapper/package.json b/libs/wrapper/package.json index 18429bae..d823a9b0 100644 --- a/libs/wrapper/package.json +++ b/libs/wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-wrapper", - "version": "0.1.0-rc.2", + "version": "0.1.0-rc.3", "type": "commonjs", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",