Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: prepare v0.3.0
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Sep 5, 2025
commit 0afae3814e78ef03837d9eb089ef8ac8fa777b07
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@

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

## 0.3.0 - 2025-09-05
### Breaking changes
* The deprecated `Type` enum was removed. Instead use the `ShareType` enum provided from the main entry point.

### Added
* feat: provide API to register sidebar sections and actions \([\#95](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/95)\)

### Changed
* ci: update npm-publish.yml workflow from template \([\#84](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/84)\)
* build: use vanilla Typescript for bundling \([\#74](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/88)\)
* chore(deps): Bump @nextcloud/initial-state to 3.0.0

## 0.2.5 - 2025-06-19
### Changed
* chore: adjust node versions to support multiple Nextcloud versions \([\#74](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/74)\)
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/sharing",
"version": "0.2.5",
"version": "0.3.0",
"description": "Front-end utilities for Nextcloud files sharing",
"keywords": [
"nextcloud"
Expand Down