Skip to content

Commit 5a24e5b

Browse files
chore(release): publish v1.13.0 [ci skip]
1 parent ec02b8e commit 5a24e5b

File tree

10 files changed

+47
-5
lines changed

10 files changed

+47
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.12.0...v1.13.0) (2023-04-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** don't scroll to top if expandable row is collapsed ([#4420](https://github.com/SAP/ui5-webcomponents-react/issues/4420)) ([d6e79e5](https://github.com/SAP/ui5-webcomponents-react/commit/d6e79e5f3760d49902cbe837e02cda073aeded4a)), closes [#4409](https://github.com/SAP/ui5-webcomponents-react/issues/4409)
11+
- **DynamicPage & ObjectPage:** prevent empty area on top of content when scrolling ([#4429](https://github.com/SAP/ui5-webcomponents-react/issues/4429)) ([3b25452](https://github.com/SAP/ui5-webcomponents-react/commit/3b254523f5fa5735bfec65c369d48d5d77da1876)), closes [#4364](https://github.com/SAP/ui5-webcomponents-react/issues/4364)
12+
- **FormItem:** allow `id`s on `children` ([#4412](https://github.com/SAP/ui5-webcomponents-react/issues/4412)) ([17eed8f](https://github.com/SAP/ui5-webcomponents-react/commit/17eed8f003663101df6daa9e2454566fd3d39486))
13+
14+
### Features
15+
16+
- update `@ui5/webcomponents` to ~1.12.0 ([#4455](https://github.com/SAP/ui5-webcomponents-react/issues/4455)) ([ec02b8e](https://github.com/SAP/ui5-webcomponents-react/commit/ec02b8efde3fc61682dd4757433e68d66159e31e))
17+
618
# [1.12.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.3...v1.12.0) (2023-03-22)
719

820
### Bug Fixes

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
"useWorkspaces": true,
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"npmClient": "yarn",
66
"command": {
77
"version": {

packages/base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.12.0...v1.13.0) (2023-04-04)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to ~1.12.0 ([#4455](https://github.com/SAP/ui5-webcomponents-react/issues/4455)) ([ec02b8e](https://github.com/SAP/ui5-webcomponents-react/commit/ec02b8efde3fc61682dd4757433e68d66159e31e))
11+
612
## [1.11.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.2...v1.11.3) (2023-03-14)
713

814
### Bug Fixes

packages/base/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-react-base",
3-
"version": "1.11.3",
3+
"version": "1.13.0",
44
"description": "Base for ui5-webcomponents-react",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/cra-template-seed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.12.0...v1.13.0) (2023-04-04)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to ~1.12.0 ([#4455](https://github.com/SAP/ui5-webcomponents-react/issues/4455)) ([ec02b8e](https://github.com/SAP/ui5-webcomponents-react/commit/ec02b8efde3fc61682dd4757433e68d66159e31e))
11+
612
## [1.11.3](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.2...v1.11.3) (2023-03-14)
713

814
### Bug Fixes

packages/cra-template-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react-seed",
3-
"version": "1.11.3",
3+
"version": "1.13.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.12.0...v1.13.0) (2023-04-04)
7+
8+
### Features
9+
10+
- update `@ui5/webcomponents` to ~1.12.0 ([#4455](https://github.com/SAP/ui5-webcomponents-react/issues/4455)) ([ec02b8e](https://github.com/SAP/ui5-webcomponents-react/commit/ec02b8efde3fc61682dd4757433e68d66159e31e))
11+
612
# [1.12.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.3...v1.12.0) (2023-03-22)
713

814
### Features

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cra-template-webcomponents-react",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/main/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.12.0...v1.13.0) (2023-04-04)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** don't scroll to top if expandable row is collapsed ([#4420](https://github.com/SAP/ui5-webcomponents-react/issues/4420)) ([d6e79e5](https://github.com/SAP/ui5-webcomponents-react/commit/d6e79e5f3760d49902cbe837e02cda073aeded4a)), closes [#4409](https://github.com/SAP/ui5-webcomponents-react/issues/4409)
11+
- **DynamicPage & ObjectPage:** prevent empty area on top of content when scrolling ([#4429](https://github.com/SAP/ui5-webcomponents-react/issues/4429)) ([3b25452](https://github.com/SAP/ui5-webcomponents-react/commit/3b254523f5fa5735bfec65c369d48d5d77da1876)), closes [#4364](https://github.com/SAP/ui5-webcomponents-react/issues/4364)
12+
- **FormItem:** allow `id`s on `children` ([#4412](https://github.com/SAP/ui5-webcomponents-react/issues/4412)) ([17eed8f](https://github.com/SAP/ui5-webcomponents-react/commit/17eed8f003663101df6daa9e2454566fd3d39486))
13+
14+
### Features
15+
16+
- update `@ui5/webcomponents` to ~1.12.0 ([#4455](https://github.com/SAP/ui5-webcomponents-react/issues/4455)) ([ec02b8e](https://github.com/SAP/ui5-webcomponents-react/commit/ec02b8efde3fc61682dd4757433e68d66159e31e))
17+
618
# [1.12.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.3...v1.12.0) (2023-03-22)
719

820
### Bug Fixes

packages/main/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-react",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)