Skip to content

Commit

Permalink
Merge pull request #72 from sor4chi/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sor4chi authored Nov 18, 2024
2 parents bec4ed6 + 32d19a8 commit 3bb9dd2
Show file tree
Hide file tree
Showing 21 changed files with 80 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-vans-tell.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/memory-example

## 0.0.13

### Patch Changes

- Updated dependencies []:
- @hono-storage/memory@0.0.13

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono-storage/memory-example",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"start": "tsx src/index.ts"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/nodejs-disk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/node-disk-example

## 0.0.16

### Patch Changes

- Updated dependencies []:
- @hono-storage/node-disk@0.0.16

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs-disk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono-storage/node-disk-example",
"private": true,
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"start": "tsx src/index.ts"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/r2-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/r2-node-example

## 0.0.12

### Patch Changes

- Updated dependencies []:
- @hono-storage/s3@0.0.13

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/r2-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono-storage/r2-node-example",
"private": true,
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"start": "tsx src/index.ts"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/s3-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/s3-node-example

## 0.0.13

### Patch Changes

- Updated dependencies []:
- @hono-storage/s3@0.0.13

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/s3-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono-storage/s3-node-example",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"start": "tsx src/index.ts"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/s3-sign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/s3-sign-example

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @hono-storage/s3@0.0.13

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/s3-sign/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono-storage/s3-sign-example",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"start": "tsx src/index.ts"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/s3-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/s3-workers-example

## 0.0.13

### Patch Changes

- Updated dependencies []:
- @hono-storage/s3@0.0.13

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/s3-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono-storage/s3-workers-example",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/core

## 0.0.14

### Patch Changes

- [#71](https://github.com/sor4chi/hono-storage/pull/71) [`1649e17`](https://github.com/sor4chi/hono-storage/commit/1649e172335fd7780f04412f72769ab7d991a790) Thanks [@sngmn451](https://github.com/sngmn451)! - feat: preserve File type property in HonoStorageFile
When a File is processed by the storage middleware, the `type` property from the original File object is now correctly inherited by HonoStorageFile. This ensures the file's content-type is maintained during file uploads.

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-storage/core",
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/memory

## 0.0.13

### Patch Changes

- Updated dependencies [[`1649e17`](https://github.com/sor4chi/hono-storage/commit/1649e172335fd7780f04412f72769ab7d991a790)]:
- @hono-storage/core@0.0.14

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-storage/memory",
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-disk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/node-disk

## 0.0.16

### Patch Changes

- Updated dependencies [[`1649e17`](https://github.com/sor4chi/hono-storage/commit/1649e172335fd7780f04412f72769ab7d991a790)]:
- @hono-storage/core@0.0.14

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-disk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-storage/node-disk",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono-storage/s3

## 0.0.13

### Patch Changes

- Updated dependencies [[`1649e17`](https://github.com/sor4chi/hono-storage/commit/1649e172335fd7780f04412f72769ab7d991a790)]:
- @hono-storage/core@0.0.14

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-storage/s3",
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 3bb9dd2

Please sign in to comment.