Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: coreui/coreui-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.10
Choose a base ref
...
head repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.4.11
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on May 1, 2025

  1. chore(dependencies): update

    xidedix committed May 1, 2025
    Copy the full SHA
    8d13a61 View commit details
  2. chore(release): ship v5.4.11

    xidedix committed May 1, 2025
    Copy the full SHA
    b4715d9 View commit details
Showing with 748 additions and 688 deletions.
  1. +6 −0 CHANGELOG.md
  2. +718 −664 package-lock.json
  3. +19 −19 package.json
  4. +1 −1 projects/coreui-angular-chartjs/package.json
  5. +3 −3 projects/coreui-angular/package.json
  6. +1 −1 projects/coreui-icons-angular/package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

---

#### `5.4.11`

- chore(dependencies): update

---

#### `5.4.10`

- refactor(tabs-2): host bindings, host listeners, cleanup
Loading