Skip to content

Commit 231c5db

Browse files
chore(release): publish 0.2.0-rc.2 [ci skip]
1 parent 0b43320 commit 231c5db

File tree

20 files changed

+58
-10
lines changed

20 files changed

+58
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.1...v0.2.0-rc.2) (2023-05-17)
7+
8+
### Features
9+
10+
- i18n schematic ([#71](https://github.com/SAP/ui5-webcomponents-ngx/issues/71)) ([0b43320](https://github.com/SAP/ui5-webcomponents-ngx/commit/0b43320178caf1f1933f380da6f24e5163c45e1f))
11+
612
# [0.2.0-rc.1](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.0...v0.2.0-rc.1) (2023-05-17)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["libs/*", "libs/*/*"],
4-
"version": "0.2.0-rc.1",
4+
"version": "0.2.0-rc.2",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

libs/angular-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.1...v0.2.0-rc.2) (2023-05-17)
7+
8+
### Features
9+
10+
- i18n schematic ([#71](https://github.com/SAP/ui5-webcomponents-ngx/issues/71)) ([0b43320](https://github.com/SAP/ui5-webcomponents-ngx/commit/0b43320178caf1f1933f380da6f24e5163c45e1f))
11+
612
# [0.2.0-rc.1](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.0...v0.2.0-rc.1) (2023-05-17)
713

814
**Note:** Version bump only for package @ui5/webcomponents-ngx-generator

libs/angular-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ngx-generator",
3-
"version": "0.2.0-rc.1",
3+
"version": "0.2.0-rc.2",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
66
"type": "commonjs",

libs/api-json-parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.1...v0.2.0-rc.2) (2023-05-17)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-api-json-parser
9+
610
# [0.2.0-rc.1](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.0...v0.2.0-rc.1) (2023-05-17)
711

812
**Note:** Version bump only for package @ui5/webcomponents-api-json-parser

libs/api-json-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-api-json-parser",
3-
"version": "0.2.0-rc.1",
3+
"version": "0.2.0-rc.2",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
66
"type": "commonjs"

libs/commit/fs-commit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.1...v0.2.0-rc.2) (2023-05-17)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-wrapper-fs-commit
9+
610
# [0.2.0-rc.1](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.0...v0.2.0-rc.1) (2023-05-17)
711

812
**Note:** Version bump only for package @ui5/webcomponents-wrapper-fs-commit

libs/commit/fs-commit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-wrapper-fs-commit",
3-
"version": "0.2.0-rc.1",
3+
"version": "0.2.0-rc.2",
44
"license": "Apache-2.0",
55
"type": "commonjs"
66
}

libs/fundamental-styles/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-rc.2](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.1...v0.2.0-rc.2) (2023-05-17)
7+
8+
### Features
9+
10+
- i18n schematic ([#71](https://github.com/SAP/ui5-webcomponents-ngx/issues/71)) ([0b43320](https://github.com/SAP/ui5-webcomponents-ngx/commit/0b43320178caf1f1933f380da6f24e5163c45e1f))
11+
612
# [0.2.0-rc.1](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.0-rc.0...v0.2.0-rc.1) (2023-05-17)
713

814
**Note:** Version bump only for package @fundamental-styles/theming-ngx

libs/fundamental-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-styles/theming-ngx",
3-
"version": "0.2.0-rc.1",
3+
"version": "0.2.0-rc.2",
44
"license": "Apache-2.0",
55
"author": "SAP SE (https://www.sap.com)",
66
"repository": {

0 commit comments

Comments
 (0)