Skip to content

Commit e2d23d4

Browse files
chore(release): publish v1.29.14 [ci skip]
1 parent b51cb24 commit e2d23d4

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
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.29.14](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.13...v1.29.14) (2024-11-25)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** update column header icons to align with latest spec ([#6598](https://github.com/SAP/ui5-webcomponents-react/issues/6598)) ([b630a80](https://github.com/SAP/ui5-webcomponents-react/commit/b630a80fa08a0306eb852d9aebbda9a81a3f31ac))
11+
- **MessageViewButton:** add default tooltip & aria-label ([#6597](https://github.com/SAP/ui5-webcomponents-react/issues/6597)) ([5127134](https://github.com/SAP/ui5-webcomponents-react/commit/5127134df7e426dba88857c9f2d43ec0d00f0f0f)), closes [#6594](https://github.com/SAP/ui5-webcomponents-react/issues/6594)
12+
- **StyleStore:** fix stale reference leading to memory leak ([#6651](https://github.com/SAP/ui5-webcomponents-react/issues/6651)) ([b51cb24](https://github.com/SAP/ui5-webcomponents-react/commit/b51cb2465f48fc63fe3ecf68615f54699d023c86)), closes [#6649](https://github.com/SAP/ui5-webcomponents-react/issues/6649)
13+
614
## [1.29.13](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.12...v1.29.13) (2024-10-23)
715

816
### 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.29.13",
3+
"version": "1.29.14",
44
"npmClient": "yarn",
55
"command": {
66
"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.29.14](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.13...v1.29.14) (2024-11-25)
7+
8+
### Bug Fixes
9+
10+
- **StyleStore:** fix stale reference leading to memory leak ([#6651](https://github.com/SAP/ui5-webcomponents-react/issues/6651)) ([b51cb24](https://github.com/SAP/ui5-webcomponents-react/commit/b51cb2465f48fc63fe3ecf68615f54699d023c86)), closes [#6649](https://github.com/SAP/ui5-webcomponents-react/issues/6649)
11+
612
## [1.29.11](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.10...v1.29.11) (2024-09-24)
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.29.11",
3+
"version": "1.29.14",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/main/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.29.14](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.13...v1.29.14) (2024-11-25)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** update column header icons to align with latest spec ([#6598](https://github.com/SAP/ui5-webcomponents-react/issues/6598)) ([b630a80](https://github.com/SAP/ui5-webcomponents-react/commit/b630a80fa08a0306eb852d9aebbda9a81a3f31ac))
11+
- **MessageViewButton:** add default tooltip & aria-label ([#6597](https://github.com/SAP/ui5-webcomponents-react/issues/6597)) ([5127134](https://github.com/SAP/ui5-webcomponents-react/commit/5127134df7e426dba88857c9f2d43ec0d00f0f0f)), closes [#6594](https://github.com/SAP/ui5-webcomponents-react/issues/6594)
12+
613
## [1.29.13](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.12...v1.29.13) (2024-10-23)
714

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

0 commit comments

Comments
 (0)