Skip to content

Commit 2da6a84

Browse files
[ci] release (#701)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6351485 commit 2da6a84

File tree

8 files changed

+26
-20
lines changed

8 files changed

+26
-20
lines changed

.changeset/gold-adults-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-terms-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-buttons-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/gcs-store/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tus/gcs-store
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- 8217f5e: Correctly pass the content type from upload.metadata to GCS.
8+
39
## 1.4.1
410

511
### Patch Changes

packages/gcs-store/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tus/gcs-store",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "Google Cloud Storage for @tus/server",
66
"main": "dist/index.js",
77
"homepage": "https://github.com/tus/tus-node-server#readme",
88
"bugs": "https://github.com/tus/tus-node-server/issues",
99
"repository": "tus/tus-node-server",
1010
"license": "MIT",
11-
"files": ["README.md", "LICENSE", "dist", "src"],
11+
"files": [
12+
"README.md",
13+
"LICENSE",
14+
"dist",
15+
"src"
16+
],
1217
"scripts": {
1318
"build": "tsc --build",
1419
"test": "mocha --timeout 30000 --exit --extension ts --require ts-node/register"

packages/s3-store/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tus/s3-store
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- 6351485: Add `minPartSize` option. This can be used alongside `partSize` to guarantee that all non-trailing parts are _exactly_ the same size, which is required for Cloudflare R2.
8+
9+
### Patch Changes
10+
11+
- c970858: Fix zero byte files only storing a .info file. Now correctly stores an empty file.
12+
313
## 1.7.0
414

515
### Minor Changes

packages/s3-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tus/s3-store",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"description": "AWS S3 store for @tus/server",
66
"main": "dist/index.js",
77
"homepage": "https://github.com/tus/tus-node-server#readme",

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@tus/file-store": "^1.5.1",
14-
"@tus/gcs-store": "^1.4.1",
15-
"@tus/s3-store": "^1.7.0",
14+
"@tus/gcs-store": "^1.4.2",
15+
"@tus/s3-store": "^1.8.0",
1616
"@tus/server": "^1.10.1"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)