Skip to content

Commit 87618d4

Browse files
chore(release): publish 0.3.0-rc.0 [ci skip]
1 parent eeb0b49 commit 87618d4

File tree

20 files changed

+190
-10
lines changed

20 files changed

+190
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.3.0-rc.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3...v0.3.0-rc.0) (2024-02-14)
7+
8+
### Features
9+
10+
- new custom elements schema parser ([#113](https://github.com/SAP/ui5-webcomponents-ngx/issues/113)) ([c13548e](https://github.com/SAP/ui5-webcomponents-ngx/commit/c13548ec92db44a7e3e932b075c24ec470481c5b))
11+
12+
### BREAKING CHANGES
13+
14+
- - js files are no longer supported
15+
16+
* ng17 is needed
17+
18+
- fix: build
19+
20+
- chore: updated to the latest ui5-wc release
21+
22+
- chore: removed methods from the generated components' code
23+
624
## [0.2.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3-rc.9...v0.2.3) (2024-02-06)
725

826
**Note:** Version bump only for package ui5-webcomponents-ngx

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.3",
4+
"version": "0.3.0-rc.0",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

libs/angular-generator/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.3.0-rc.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3...v0.3.0-rc.0) (2024-02-14)
7+
8+
### Features
9+
10+
- new custom elements schema parser ([#113](https://github.com/SAP/ui5-webcomponents-ngx/issues/113)) ([c13548e](https://github.com/SAP/ui5-webcomponents-ngx/commit/c13548ec92db44a7e3e932b075c24ec470481c5b))
11+
12+
### BREAKING CHANGES
13+
14+
- - js files are no longer supported
15+
16+
* ng17 is needed
17+
18+
- fix: build
19+
20+
- chore: updated to the latest ui5-wc release
21+
22+
- chore: removed methods from the generated components' code
23+
624
## [0.2.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3-rc.9...v0.2.3) (2024-02-06)
725

826
**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.3",
3+
"version": "0.3.0-rc.0",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
66
"type": "commonjs",

libs/commit/fs-commit/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.3.0-rc.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3...v0.3.0-rc.0) (2024-02-14)
7+
8+
### Features
9+
10+
- new custom elements schema parser ([#113](https://github.com/SAP/ui5-webcomponents-ngx/issues/113)) ([c13548e](https://github.com/SAP/ui5-webcomponents-ngx/commit/c13548ec92db44a7e3e932b075c24ec470481c5b))
11+
12+
### BREAKING CHANGES
13+
14+
- - js files are no longer supported
15+
16+
* ng17 is needed
17+
18+
- fix: build
19+
20+
- chore: updated to the latest ui5-wc release
21+
22+
- chore: removed methods from the generated components' code
23+
624
## [0.2.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3-rc.9...v0.2.3) (2024-02-06)
725

826
**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-transformer-fs-commit",
3-
"version": "0.2.3",
3+
"version": "0.3.0-rc.0",
44
"license": "Apache-2.0",
55
"type": "commonjs"
66
}

libs/fundamental-styles/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.3.0-rc.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3...v0.3.0-rc.0) (2024-02-14)
7+
8+
### Features
9+
10+
- new custom elements schema parser ([#113](https://github.com/SAP/ui5-webcomponents-ngx/issues/113)) ([c13548e](https://github.com/SAP/ui5-webcomponents-ngx/commit/c13548ec92db44a7e3e932b075c24ec470481c5b))
11+
12+
### BREAKING CHANGES
13+
14+
- - js files are no longer supported
15+
16+
* ng17 is needed
17+
18+
- fix: build
19+
20+
- chore: updated to the latest ui5-wc release
21+
22+
- chore: removed methods from the generated components' code
23+
624
## [0.2.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3-rc.9...v0.2.3) (2024-02-06)
725

826
**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.3",
3+
"version": "0.3.0-rc.0",
44
"license": "Apache-2.0",
55
"author": "SAP SE (https://www.sap.com)",
66
"repository": {

libs/transformer/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.3.0-rc.0](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3...v0.3.0-rc.0) (2024-02-14)
7+
8+
### Features
9+
10+
- new custom elements schema parser ([#113](https://github.com/SAP/ui5-webcomponents-ngx/issues/113)) ([c13548e](https://github.com/SAP/ui5-webcomponents-ngx/commit/c13548ec92db44a7e3e932b075c24ec470481c5b))
11+
12+
### BREAKING CHANGES
13+
14+
- - js files are no longer supported
15+
16+
* ng17 is needed
17+
18+
- fix: build
19+
20+
- chore: updated to the latest ui5-wc release
21+
22+
- chore: removed methods from the generated components' code
23+
624
## [0.2.3](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.2.3-rc.9...v0.2.3) (2024-02-06)
725

826
**Note:** Version bump only for package @ui5/webcomponents-wrapper

libs/transformer/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-transformer",
3-
"version": "0.2.3",
3+
"version": "0.3.0-rc.0",
44
"type": "commonjs",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)