Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare release of v3.10.0 #1117

Merged
merged 1 commit into from
Nov 13, 2024
Merged

chore: Prepare release of v3.10.0 #1117

merged 1 commit into from
Nov 13, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Nov 13, 2024

3.10.0 was never released, as the package.json contained the wrong version.
So lets fix this by "re-releasing" (first time releasing 🤔 ) it.

Ideally I would like to also merge this in:


3.10.0 - 2024-11-13

Full changelog

Added

  • Scope package into modules #1025 (susnux)
    All DAV related functions are now moved to the @nextcloud/files/dav module.
    You can still import them from the main entrypoint, but this is now deprecated.
    New functions will only be available in the @nextcloud/files/dav entrypoint.
  • feat: Add current folder context for file list actions #1113 (Pytal)
  • feat: Allow cloning a node #1077 (Pytal)
  • feat(FileAction): Allow to set destructive flag #1076 (susnux)

Fixed

  • fix: Document optional user property of FileListFilterChip #1075 (susnux)
  • fix deprecation warning Node.attributes.displayname should be accessed directly on the Node #1074 (dvaerum)

Copy link

codecov bot commented Nov 13, 2024

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.77%. Comparing base (34ba275) to head (108fd49).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1117   +/-   ##
=======================================
  Coverage   91.77%   91.77%           
=======================================
  Files          23       23           
  Lines         632      632           
  Branches      166      166           
=======================================
  Hits          580      580           
  Misses         45       45           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux merged commit ca0ed89 into main Nov 13, 2024
18 checks passed
@susnux susnux deleted the chore/release-3-10-0 branch November 13, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants