Skip to content

Commit 471677f

Browse files
committed
chore: release v1.3.1
1 parent f0b68a8 commit 471677f

File tree

24 files changed

+129
-33
lines changed

24 files changed

+129
-33
lines changed

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.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
7+
8+
**framework:** upgrade lit-html to 2.2.2
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
715

816
### New Components

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.3.0",
15+
"version": "1.3.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.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
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.3.0",
3+
"version": "1.3.1",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@buxlabs/amd-to-es6": "0.16.1",
3939
"@openui5/sap.ui.core": "1.94.0",
40-
"@ui5/webcomponents-tools": "1.3.0",
40+
"@ui5/webcomponents-tools": "1.3.1",
4141
"chromedriver": "100.0.0",
4242
"clean-css": "^5.2.2",
4343
"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.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
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.3.0",
3+
"version": "1.3.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.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-fiori
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
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.3.0",
3+
"version": "1.3.1",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"ui5": {
66
"webComponentsPackage": true
@@ -40,14 +40,14 @@
4040
"directory": "packages/fiori"
4141
},
4242
"dependencies": {
43-
"@ui5/webcomponents": "1.3.0",
44-
"@ui5/webcomponents-base": "1.3.0",
45-
"@ui5/webcomponents-icons": "1.3.0",
46-
"@ui5/webcomponents-theming": "1.3.0",
43+
"@ui5/webcomponents": "1.3.1",
44+
"@ui5/webcomponents-base": "1.3.1",
45+
"@ui5/webcomponents-icons": "1.3.1",
46+
"@ui5/webcomponents-theming": "1.3.1",
4747
"@zxing/library": "^0.18.3"
4848
},
4949
"devDependencies": {
50-
"@ui5/webcomponents-tools": "1.3.0",
50+
"@ui5/webcomponents-tools": "1.3.1",
5151
"chromedriver": "100.0.0"
5252
}
5353
}

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.3.1](https://github.com/SAP/ui5-webcomponents/compare/v1.3.0...v1.3.1) (2022-04-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/SAP/ui5-webcomponents/compare/v1.2.4...v1.3.0) (2022-04-19)
715

816
**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite

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.3.0",
3+
"version": "1.3.1",
44
"description": "UI5 Web Components: SAP Fiori Tools icon set",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -27,10 +27,10 @@
2727
"directory": "packages/icons-business-suite"
2828
},
2929
"dependencies": {
30-
"@ui5/webcomponents-base": "1.3.0"
30+
"@ui5/webcomponents-base": "1.3.1"
3131
},
3232
"devDependencies": {
33-
"@ui5/webcomponents-tools": "1.3.0",
33+
"@ui5/webcomponents-tools": "1.3.1",
3434
"chromedriver": "100.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)