chore: Prepare 0.2.3
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Родитель
4eb022ada1
Коммит
203fe16851
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,6 +7,16 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## 0.2.2 - 2024-06-20
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@nextcloud/sharing",
|
"name": "@nextcloud/sharing",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@nextcloud/sharing",
|
"name": "@nextcloud/sharing",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/initial-state": "^2.2.0"
|
"@nextcloud/initial-state": "^2.2.0"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@nextcloud/sharing",
|
"name": "@nextcloud/sharing",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"description": "Front-end utilities for Nextcloud files sharing",
|
"description": "Front-end utilities for Nextcloud files sharing",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"author": "Christoph Wurst",
|
"author": "Nextcloud GmbH and Nextcloud contributors",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче