Skip to content

Commit 592f83c

Browse files
chore(release): publish v1.29.15 [ci skip]
1 parent 1949db6 commit 592f83c

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
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.29.15](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.14...v1.29.15) (2024-12-09)
7+
8+
### Bug Fixes
9+
10+
- **ObjectStatus:** fix icon alignment in large & inverted mode ([#6677](https://github.com/SAP/ui5-webcomponents-react/issues/6677)) ([2f32377](https://github.com/SAP/ui5-webcomponents-react/commit/2f32377c83f7db0554782cb8b48929d165a3d727)), closes [#6668](https://github.com/SAP/ui5-webcomponents-react/issues/6668)
11+
- **Pie- & DonutChart:** improve `activeSegment` handling & fix focus behavior ([#6695](https://github.com/SAP/ui5-webcomponents-react/issues/6695)) ([1949db6](https://github.com/SAP/ui5-webcomponents-react/commit/1949db6d60502d50eb8ec04abf0e9d16a81d6a65)), closes [#6683](https://github.com/SAP/ui5-webcomponents-react/issues/6683)
12+
613
## [1.29.14](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.13...v1.29.14) (2024-11-25)
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.29.14",
3+
"version": "1.29.15",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/charts/CHANGELOG.md

+6
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.15](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.14...v1.29.15) (2024-12-09)
7+
8+
### Bug Fixes
9+
10+
- **Pie- & DonutChart:** improve `activeSegment` handling & fix focus behavior ([#6695](https://github.com/SAP/ui5-webcomponents-react/issues/6695)) ([1949db6](https://github.com/SAP/ui5-webcomponents-react/commit/1949db6d60502d50eb8ec04abf0e9d16a81d6a65)), closes [#6683](https://github.com/SAP/ui5-webcomponents-react/issues/6683)
11+
612
## [1.29.12](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.11...v1.29.12) (2024-10-17)
713

814
### Bug Fixes

packages/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "1.29.12",
3+
"version": "1.29.15",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/main/CHANGELOG.md

+6
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.15](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.14...v1.29.15) (2024-12-09)
7+
8+
### Bug Fixes
9+
10+
- **ObjectStatus:** fix icon alignment in large & inverted mode ([#6677](https://github.com/SAP/ui5-webcomponents-react/issues/6677)) ([2f32377](https://github.com/SAP/ui5-webcomponents-react/commit/2f32377c83f7db0554782cb8b48929d165a3d727)), closes [#6668](https://github.com/SAP/ui5-webcomponents-react/issues/6668)
11+
612
## [1.29.14](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.13...v1.29.14) (2024-11-25)
713

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

0 commit comments

Comments
 (0)