Skip to content

Commit

Permalink
Merge pull request #50 from sor4chi/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sor4chi committed May 10, 2024
2 parents 4fd3345 + 3d2ac97 commit fddafac
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/early-brooms-kiss.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.10

### Patch Changes

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/memory@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.12

### Patch Changes

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/node-disk@0.0.12

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.9

### Patch Changes

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/s3@0.0.10

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.10

### Patch Changes

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/s3@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.4

### Patch Changes

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/s3@0.0.10

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.10

### Patch Changes

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/s3@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono-storage/core

## 0.0.11

### Patch Changes

- [#51](https://github.com/sor4chi/hono-storage/pull/51) [`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917) Thanks [@sor4chi](https://github.com/sor4chi)! - Move Hono to peerDependencies. Hono Storage now has compatibility with Hono v3.8 or later.

## 0.0.10

### 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.10",
"version": "0.0.11",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hono-storage/memory

## 0.0.10

### Patch Changes

- [#51](https://github.com/sor4chi/hono-storage/pull/51) [`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917) Thanks [@sor4chi](https://github.com/sor4chi)! - Move Hono to peerDependencies. Hono Storage now has compatibility with Hono v3.8 or later.

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/core@0.0.11

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/node-disk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hono-storage/node-disk

## 0.0.12

### Patch Changes

- [#51](https://github.com/sor4chi/hono-storage/pull/51) [`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917) Thanks [@sor4chi](https://github.com/sor4chi)! - Move Hono to peerDependencies. Hono Storage now has compatibility with Hono v3.8 or later.

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/core@0.0.11

## 0.0.11

### 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.11",
"version": "0.0.12",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hono-storage/s3

## 0.0.10

### Patch Changes

- [#51](https://github.com/sor4chi/hono-storage/pull/51) [`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917) Thanks [@sor4chi](https://github.com/sor4chi)! - Move Hono to peerDependencies. Hono Storage now has compatibility with Hono v3.8 or later.

- Updated dependencies [[`301f6e9`](https://github.com/sor4chi/hono-storage/commit/301f6e9b2e6762b350fc0b3c1316e109fc843917)]:
- @hono-storage/core@0.0.11

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fddafac

Please sign in to comment.