Skip to content

Commit

Permalink
chore(release): publish 0.43.49
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Jan 9, 2025
1 parent be56ee2 commit 234e04e
Show file tree
Hide file tree
Showing 21 changed files with 104 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)


### Bug Fixes

* **core,platform:** add input to list item to prevent click selection. fix issue with toggling column on p13 dialog ([#12879](https://github.com/SAP/fundamental-ngx/issues/12879)) ([145e91c](https://github.com/SAP/fundamental-ngx/commit/145e91c340ae25e150dea82475c57d755ef0c873))
* **core:** add spinbutton role to step input ([#12880](https://github.com/SAP/fundamental-ngx/issues/12880)) ([fc9a7b6](https://github.com/SAP/fundamental-ngx/commit/fc9a7b6c5efb94518ae7afac87a4378beadaf467))
* **core:** make popover body have dialog role by default ([#12908](https://github.com/SAP/fundamental-ngx/issues/12908)) ([be56ee2](https://github.com/SAP/fundamental-ngx/commit/be56ee2e2c20862db705812f7f6899c98e6bbb88))





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["libs/*/src/lib", "libs/*"],
"version": "0.43.48",
"version": "0.43.49",
"conventionalCommits": true,
"tagVersionPrefix": "v",
"message": "chore(release): publish %v",
Expand Down
8 changes: 8 additions & 0 deletions libs/cdk/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

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





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/cdk
Expand Down
2 changes: 1 addition & 1 deletion libs/cdk/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/cdk",
"version": "0.43.48",
"version": "0.43.49",
"schematics": "./schematics/collection.json",
"description": "Fundamental Library for Angular - CDK",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions libs/core/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)


### Bug Fixes

* **core,platform:** add input to list item to prevent click selection. fix issue with toggling column on p13 dialog ([#12879](https://github.com/SAP/fundamental-ngx/issues/12879)) ([145e91c](https://github.com/SAP/fundamental-ngx/commit/145e91c340ae25e150dea82475c57d755ef0c873))
* **core:** add spinbutton role to step input ([#12880](https://github.com/SAP/fundamental-ngx/issues/12880)) ([fc9a7b6](https://github.com/SAP/fundamental-ngx/commit/fc9a7b6c5efb94518ae7afac87a4378beadaf467))
* **core:** make popover body have dialog role by default ([#12908](https://github.com/SAP/fundamental-ngx/issues/12908)) ([be56ee2](https://github.com/SAP/fundamental-ngx/commit/be56ee2e2c20862db705812f7f6899c98e6bbb88))





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)


Expand Down
2 changes: 1 addition & 1 deletion libs/core/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/core",
"version": "0.43.48",
"version": "0.43.49",
"schematics": "./schematics/collection.json",
"ng-update": {
"migrations": "./schematics/migrations.json"
Expand Down
8 changes: 8 additions & 0 deletions libs/cx/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

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





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/cx
Expand Down
2 changes: 1 addition & 1 deletion libs/cx/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/cx",
"version": "0.43.48",
"version": "0.43.49",
"schematics": "./schematics/collection.json",
"description": "Fundamental Library for Angular - cx",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/datetime-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

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





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/datetime-adapter
Expand Down
2 changes: 1 addition & 1 deletion libs/datetime-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/datetime-adapter",
"version": "0.43.48",
"version": "0.43.49",
"description": "Datetime adapter for SAP Fundamentals, based on Day.js package",
"license": "Apache-2.0",
"homepage": "https://sap.github.io/fundamental-ngx/home",
Expand Down
8 changes: 8 additions & 0 deletions libs/fn/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

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





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/fn
Expand Down
2 changes: 1 addition & 1 deletion libs/fn/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/fn",
"version": "0.43.48",
"version": "0.43.49",
"schematics": "./schematics/collection.json",
"description": "Fundamental Library for Angular - FN",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

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





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/i18n
Expand Down
2 changes: 1 addition & 1 deletion libs/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/i18n",
"version": "0.43.48",
"version": "0.43.49",
"peerDependencies": {
"@angular/common": "ANGULAR_VER_PLACEHOLDER",
"@angular/core": "ANGULAR_VER_PLACEHOLDER",
Expand Down
8 changes: 8 additions & 0 deletions libs/moment-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

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





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/moment-adapter
Expand Down
2 changes: 1 addition & 1 deletion libs/moment-adapter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/moment-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/moment-adapter",
"version": "0.43.48",
"version": "0.43.49",
"schematics": "./schematics/collection.json",
"description": "Datetime adapter for SAP Fundamentals, based on Moment.js package",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/nx-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)

**Note:** Version bump only for package @fundamental-ngx/nx-plugin





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)

**Note:** Version bump only for package @fundamental-ngx/nx-plugin
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/nx-plugin",
"version": "0.43.48",
"version": "0.43.49",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down
11 changes: 11 additions & 0 deletions libs/platform/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.43.49](https://github.com/SAP/fundamental-ngx/compare/v0.43.48...v0.43.49) (2025-01-09)


### Bug Fixes

* **core,platform:** add input to list item to prevent click selection. fix issue with toggling column on p13 dialog ([#12879](https://github.com/SAP/fundamental-ngx/issues/12879)) ([145e91c](https://github.com/SAP/fundamental-ngx/commit/145e91c340ae25e150dea82475c57d755ef0c873))





## [0.43.48](https://github.com/SAP/fundamental-ngx/compare/v0.43.47...v0.43.48) (2024-12-04)


Expand Down
2 changes: 1 addition & 1 deletion libs/platform/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fundamental-ngx/platform",
"version": "0.43.48",
"version": "0.43.49",
"schematics": "./schematics/collection.json",
"description": "Fundamental Library for Angular - platform",
"license": "Apache-2.0",
Expand Down

0 comments on commit 234e04e

Please sign in to comment.