Skip to content

Commit 705b505

Browse files
authored
Merge pull request #1249 from nextcloud-libraries/chore/1-4-0
chore: Prepare v1.4.0
2 parents c7735bd + 7e7251e commit 705b505

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [v1.4.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.0) (2024-06-21)
4+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.3.0...v1.4.0)
5+
6+
### Added
7+
* Added retry capability for uploading files [\#1233](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1233) \([Koc](https://github.com/Koc)\)
8+
9+
### Fixed
10+
* fix: Adjust `isPublic` detection for uploader [\#1234](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1234) \([susnux](https://github.com/susnux)\)
11+
12+
### Changed
13+
* refactor: Use `getUniqueName` from `@nextcloud/files` [\#1244](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1244) \([susnux](https://github.com/susnux)\)
14+
* refactor: Use public-share aware functions from `@nextcloud/files` and `@nextcloud/sharing` [\#1245](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1245) \([susnux](https://github.com/susnux)\)
15+
* chore: Bump @cypress/vue2 from 2.1.0 to 2.1.1
16+
* chore: Bump @nextcloud/dialogs from 5.3.1 to 5.3.2
17+
* chore: Bump braces from 3.0.2 to 3.0.3
18+
* chore: Bump codecov/codecov-action from 4.4.1 to 4.5.0
19+
* chore: Bump cypress-io/github-action from 6.7.0 to 6.7.1
20+
* chore: Bump ws from 8.17.0 to 8.17.1
21+
* chore: Bump @nextcloud/files from 3.4.1 to 3.5.0
22+
* chore: Bump cypress from 13.11.0 to 13.12.0
23+
* chore: Bump @types/node from 20.14.6 to 20.14.7
24+
* chore: Bump axios-retry from 4.4.0 to 4.4.1
25+
326
## [v1.3.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.3.0) (2024-06-06)
427
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.2.0...v1.3.0)
528

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/upload",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Nextcloud file upload client",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)