Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swimlane/ngx-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e4bc5df61a75c34b11b02eae5f72e2966e8ff90
Choose a base ref
..
head repository: swimlane/ngx-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e10e26b1e8acb93d171dcde420bf62d7300d1cfd
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +2 βˆ’0 projects/swimlane/ngx-ui/CHANGELOG.md
  2. +1 βˆ’1 projects/swimlane/ngx-ui/package.json
2 changes: 2 additions & 0 deletions projects/swimlane/ngx-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## HEAD (unreleased)

## 49.1.0 (2025-03-07)

- Feature (`ngx-list`): Added a new list component

## 49.0.1 (2025-02-19)
2 changes: 1 addition & 1 deletion projects/swimlane/ngx-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-ui",
"version": "49.0.1",
"version": "49.1.0",
"engines": {
"node": ">=18.0.0"
},