Skip to content

Commit ae4cfdb

Browse files
authored
Merge pull request #26 from nextcloud-libraries/chore/0-2-0
chore: Prepare 0.2.0
2 parents e1fc28e + 248ceae commit ae4cfdb

3 files changed

Lines changed: 15 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,23 @@
22

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

5-
## 2.0.0 – 2021-04-07
5+
## 0.2.0 - 2024-06-19
66

7-
### Changed
8-
9-
- Browserslist config updates, which means some older browsers are no longer supported
10-
- Dependency updates
7+
### Added
118

12-
## 1.1.2 - 2020-04-06
9+
- Add federated_group share type \([\#13](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/13)\)
10+
- feat: Add `ShareType` enum to replace `Type` with more JS native naming \([\#22](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/22)\)
11+
- feat: Add utils for public link shares \([\#24](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/24)\)
1312

1413
### Changed
1514

16-
- Dependency updates
17-
18-
### Fixed
15+
- Refactor: Use Vite, Vitest add ESLint and Prettier \([\#21](https://github.com/nextcloud-libraries/nextcloud-sharing/pull/21)\)
16+
- chore: update node engines to next LTS (v20)
17+
- chore: Add CI to block unconventional commits
18+
- chore: Update workflows from organization
1919

20-
- Update vulnerable packages
21-
22-
## 1.1.1 - 2020-03-19
23-
24-
### Changed
20+
## 0.1.0 - 2021-08-18
2521

26-
- Dependency updates
27-
28-
### Fixed
29-
30-
- Update vulnerable packages
31-
32-
## 1.1.0 - 2020-01-08
33-
34-
### Changed
22+
### Added
3523

36-
- Updated documentation
24+
- Initial implementation

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.1.0",
3+
"version": "0.2.0",
44
"description": "Front-end utilities for Nextcloud files sharing",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)