Skip to content

Commit

Permalink
3.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Aug 18, 2023
1 parent 848391c commit 9e2861f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# Changelog

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

## 3.0.0-beta.15 - 2023-08-18

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0-beta.14...v3.0.0-beta.15)

### Fixed
* fix: headers and actions empty variable init by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/724

### Enhancements
* feat: use Folder as filemenu context by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/731
* Various dependencies

## 3.0.0-beta.14 - 2023-08-09

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0-beta.13...v3.0.0-beta.14)

### Changed
* feat: add FileListHeader by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/717
* Various dependencies

## 3.0.0-beta.13 - 2023-08-03

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0-beta.12...v3.0.0-beta.13)

### Fixed
* fix(node): allow negative file ids by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/716

### Changed
* fix: Move to `@nextcloud/vite-config` after package was transfered by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/715

## 3.0.0-beta.12 - 2023-08-01
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/files",
"version": "3.0.0-beta.14",
"version": "3.0.0-beta.15",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 9e2861f

Please sign in to comment.