Skip to content

Commit dddbaa6

Browse files
chore(release): publish v1.29.0 [ci skip]
1 parent 71688b8 commit dddbaa6

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
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.29.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.4...v1.29.0) (2024-05-29)
7+
8+
### Bug Fixes
9+
10+
- fix postcss flexbox warnings ([#5859](https://github.com/SAP/ui5-webcomponents-react/issues/5859)) ([71688b8](https://github.com/SAP/ui5-webcomponents-react/commit/71688b84ca5ed6d0b0b0e1359cd44451b4a50872))
11+
12+
### Features
13+
14+
- **AnalyticalTable:** introduce autoResize column feature ([#3196](https://github.com/SAP/ui5-webcomponents-react/issues/3196)) ([#5758](https://github.com/SAP/ui5-webcomponents-react/issues/5758)) ([8f2ca88](https://github.com/SAP/ui5-webcomponents-react/commit/8f2ca882e008f1ba8f96e3a29afc0da5c088cead))
15+
- **cypress-commands:** add commands for dropdown menus ([#5756](https://github.com/SAP/ui5-webcomponents-react/issues/5756)) ([b80b36e](https://github.com/SAP/ui5-webcomponents-react/commit/b80b36e61678e276630d52b48cf3fcb0584af694))
16+
617
## [1.28.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.3...v1.28.4) (2024-05-24)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.28.4",
3+
"version": "1.29.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/cypress-commands/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.29.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.4...v1.29.0) (2024-05-29)
7+
8+
### Features
9+
10+
- **cypress-commands:** add commands for dropdown menus ([#5756](https://github.com/SAP/ui5-webcomponents-react/issues/5756)) ([b80b36e](https://github.com/SAP/ui5-webcomponents-react/commit/b80b36e61678e276630d52b48cf3fcb0584af694))
11+
612
## [1.25.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.25.0...v1.25.1) (2024-02-07)
713

814
### Bug Fixes

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "1.25.1",
6+
"version": "1.29.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

packages/main/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.29.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.4...v1.29.0) (2024-05-29)
7+
8+
### Bug Fixes
9+
10+
- fix postcss flexbox warnings ([#5859](https://github.com/SAP/ui5-webcomponents-react/issues/5859)) ([71688b8](https://github.com/SAP/ui5-webcomponents-react/commit/71688b84ca5ed6d0b0b0e1359cd44451b4a50872))
11+
12+
### Features
13+
14+
- **AnalyticalTable:** introduce autoResize column feature ([#3196](https://github.com/SAP/ui5-webcomponents-react/issues/3196)) ([#5758](https://github.com/SAP/ui5-webcomponents-react/issues/5758)) ([8f2ca88](https://github.com/SAP/ui5-webcomponents-react/commit/8f2ca882e008f1ba8f96e3a29afc0da5c088cead))
15+
616
## [1.28.4](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.3...v1.28.4) (2024-05-24)
717

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

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

0 commit comments

Comments
 (0)