Skip to content

Commit

Permalink
Manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Apr 16, 2024
1 parent 3a01696 commit b16e71b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-cars-cry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-timers-stare.md

This file was deleted.

6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start:s3": "cross-env DATA_STORE=S3Store node server.js"
},
"dependencies": {
"@tus/file-store": "^1.3.1",
"@tus/file-store": "^1.3.2",
"@tus/gcs-store": "^1.2.1",
"@tus/s3-store": "^1.4.1",
"@tus/server": "^1.4.1",
"@tus/s3-store": "^1.4.2",
"@tus/server": "^1.4.2",
"tus-js-client": "^2.3.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/file-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tus/file-store

## 1.3.2

### Patch Changes

- 54b7321: Fix dead links in README

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-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/file-store",
"version": "1.3.1",
"version": "1.3.2",
"description": "Local file storage for @tus/server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/s3-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tus/s3-store

## 1.4.2

### Patch Changes

- 54b7321: Fix dead links in README

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"description": "AWS S3 store for @tus/server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tus/server

## 1.4.2

### Patch Changes

- 54b7321: Document `locker` option and fix dead links in README

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/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/server",
"version": "1.4.1",
"version": "1.4.2",
"description": "Tus resumable upload protocol in Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "mocha e2e.test.ts s3.e2e.ts --timeout 40000 --exit --extension ts --require ts-node/register"
},
"dependencies": {
"@tus/file-store": "^1.3.1",
"@tus/file-store": "^1.3.2",
"@tus/gcs-store": "^1.2.1",
"@tus/s3-store": "^1.4.1",
"@tus/server": "^1.4.1"
"@tus/s3-store": "^1.4.2",
"@tus/server": "^1.4.2"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit b16e71b

Please sign in to comment.