Skip to content

Commit

Permalink
update demo and init of hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
markusahlstrand committed Dec 9, 2024
1 parent 997b8ee commit e6e0660
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @authhero/demo

## 0.3.0

### Minor Changes

- moved the init of the hooks

### Patch Changes

- Updated dependencies
- [email protected]

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authhero/demo",
"private": true,
"version": "0.2.6",
"version": "0.3.0",
"scripts": {
"dev": "bun --watch src/bun.ts"
},
Expand All @@ -10,7 +10,7 @@
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.18.0",
"@peculiar/x509": "^1.12.3",
"authhero": "^0.17.0",
"authhero": "^0.18.0",
"hono": "^4.6.11",
"hono-openapi-middlewares": "^1.0.11",
"kysely-bun-sqlite": "^0.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/authhero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# authhero

## 0.18.0

### Minor Changes

- moved the init of the hooks

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/authhero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authhero",
"version": "0.17.0",
"version": "0.18.0",
"files": [
"dist"
],
Expand Down

0 comments on commit e6e0660

Please sign in to comment.