Skip to content

Commit

Permalink
[ci] release (#701)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 3, 2025
1 parent 6351485 commit 2da6a84
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-adults-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-terms-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-buttons-suffer.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/gcs-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tus/gcs-store

## 1.4.2

### Patch Changes

- 8217f5e: Correctly pass the content type from upload.metadata to GCS.

## 1.4.1

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/gcs-store/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/gcs-store",
"version": "1.4.1",
"version": "1.4.2",
"description": "Google Cloud Storage for @tus/server",
"main": "dist/index.js",
"homepage": "https://github.com/tus/tus-node-server#readme",
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"license": "MIT",
"files": ["README.md", "LICENSE", "dist", "src"],
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"scripts": {
"build": "tsc --build",
"test": "mocha --timeout 30000 --exit --extension ts --require ts-node/register"
Expand Down
10 changes: 10 additions & 0 deletions packages/s3-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tus/s3-store

## 1.8.0

### Minor Changes

- 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.

### Patch Changes

- c970858: Fix zero byte files only storing a .info file. Now correctly stores an empty file.

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/s3-store",
"version": "1.7.0",
"version": "1.8.0",
"description": "AWS S3 store for @tus/server",
"main": "dist/index.js",
"homepage": "https://github.com/tus/tus-node-server#readme",
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@tus/file-store": "^1.5.1",
"@tus/gcs-store": "^1.4.1",
"@tus/s3-store": "^1.7.0",
"@tus/gcs-store": "^1.4.2",
"@tus/s3-store": "^1.8.0",
"@tus/server": "^1.10.1"
},
"devDependencies": {
Expand Down

0 comments on commit 2da6a84

Please sign in to comment.