Skip to content

Commit

Permalink
[ci] release (#690)
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 Dec 23, 2024
1 parent fdad8ff commit 7a5ea0d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-actors-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-mails-watch.md

This file was deleted.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tus/file-store": "^1.5.1",
"@tus/gcs-store": "^1.4.1",
"@tus/s3-store": "^1.6.1",
"@tus/s3-store": "^1.6.2",
"@tus/azure-store": "^0.1.2",
"@tus/server": "^1.10.0",
"tus-js-client": "^2.3.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/s3-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tus/s3-store

## 1.6.2

### Patch Changes

- 32d847d: Fix increment for part numbers
- fdad8ff: Bump @aws-sdk/client-s3 from 3.701.0 to 3.703.0

## 1.6.1

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/s3-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/s3-store",
"version": "1.6.1",
"version": "1.6.2",
"description": "AWS S3 store 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 40000 --exit --extension ts --require ts-node/register"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@tus/file-store": "^1.5.1",
"@tus/gcs-store": "^1.4.1",
"@tus/s3-store": "^1.6.1",
"@tus/s3-store": "^1.6.2",
"@tus/server": "^1.10.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7a5ea0d

Please sign in to comment.