Skip to content

Commit 9aa93e0

Browse files
chore(release): publish 0.58.0-rc.17 [ci skip]
1 parent c70ccf1 commit 9aa93e0

File tree

30 files changed

+147
-15
lines changed

30 files changed

+147
-15
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+
# [0.58.0-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.16...v0.58.0-rc.17) (2025-11-21)
7+
8+
9+
### Features
10+
11+
* **btp, core:** Vertical Navigation UXC updates ([#13559](https://github.com/SAP/fundamental-ngx/issues/13559)) ([c70ccf1](https://github.com/SAP/fundamental-ngx/commit/c70ccf1dfd781c7a904141e3669488533c1987b2))
12+
13+
14+
15+
16+
617
# [0.58.0-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.15...v0.58.0-rc.16) (2025-11-20)
718

819
**Note:** Version bump only for package fundamental-ngx

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/*"],
4-
"version": "0.58.0-rc.16",
4+
"version": "0.58.0-rc.17",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

libs/btp/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+
# [0.58.0-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.16...v0.58.0-rc.17) (2025-11-21)
7+
8+
9+
### Features
10+
11+
* **btp, core:** Vertical Navigation UXC updates ([#13559](https://github.com/SAP/fundamental-ngx/issues/13559)) ([c70ccf1](https://github.com/SAP/fundamental-ngx/commit/c70ccf1dfd781c7a904141e3669488533c1987b2))
12+
13+
14+
15+
16+
617
# [0.58.0-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.15...v0.58.0-rc.16) (2025-11-20)
718

819
**Note:** Version bump only for package @fundamental-ngx/btp

libs/btp/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/btp",
3-
"version": "0.58.0-rc.16",
3+
"version": "0.58.0-rc.17",
44
"description": "Fundamental Library for Angular - BTP",
55
"license": "Apache-2.0",
66
"homepage": "https://sap.github.io/fundamental-ngx",

libs/cdk/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.58.0-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.16...v0.58.0-rc.17) (2025-11-21)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/cdk
9+
10+
11+
12+
13+
614
# [0.58.0-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.15...v0.58.0-rc.16) (2025-11-20)
715

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

libs/cdk/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.58.0-rc.16",
3+
"version": "0.58.0-rc.17",
44
"schematics": "./schematics/collection.json",
55
"description": "Fundamental Library for Angular - CDK",
66
"license": "Apache-2.0",

libs/core/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+
# [0.58.0-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.16...v0.58.0-rc.17) (2025-11-21)
7+
8+
9+
### Features
10+
11+
* **btp, core:** Vertical Navigation UXC updates ([#13559](https://github.com/SAP/fundamental-ngx/issues/13559)) ([c70ccf1](https://github.com/SAP/fundamental-ngx/commit/c70ccf1dfd781c7a904141e3669488533c1987b2))
12+
13+
14+
15+
16+
617
# [0.58.0-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.15...v0.58.0-rc.16) (2025-11-20)
718

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

libs/core/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.58.0-rc.16",
3+
"version": "0.58.0-rc.17",
44
"schematics": "./schematics/collection.json",
55
"ng-update": {
66
"migrations": "./schematics/migrations.json"

libs/cx/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.58.0-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.16...v0.58.0-rc.17) (2025-11-21)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/cx
9+
10+
11+
12+
13+
614
# [0.58.0-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.58.0-rc.15...v0.58.0-rc.16) (2025-11-20)
715

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

libs/cx/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.58.0-rc.16",
3+
"version": "0.58.0-rc.17",
44
"schematics": "./schematics/collection.json",
55
"description": "Fundamental Library for Angular - cx",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)