Skip to content

Commit

Permalink
Version Packages (#578)
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 5, 2024
1 parent 0393e75 commit 045711f
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-zebras-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-donuts-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-fishes-explode.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stale-bobcats-lick.md

This file was deleted.

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

## 1.3.0

### Minor Changes

- a896d25: Add new @tus/utils dependency to replace @tus/server peer dependency

### Patch Changes

- Updated dependencies [a896d25]
- @tus/utils@0.1.0
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.2.0",
"version": "1.3.0",
"description": "Local file storage for @tus/server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/gcs-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tus/gcs-store

## 1.2.0

### Minor Changes

- a896d25: Add new @tus/utils dependency to replace @tus/server peer dependency

### Patch Changes

- Updated dependencies [a896d25]
- @tus/utils@0.1.0
2 changes: 1 addition & 1 deletion packages/gcs-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/gcs-store",
"version": "1.1.0",
"version": "1.2.0",
"description": "Google Cloud Storage for @tus/server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/s3-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @tus/s3-store

## 1.4.0

### Minor Changes

- 0393e75: Introduce backpressure to avoid writing more temporary files to disk than we can upload & fix offset calculation by downloading the incomplete part first
- a896d25: Add new @tus/utils dependency to replace @tus/server peer dependency

### Patch Changes

- Updated dependencies [a896d25]
- @tus/utils@0.1.0
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.3.0",
"version": "1.4.0",
"description": "AWS S3 store for @tus/server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @tus/server

## 1.4.0

### Minor Changes

- 1a4339a: Support async `namingFunction`
- a896d25: Add new @tus/utils dependency to replace @tus/server peer dependency

### Patch Changes

- Updated dependencies [a896d25]
- @tus/utils@0.1.0
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.3.0",
"version": "1.4.0",
"description": "Tus resumable upload protocol in Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tus/utils

## 0.1.0

### Minor Changes

- a896d25: Introduce @tus/utils for code sharing between packages
2 changes: 1 addition & 1 deletion packages/utils/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/utils",
"version": "0.0.0",
"version": "0.1.0",
"description": "Internal utils for tus Node.js server and stores",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 045711f

Please sign in to comment.