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: nextcloud-libraries/nextcloud-dialogs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.4
Choose a base ref
...
head repository: nextcloud-libraries/nextcloud-dialogs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 5, 2024

  1. fix: Pin nextcloud/files to last resolved version

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Feb 5, 2024
    Copy the full SHA
    75b43b2 View commit details

Commits on Feb 6, 2024

  1. Copy the full SHA
    afc7948 View commit details
  2. chore: v4.2.5

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Feb 6, 2024
    Copy the full SHA
    dc090be View commit details

Commits on Feb 7, 2024

  1. Merge pull request #1227 from nextcloud-libraries/v4.2.5

    chore: v4.2.5
    susnux authored Feb 7, 2024
    Copy the full SHA
    c5b6b72 View commit details
Showing with 11 additions and 5 deletions.
  1. +6 −0 CHANGELOG.md
  2. +3 −3 package-lock.json
  3. +2 −2 package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [v4.2.5](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.5) (2024-02-06)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.4...v4.2.5)

### :bug: Fixed bugs
* fix: Pin nextcloud/files to last resolved version [\#1226](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1226) ([Pytal](https://github.com/Pytal))

## [v4.2.4](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.4) (2024-01-30)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.3...v4.2.4)

6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "4.2.4",
"version": "4.2.5",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
@@ -55,7 +55,7 @@
},
"dependencies": {
"@mdi/svg": "^7.4.47",
"@nextcloud/files": "^3.0.0-beta.14",
"@nextcloud/files": "3.0.0-beta.21",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/typings": "^1.7.0",