diff --git a/.changeset/light-chefs-divide.md b/.changeset/light-chefs-divide.md deleted file mode 100644 index c1b50280..00000000 --- a/.changeset/light-chefs-divide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"hono-do": major ---- - -Updated the version of the dependency 'hono' to 4.x. - diff --git a/examples/batcher/CHANGELOG.md b/examples/batcher/CHANGELOG.md index 1a571e5d..c552f7b4 100644 --- a/examples/batcher/CHANGELOG.md +++ b/examples/batcher/CHANGELOG.md @@ -1,5 +1,12 @@ # hono-do-example-batcher +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`a27936f`](https://github.com/sor4chi/hono-do/commit/a27936ffc1f970aaea67c8c5b9370f95e3b3e5d3)]: + - hono-do@2.0.0 + ## 0.0.5 ### Patch Changes diff --git a/examples/batcher/package.json b/examples/batcher/package.json index 96f56169..13b233a5 100644 --- a/examples/batcher/package.json +++ b/examples/batcher/package.json @@ -1,7 +1,7 @@ { "name": "hono-do-example-batcher", "private": true, - "version": "0.0.5", + "version": "0.0.6", "scripts": { "lint": "eslint --fix --ext .ts,.tsx src", "lint:check": "eslint --ext .ts,.tsx src", diff --git a/examples/chat/CHANGELOG.md b/examples/chat/CHANGELOG.md index 5f7816b9..2c65789c 100644 --- a/examples/chat/CHANGELOG.md +++ b/examples/chat/CHANGELOG.md @@ -1,5 +1,12 @@ # hono-do-example-chat +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`a27936f`](https://github.com/sor4chi/hono-do/commit/a27936ffc1f970aaea67c8c5b9370f95e3b3e5d3)]: + - hono-do@2.0.0 + ## 0.0.6 ### Patch Changes diff --git a/examples/chat/package.json b/examples/chat/package.json index cde7ca2a..a15af381 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -1,7 +1,7 @@ { "name": "hono-do-example-chat", "private": true, - "version": "0.0.6", + "version": "0.0.7", "scripts": { "lint": "eslint --fix --ext .ts,.tsx src", "lint:check": "eslint --ext .ts,.tsx src", diff --git a/examples/counter-with-storage-helper/CHANGELOG.md b/examples/counter-with-storage-helper/CHANGELOG.md index 50c45083..feb9bd05 100644 --- a/examples/counter-with-storage-helper/CHANGELOG.md +++ b/examples/counter-with-storage-helper/CHANGELOG.md @@ -1,5 +1,12 @@ # hono-do-example-counter-with-storage-helper +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`a27936f`](https://github.com/sor4chi/hono-do/commit/a27936ffc1f970aaea67c8c5b9370f95e3b3e5d3)]: + - hono-do@2.0.0 + ## 0.0.5 ### Patch Changes diff --git a/examples/counter-with-storage-helper/package.json b/examples/counter-with-storage-helper/package.json index de228281..94b9ccb1 100644 --- a/examples/counter-with-storage-helper/package.json +++ b/examples/counter-with-storage-helper/package.json @@ -1,7 +1,7 @@ { "name": "hono-do-example-counter-with-storage-helper", "private": true, - "version": "0.0.5", + "version": "0.0.6", "scripts": { "lint": "eslint --fix --ext .ts,.tsx src", "lint:check": "eslint --ext .ts,.tsx src", diff --git a/examples/counter/CHANGELOG.md b/examples/counter/CHANGELOG.md index 8536a24b..f08383b9 100644 --- a/examples/counter/CHANGELOG.md +++ b/examples/counter/CHANGELOG.md @@ -1,5 +1,12 @@ # hono-do-example-counter +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`a27936f`](https://github.com/sor4chi/hono-do/commit/a27936ffc1f970aaea67c8c5b9370f95e3b3e5d3)]: + - hono-do@2.0.0 + ## 0.0.6 ### Patch Changes diff --git a/examples/counter/package.json b/examples/counter/package.json index 29655711..4912fd42 100644 --- a/examples/counter/package.json +++ b/examples/counter/package.json @@ -1,7 +1,7 @@ { "name": "hono-do-example-counter", "private": true, - "version": "0.0.6", + "version": "0.0.7", "scripts": { "lint": "eslint --fix --ext .ts,.tsx src", "lint:check": "eslint --ext .ts,.tsx src", diff --git a/examples/hibernatable-chat/CHANGELOG.md b/examples/hibernatable-chat/CHANGELOG.md index f806b555..3f422d9d 100644 --- a/examples/hibernatable-chat/CHANGELOG.md +++ b/examples/hibernatable-chat/CHANGELOG.md @@ -1,5 +1,12 @@ # hono-do-example-hibernatable-chat +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`a27936f`](https://github.com/sor4chi/hono-do/commit/a27936ffc1f970aaea67c8c5b9370f95e3b3e5d3)]: + - hono-do@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/examples/hibernatable-chat/package.json b/examples/hibernatable-chat/package.json index ddc519d0..cf287571 100644 --- a/examples/hibernatable-chat/package.json +++ b/examples/hibernatable-chat/package.json @@ -1,7 +1,7 @@ { "name": "hono-do-example-hibernatable-chat", "private": true, - "version": "0.0.3", + "version": "0.0.4", "scripts": { "lint": "eslint --fix --ext .ts,.tsx src", "lint:check": "eslint --ext .ts,.tsx src", diff --git a/packages/hono-do/CHANGELOG.md b/packages/hono-do/CHANGELOG.md index 8ed3ac1c..87fa3fc6 100644 --- a/packages/hono-do/CHANGELOG.md +++ b/packages/hono-do/CHANGELOG.md @@ -1,5 +1,11 @@ # hono-do +## 2.0.0 + +### Major Changes + +- [`a27936f`](https://github.com/sor4chi/hono-do/commit/a27936ffc1f970aaea67c8c5b9370f95e3b3e5d3) Thanks [@sor4chi](https://github.com/sor4chi)! - Updated the version of the dependency 'hono' to 4.x. + ## 1.1.0 ### Minor Changes diff --git a/packages/hono-do/package.json b/packages/hono-do/package.json index 42e6cef7..36b7d958 100644 --- a/packages/hono-do/package.json +++ b/packages/hono-do/package.json @@ -1,6 +1,6 @@ { "name": "hono-do", - "version": "1.1.0", + "version": "2.0.0", "description": "A wrapper for Cloudflare Workers' Durable Object, designed for Hono.", "type": "module", "module": "dist/index.js",