Skip to content

Commit 5c3b837

Browse files
chore(release): publish v1.26.2 [ci skip]
1 parent 79b7bea commit 5c3b837

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.26.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.1...v1.26.2) (2024-04-23)
7+
8+
### Bug Fixes
9+
10+
- **SplitterLayout:** improve drag and drop behavior ([#5654](https://github.com/SAP/ui5-webcomponents-react/issues/5654)) ([8cdbf39](https://github.com/SAP/ui5-webcomponents-react/commit/8cdbf3965e2472d42782d5c6a19996a125d3ac69)), closes [#5605](https://github.com/SAP/ui5-webcomponents-react/issues/5605)
11+
- **SplitterLayout:** improve drag and drop behavior ([#5683](https://github.com/SAP/ui5-webcomponents-react/issues/5683)) ([79b7bea](https://github.com/SAP/ui5-webcomponents-react/commit/79b7beae0055de284973646916b723623175cee8)), closes [#5605](https://github.com/SAP/ui5-webcomponents-react/issues/5605)
12+
613
## [1.26.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.0...v1.26.1) (2024-03-19)
714

815
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.26.1",
3+
"version": "1.26.2",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/main/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.26.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.1...v1.26.2) (2024-04-23)
7+
8+
### Bug Fixes
9+
10+
- **SplitterLayout:** improve drag and drop behavior ([#5654](https://github.com/SAP/ui5-webcomponents-react/issues/5654)) ([8cdbf39](https://github.com/SAP/ui5-webcomponents-react/commit/8cdbf3965e2472d42782d5c6a19996a125d3ac69)), closes [#5605](https://github.com/SAP/ui5-webcomponents-react/issues/5605)
11+
- **SplitterLayout:** improve drag and drop behavior ([#5683](https://github.com/SAP/ui5-webcomponents-react/issues/5683)) ([79b7bea](https://github.com/SAP/ui5-webcomponents-react/commit/79b7beae0055de284973646916b723623175cee8)), closes [#5605](https://github.com/SAP/ui5-webcomponents-react/issues/5605)
12+
613
## [1.26.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.26.0...v1.26.1) (2024-03-19)
714

815
### Bug Fixes

packages/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "1.26.1",
3+
"version": "1.26.2",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)