Skip to content

Commit 0afae38

Browse files
committed
chore: prepare v0.3.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 83f1d91 commit 0afae38

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

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

10+
## 0.3.0 - 2025-09-05
11+
### Breaking changes
12+
* The deprecated `Type` enum was removed. Instead use the `ShareType` enum provided from the main entry point.
13+
14+
### Added
15+
* feat: provide API to register sidebar sections and actions \([\#95](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/95)\)
16+
17+
### Changed
18+
* ci: update npm-publish.yml workflow from template \([\#84](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/84)\)
19+
* build: use vanilla Typescript for bundling \([\#74](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/88)\)
20+
* chore(deps): Bump @nextcloud/initial-state to 3.0.0
21+
1022
## 0.2.5 - 2025-06-19
1123
### Changed
1224
* chore: adjust node versions to support multiple Nextcloud versions \([\#74](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/74)\)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/sharing",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)