Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-07-24 17:32:37 +02:00
Родитель 4eb022ada1
Коммит 203fe16851
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 45FAE7268762B400
3 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

@ -7,6 +7,16 @@
All notable changes to this project will be documented in this file.
## 0.2.3 - 2024-07-24
### Fixed
- fix: Typo in `ShareType.Group`
### Changed
- Add SPDX license information header
## 0.2.2 - 2024-06-20
### Fixed

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@nextcloud/sharing",
"version": "0.2.2",
"version": "0.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nextcloud/sharing",
"version": "0.2.2",
"version": "0.2.3",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nextcloud/initial-state": "^2.2.0"

Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@nextcloud/sharing",
"version": "0.2.2",
"version": "0.2.3",
"description": "Front-end utilities for Nextcloud files sharing",
"keywords": [
"nextcloud"
],
"license": "GPL-3.0-or-later",
"author": "Christoph Wurst",
"author": "Nextcloud GmbH and Nextcloud contributors",
"type": "module",
"exports": {
".": {