Skip to content

Commit

Permalink
Merge pull request #27 from sor4chi/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sor4chi authored Dec 1, 2023
2 parents f5bda72 + c09e75d commit 607c7a3
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-turtles-collect.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.4

### Patch Changes

- Updated dependencies [[`bdb39b9`](https://github.com/sor4chi/hono-do/commit/bdb39b9f26d9fb6df859f24bf49c401f7665a816)]:
- [email protected]

## 0.0.3

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

### Patch Changes

- Updated dependencies [[`bdb39b9`](https://github.com/sor4chi/hono-do/commit/bdb39b9f26d9fb6df859f24bf49c401f7665a816)]:
- [email protected]

## 0.0.4

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

### Patch Changes

- Updated dependencies [[`bdb39b9`](https://github.com/sor4chi/hono-do/commit/bdb39b9f26d9fb6df859f24bf49c401f7665a816)]:
- [email protected]

## 0.0.3

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

### Patch Changes

- Updated dependencies [[`bdb39b9`](https://github.com/sor4chi/hono-do/commit/bdb39b9f26d9fb6df859f24bf49c401f7665a816)]:
- [email protected]

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.2

### Patch Changes

- Updated dependencies [[`bdb39b9`](https://github.com/sor4chi/hono-do/commit/bdb39b9f26d9fb6df859f24bf49c401f7665a816)]:
- [email protected]

## 0.0.1

### 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.1",
"version": "0.0.2",
"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

## 1.0.1

### Patch Changes

- [#26](https://github.com/sor4chi/hono-do/pull/26) [`bdb39b9`](https://github.com/sor4chi/hono-do/commit/bdb39b9f26d9fb6df859f24bf49c401f7665a816) Thanks [@sor4chi](https://github.com/sor4chi)! - Fixed a bug that caused an error when a duplicate route was registered when the basepath of HonoObject was dynamic.

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"description": "A wrapper for Cloudflare Workers' Durable Object, designed for Hono.",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 607c7a3

Please sign in to comment.