Skip to content

Commit

Permalink
chore(release): publish 0.3.0-rc.13 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-bot committed Aug 12, 2024
1 parent 2c61c4c commit dac4153
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

### Bug Fixes

- update ui5wc versions in package.json files ([#145](https://github.com/SAP/ui5-webcomponents-ngx/issues/145)) ([2c61c4c](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c61c4cd106e127157b8aed43139538eeb0131ad))

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

### Bug Fixes
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.3.0-rc.12",
"version": "0.3.0-rc.13",
"conventionalCommits": true,
"tagVersionPrefix": "v",
"message": "chore(release): publish %v",
Expand Down
4 changes: 4 additions & 0 deletions libs/angular-generator/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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

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

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**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.3.0-rc.12",
"version": "0.3.0-rc.13",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
4 changes: 4 additions & 0 deletions libs/commit/fs-commit/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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

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

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**Note:** Version bump only for package @ui5/webcomponents-transformer-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-transformer-fs-commit",
"version": "0.3.0-rc.12",
"version": "0.3.0-rc.13",
"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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

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

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

### Bug Fixes
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.3.0-rc.12",
"version": "0.3.0-rc.13",
"license": "Apache-2.0",
"author": "SAP SE (https://www.sap.com)",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions libs/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

### Bug Fixes

- update ui5wc versions in package.json files ([#145](https://github.com/SAP/ui5-webcomponents-ngx/issues/145)) ([2c61c4c](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c61c4cd106e127157b8aed43139538eeb0131ad))

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**Note:** Version bump only for package @ui5/webcomponents-transformer
Expand Down
2 changes: 1 addition & 1 deletion libs/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-transformer",
"version": "0.3.0-rc.12",
"version": "0.3.0-rc.13",
"type": "commonjs",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions libs/ui5-angular-theming/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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

**Note:** Version bump only for package @ui5/theming-ngx

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**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.3.0-rc.12",
"version": "0.3.0-rc.13",
"license": "Apache-2.0",
"author": "SAP SE (https://www.sap.com)",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions libs/ui5-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

### Bug Fixes

- update ui5wc versions in package.json files ([#145](https://github.com/SAP/ui5-webcomponents-ngx/issues/145)) ([2c61c4c](https://github.com/SAP/ui5-webcomponents-ngx/commit/2c61c4cd106e127157b8aed43139538eeb0131ad))

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0-rc.12",
"version": "0.3.0-rc.13",
"license": "Apache-2.0",
"author": "SAP SE (https://www.sap.com)",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"@ui5/theming-ngx": "^0.3.0-rc.12",
"@ui5/theming-ngx": "^0.3.0-rc.13",
"tslib": "^2.4.1"
},
"schematics": "./schematics/collection.json",
Expand Down
4 changes: 4 additions & 0 deletions libs/ui5-samples-parser/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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

**Note:** Version bump only for package @ui5/webcomponents-samples-parser

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**Note:** Version bump only for package @ui5/webcomponents-samples-parser
Expand Down
2 changes: 1 addition & 1 deletion libs/ui5-samples-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ui5/webcomponents-samples-parser",
"version": "0.3.0-rc.12",
"version": "0.3.0-rc.13",
"type": "commonjs"
}
4 changes: 4 additions & 0 deletions libs/ui5-schema-parser/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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

**Note:** Version bump only for package @ui5/webcomponents-schema-parser

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**Note:** Version bump only for package @ui5/webcomponents-schema-parser
Expand Down
2 changes: 1 addition & 1 deletion libs/ui5-schema-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-schema-parser",
"version": "0.3.0-rc.12",
"version": "0.3.0-rc.13",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"type": "commonjs"
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.3.0-rc.13](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.12...v0.3.0-rc.13) (2024-08-12)

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

# [0.3.0-rc.12](https://github.com/SAP/ui5-webcomponents-ngx/compare/v0.3.0-rc.11...v0.3.0-rc.12) (2024-08-10)

**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.3.0-rc.12",
"version": "0.3.0-rc.13",
"main": "src/index.js",
"executors": "./executors.json"
}

0 comments on commit dac4153

Please sign in to comment.