Skip to content

Commit

Permalink
fix: add update versions for changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
markusahlstrand committed Jul 14, 2024
1 parent 4d7980d commit e9eded5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-experts-sit.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"manage": "pnpm --filter @authhero/manage",
"react-admin": "pnpm --filter @authhero/react-admin",
"authhero": "pnpm --filter @authhero/authhero",
"authhero": "pnpm --filter authhero",
"create-authhero": "pnpm --filter @authhero/create-authhero"
},
"keywords": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/authhero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# authhero

## 0.1.0

### Minor Changes

- a1212dc: Added a jwks route with mock data
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.0.1",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/authhero/src/routes/oauth2/well-known.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
Bindings,
jwksKeySchema,
jwksSchema,
// jwksSchema,
openIDConfigurationSchema,
} from "../../types";
import { OpenAPIHono, createRoute } from "@hono/zod-openapi";
Expand Down

0 comments on commit e9eded5

Please sign in to comment.