Skip to content

Commit b5f40a4

Browse files
committed
chore(release): publish 0.43.60
1 parent af53e1e commit b5f40a4

File tree

21 files changed

+106
-11
lines changed

21 files changed

+106
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [0.43.60](https://github.com/SAP/fundamental-ngx/compare/v0.43.59...v0.43.60) (2025-09-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** add property to disable wheel event for Step Input ([#13504](https://github.com/SAP/fundamental-ngx/issues/13504)) ([af53e1e](https://github.com/SAP/fundamental-ngx/commit/af53e1e2edeebdeca8f9a0c7153dfa5b413f1fe9))
12+
* **core:** make Shellbar title heading one ([#13493](https://github.com/SAP/fundamental-ngx/issues/13493)) ([16c4890](https://github.com/SAP/fundamental-ngx/commit/16c4890d1fd9537f25e059a23f383601a47f206f))
13+
* **core:** set aria-exanded correctly for Menu trigger ([#13485](https://github.com/SAP/fundamental-ngx/issues/13485)) ([0f0257c](https://github.com/SAP/fundamental-ngx/commit/0f0257cb3a60b40f9d3efee2d3be1ddb0d3510c0))
14+
* **platform:** add option to set heading level for Table Toolbar ([#13479](https://github.com/SAP/fundamental-ngx/issues/13479)) ([e4f5410](https://github.com/SAP/fundamental-ngx/commit/e4f54106a69c42fed00e6f3f6e900fb1ea5ff5e3))
15+
16+
17+
18+
19+
620
## [0.43.59](https://github.com/SAP/fundamental-ngx/compare/v0.43.57...v0.43.59) (2025-09-04)
721

822

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
"packages": ["libs/*/src/lib", "libs/*"],
4-
"version": "0.43.59",
4+
"version": "0.43.60",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

libs/cdk/src/lib/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+
## [0.43.60](https://github.com/SAP/fundamental-ngx/compare/v0.43.59...v0.43.60) (2025-09-24)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/cdk
9+
10+
11+
12+
13+
614
## [0.43.59](https://github.com/SAP/fundamental-ngx/compare/v0.43.57...v0.43.59) (2025-09-04)
715

816
**Note:** Version bump only for package @fundamental-ngx/cdk

libs/cdk/src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/cdk",
3-
"version": "0.43.59",
3+
"version": "0.43.60",
44
"schematics": "./schematics/collection.json",
55
"description": "Fundamental Library for Angular - CDK",
66
"license": "Apache-2.0",

libs/core/src/lib/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [0.43.60](https://github.com/SAP/fundamental-ngx/compare/v0.43.59...v0.43.60) (2025-09-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** add property to disable wheel event for Step Input ([#13504](https://github.com/SAP/fundamental-ngx/issues/13504)) ([af53e1e](https://github.com/SAP/fundamental-ngx/commit/af53e1e2edeebdeca8f9a0c7153dfa5b413f1fe9))
12+
* **core:** make Shellbar title heading one ([#13493](https://github.com/SAP/fundamental-ngx/issues/13493)) ([16c4890](https://github.com/SAP/fundamental-ngx/commit/16c4890d1fd9537f25e059a23f383601a47f206f))
13+
* **core:** set aria-exanded correctly for Menu trigger ([#13485](https://github.com/SAP/fundamental-ngx/issues/13485)) ([0f0257c](https://github.com/SAP/fundamental-ngx/commit/0f0257cb3a60b40f9d3efee2d3be1ddb0d3510c0))
14+
* **platform:** add option to set heading level for Table Toolbar ([#13479](https://github.com/SAP/fundamental-ngx/issues/13479)) ([e4f5410](https://github.com/SAP/fundamental-ngx/commit/e4f54106a69c42fed00e6f3f6e900fb1ea5ff5e3))
15+
16+
17+
18+
19+
620
## [0.43.59](https://github.com/SAP/fundamental-ngx/compare/v0.43.57...v0.43.59) (2025-09-04)
721

822
**Note:** Version bump only for package @fundamental-ngx/core

libs/core/src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/core",
3-
"version": "0.43.59",
3+
"version": "0.43.60",
44
"schematics": "./schematics/collection.json",
55
"ng-update": {
66
"migrations": "./schematics/migrations.json"

libs/cx/src/lib/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+
## [0.43.60](https://github.com/SAP/fundamental-ngx/compare/v0.43.59...v0.43.60) (2025-09-24)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/cx
9+
10+
11+
12+
13+
614
## [0.43.59](https://github.com/SAP/fundamental-ngx/compare/v0.43.57...v0.43.59) (2025-09-04)
715

816
**Note:** Version bump only for package @fundamental-ngx/cx

libs/cx/src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/cx",
3-
"version": "0.43.59",
3+
"version": "0.43.60",
44
"schematics": "./schematics/collection.json",
55
"description": "Fundamental Library for Angular - cx",
66
"license": "Apache-2.0",

libs/datetime-adapter/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+
## [0.43.60](https://github.com/SAP/fundamental-ngx/compare/v0.43.59...v0.43.60) (2025-09-24)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/datetime-adapter
9+
10+
11+
12+
13+
614
## [0.43.59](https://github.com/SAP/fundamental-ngx/compare/v0.43.57...v0.43.59) (2025-09-04)
715

816
**Note:** Version bump only for package @fundamental-ngx/datetime-adapter

libs/datetime-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/datetime-adapter",
3-
"version": "0.43.59",
3+
"version": "0.43.60",
44
"description": "Datetime adapter for SAP Fundamentals, based on Day.js package",
55
"license": "Apache-2.0",
66
"homepage": "https://sap.github.io/fundamental-ngx/home",

0 commit comments

Comments
 (0)