Skip to content

Commit

Permalink
Merge pull request #44 from sor4chi/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sor4chi committed May 7, 2024
2 parents 1256953 + 6dc7487 commit fbb0f63
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/light-chefs-divide.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/batcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/batcher/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions examples/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions examples/counter-with-storage-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/counter-with-storage-helper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions examples/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions examples/hibernatable-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/hibernatable-chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/hono-do/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hono-do/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fbb0f63

Please sign in to comment.