diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bef661..dd5de31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Bug Fixes + +- fixed sync target dependency ([4aa6db2](https://github.com/SAP/ui5-webcomponents-ngx/commit/4aa6db2a9c36bc736e2cc345b6a63ff6562ec1d0)) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) ### Features diff --git a/lerna.json b/lerna.json index fb937092..4744aa77 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.9", + "version": "0.1.0-rc.0", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/libs/angular-generator/CHANGELOG.md b/libs/angular-generator/CHANGELOG.md index 53e5d331..7f43122e 100644 --- a/libs/angular-generator/CHANGELOG.md +++ b/libs/angular-generator/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **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 f6a9c3ba..ecee4d66 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.9", + "version": "0.1.0-rc.0", "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 3e6ee280..2538dd77 100644 --- a/libs/api-json-parser/CHANGELOG.md +++ b/libs/api-json-parser/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **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 4b779546..3f7161a8 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.9", + "version": "0.1.0-rc.0", "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 0ab3a67b..bf3cfaca 100644 --- a/libs/commit/fs-commit/CHANGELOG.md +++ b/libs/commit/fs-commit/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **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 11f92e96..4dccf2e3 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.9", + "version": "0.1.0-rc.0", "license": "Apache-2.0", "type": "commonjs" } diff --git a/libs/fundamental-styles/CHANGELOG.md b/libs/fundamental-styles/CHANGELOG.md index 1c29d8c2..0c8b045d 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +**Note:** Version bump only for package @fundamental-styles/theming-ngx + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **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 13e349f0..e9ba81b2 100644 --- a/libs/fundamental-styles/package.json +++ b/libs/fundamental-styles/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-styles/theming-ngx", - "version": "0.0.1-rc.9", + "version": "0.1.0-rc.0", "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 88ed8cd3..ff5eb123 100644 --- a/libs/ui5-angular-theming/CHANGELOG.md +++ b/libs/ui5-angular-theming/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **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 642c9e2e..99ab1ec9 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.9", + "version": "0.1.0-rc.0", "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 00f04420..a71abe8a 100644 --- a/libs/ui5-angular/CHANGELOG.md +++ b/libs/ui5-angular/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) ### Features diff --git a/libs/ui5-angular/package.json b/libs/ui5-angular/package.json index e65ab258..25c8399b 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.9", + "version": "0.1.0-rc.0", "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 546061d0..184c33aa 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +**Note:** Version bump only for package @ui5/webcomponents-nx + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **Note:** Version bump only for package @ui5/webcomponents-nx diff --git a/libs/webcomponents-nx/package.json b/libs/webcomponents-nx/package.json index f191020d..1317cd8d 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.9", + "version": "0.1.0-rc.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json" diff --git a/libs/wrapper/CHANGELOG.md b/libs/wrapper/CHANGELOG.md index 3f7a1799..1bca414f 100644 --- a/libs/wrapper/CHANGELOG.md +++ b/libs/wrapper/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.9...v0.1.0-rc.0) (2023-03-15) + +### Features + +- reuse of the ui5 typing information and perf improvements ([#44](https://github.com/SAP/ui5-webcomponents-ngx/issues/44)) ([2e9100d](https://github.com/SAP/ui5-webcomponents-ngx/commit/2e9100db6ed792121f8298f651ae83e084c1fced)) + +### BREAKING CHANGES + +- renamed output names. new scheme is ui5${pascalCase(ui5OutputName)} + ## [0.0.1-rc.9](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.0.1-rc.8...v0.0.1-rc.9) (2023-03-09) **Note:** Version bump only for package @ui5/webcomponents-wrapper diff --git a/libs/wrapper/package.json b/libs/wrapper/package.json index de2d5304..c8320387 100644 --- a/libs/wrapper/package.json +++ b/libs/wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/webcomponents-wrapper", - "version": "0.0.1-rc.9", + "version": "0.1.0-rc.0", "type": "commonjs", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",