Skip to content

Commit 50fa43d

Browse files
committed
chore: release v1.7.1
1 parent 4aefe17 commit 50fa43d

File tree

25 files changed

+136
-34
lines changed

25 files changed

+136
-34
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-tabcontainer:** fixed error when no tabs ([#5793](https://github.com/SAP/ui5-webcomponents/issues/5793)) ([4aefe17](https://github.com/SAP/ui5-webcomponents/commit/4aefe176bfed5a6ba963418413aa167955b40418))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"packages/playground",
1313
"packages/create-package"
1414
],
15-
"version": "1.7.0",
15+
"version": "1.7.1",
1616
"command": {
1717
"publish": {
1818
"conventionalCommits": true

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
715

816

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-base",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@buxlabs/amd-to-es6": "0.16.1",
3838
"@openui5/sap.ui.core": "1.101.0",
39-
"@ui5/webcomponents-tools": "1.7.0",
39+
"@ui5/webcomponents-tools": "1.7.1",
4040
"chromedriver": "104.0.0",
4141
"clean-css": "^5.2.2",
4242
"copy-and-watch": "^0.1.5",

packages/create-package/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
715

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

packages/create-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/create-webcomponents-package",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "UI5 Web Components: create package",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

packages/fiori/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-fiori
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
715

816

packages/fiori/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-fiori",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"ui5": {
66
"webComponentsPackage": true
@@ -39,14 +39,14 @@
3939
"directory": "packages/fiori"
4040
},
4141
"dependencies": {
42-
"@ui5/webcomponents": "1.7.0",
43-
"@ui5/webcomponents-base": "1.7.0",
44-
"@ui5/webcomponents-icons": "1.7.0",
45-
"@ui5/webcomponents-theming": "1.7.0",
42+
"@ui5/webcomponents": "1.7.1",
43+
"@ui5/webcomponents-base": "1.7.1",
44+
"@ui5/webcomponents-icons": "1.7.1",
45+
"@ui5/webcomponents-theming": "1.7.1",
4646
"@zxing/library": "^0.18.3"
4747
},
4848
"devDependencies": {
49-
"@ui5/webcomponents-tools": "1.7.0",
49+
"@ui5/webcomponents-tools": "1.7.1",
5050
"chromedriver": "104.0.0"
5151
}
5252
}

packages/icons-business-suite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
715

816

packages/icons-business-suite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-icons-business-suite",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "UI5 Web Components: SAP Fiori Tools icon set",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -26,10 +26,10 @@
2626
"directory": "packages/icons-business-suite"
2727
},
2828
"dependencies": {
29-
"@ui5/webcomponents-base": "1.7.0"
29+
"@ui5/webcomponents-base": "1.7.1"
3030
},
3131
"devDependencies": {
32-
"@ui5/webcomponents-tools": "1.7.0",
32+
"@ui5/webcomponents-tools": "1.7.1",
3333
"chromedriver": "104.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)