From 7fbb967af37465d4e35ac940aedd12848198b13d Mon Sep 17 00:00:00 2001 From: ui5-webcomponents-bot Date: Wed, 8 Feb 2023 23:18:43 +0000 Subject: [PATCH] chore(release): publish 0.0.1-rc.3 [ci skip] --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- libs/angular-generator/CHANGELOG.md | 6 ++++++ libs/angular-generator/package.json | 2 +- libs/api-json-parser/CHANGELOG.md | 4 ++++ libs/api-json-parser/package.json | 2 +- libs/commit/fs-commit/CHANGELOG.md | 4 ++++ libs/commit/fs-commit/package.json | 2 +- libs/ui5-angular-theming/CHANGELOG.md | 4 ++++ libs/ui5-angular-theming/package.json | 2 +- libs/ui5-angular/CHANGELOG.md | 6 ++++++ libs/ui5-angular/package.json | 2 +- libs/webcomponents-nx/CHANGELOG.md | 6 ++++++ libs/webcomponents-nx/package.json | 2 +- libs/wrapper/CHANGELOG.md | 4 ++++ libs/wrapper/package.json | 2 +- 16 files changed, 48 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedccbf1..dadd8f97 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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +### Bug Fixes + +- fixed ng-add schematic and ui5 theme loading ([#30](https://github.com/SAP/ui5-webcomponents-ngx/issues/30)) ([2c423d6](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c423d6123a168a8f4c66e1b9407a43f0c65d86c)) + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f27c3525..f4672359 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["libs/*", "libs/*/*"], - "version": "0.0.1-rc.2", + "version": "0.0.1-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 a5c27532..1e21c144 100644 --- a/libs/angular-generator/CHANGELOG.md +++ b/libs/angular-generator/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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +### Bug Fixes + +- fixed ng-add schematic and ui5 theme loading ([#30](https://github.com/SAP/ui5-webcomponents-ngx/issues/30)) ([2c423d6](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c423d6123a168a8f4c66e1b9407a43f0c65d86c)) + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **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 595014ed..46bfb0fd 100644 --- a/libs/angular-generator/package.json +++ b/libs/angular-generator/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-ngx-generator", - "version": "0.0.1-rc.2", + "version": "0.0.1-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 f4500aac..95f803be 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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +**Note:** Version bump only for package @ui5/webcomponents-api-json-parser + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **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 75667d52..0fca25f5 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.0.1-rc.2", + "version": "0.0.1-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 82e4917c..b8d6acd0 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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +**Note:** Version bump only for package @ui5/webcomponents-wrapper-fs-commit + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **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 95c5b990..cb4cd899 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.0.1-rc.2", + "version": "0.0.1-rc.3", "license": "Apache-2.0", "type": "commonjs" } diff --git a/libs/ui5-angular-theming/CHANGELOG.md b/libs/ui5-angular-theming/CHANGELOG.md index 2935d5b2..53de7af9 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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +**Note:** Version bump only for package @ui5/theming-ngx + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **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 789cf7b3..17f5c703 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.0.1-rc.2", + "version": "0.0.1-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 246463be..3e259549 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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +### Bug Fixes + +- fixed ng-add schematic and ui5 theme loading ([#30](https://github.com/SAP/ui5-webcomponents-ngx/issues/30)) ([2c423d6](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c423d6123a168a8f4c66e1b9407a43f0c65d86c)) + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **Note:** Version bump only for package @ui5/webcomponents-ngx diff --git a/libs/ui5-angular/package.json b/libs/ui5-angular/package.json index 9ff28b1c..d21c843e 100644 --- a/libs/ui5-angular/package.json +++ b/libs/ui5-angular/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-ngx", - "version": "0.0.1-rc.2", + "version": "0.0.1-rc.3", "license": "Apache-2.0", "author": "SAP SE (https://www.sap.com)", "keywords": [ diff --git a/libs/webcomponents-nx/CHANGELOG.md b/libs/webcomponents-nx/CHANGELOG.md index 6c0293f9..124516bc 100644 --- a/libs/webcomponents-nx/CHANGELOG.md +++ b/libs/webcomponents-nx/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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +### Bug Fixes + +- fixed ng-add schematic and ui5 theme loading ([#30](https://github.com/SAP/ui5-webcomponents-ngx/issues/30)) ([2c423d6](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c423d6123a168a8f4c66e1b9407a43f0c65d86c)) + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **Note:** Version bump only for package @ui5/webcomponents-nx diff --git a/libs/webcomponents-nx/package.json b/libs/webcomponents-nx/package.json index 6bede02c..71bda81f 100644 --- a/libs/webcomponents-nx/package.json +++ b/libs/webcomponents-nx/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-nx", - "version": "0.0.1-rc.2", + "version": "0.0.1-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 62292ed2..ba29c478 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.0.1-rc.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.2...v0.0.1-rc.3) (2023-02-08) + +**Note:** Version bump only for package @ui5/webcomponents-wrapper + ## [0.0.1-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.1...v0.0.1-rc.2) (2023-02-08) **Note:** Version bump only for package @ui5/webcomponents-wrapper diff --git a/libs/wrapper/package.json b/libs/wrapper/package.json index e2cd5a7d..9a78dbc7 100644 --- a/libs/wrapper/package.json +++ b/libs/wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-wrapper", - "version": "0.0.1-rc.2", + "version": "0.0.1-rc.3", "type": "commonjs", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",