Skip to content

Commit

Permalink
chore(release): publish 0.1.0-rc.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-bot committed Mar 15, 2023
1 parent 4aa6db2 commit e6907be
Show file tree
Hide file tree
Showing 18 changed files with 91 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions libs/angular-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-generator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions libs/api-json-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/api-json-parser/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions libs/commit/fs-commit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/commit/fs-commit/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions libs/fundamental-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/fundamental-styles/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions libs/ui5-angular-theming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/ui5-angular-theming/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions libs/ui5-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/ui5-angular/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 4 additions & 0 deletions libs/webcomponents-nx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/webcomponents-nx/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions libs/wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e6907be

Please sign in to comment.