Skip to content

Commit

Permalink
Merge pull request #26 from nextcloud-libraries/chore/0-2-0
Browse files Browse the repository at this point in the history
chore: Prepare 0.2.0
  • Loading branch information
susnux authored Jun 19, 2024
2 parents e1fc28e + 248ceae commit ae4cfdb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 27 deletions.
36 changes: 12 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,23 @@

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

## 2.0.0 – 2021-04-07
## 0.2.0 - 2024-06-19

### Changed

- Browserslist config updates, which means some older browsers are no longer supported
- Dependency updates
### Added

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

### Changed

- Dependency updates

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

- Update vulnerable packages

## 1.1.1 - 2020-03-19

### Changed
## 0.1.0 - 2021-08-18

- Dependency updates

### Fixed

- Update vulnerable packages

## 1.1.0 - 2020-01-08

### Changed
### Added

- Updated documentation
- Initial implementation
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.1.0",
"version": "0.2.0",
"description": "Front-end utilities for Nextcloud files sharing",
"keywords": [
"nextcloud"
Expand Down

0 comments on commit ae4cfdb

Please sign in to comment.