Skip to content

Commit

Permalink
chore: update versions to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann committed Apr 10, 2024
1 parent 01fa397 commit 7c3af05
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/static/spec/admin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.10.1"
version: "0.10.2"
title: "Hanko Admin API"
description: |
## Introduction
Expand Down
2 changes: 1 addition & 1 deletion docs/static/spec/public.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

openapi: 3.0.0
info:
version: '0.10.1'
version: '0.10.2'
title: 'Hanko Public API'
description: |
## Introduction
Expand Down
4 changes: 2 additions & 2 deletions frontend/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-elements",
"version": "0.10.1",
"version": "0.10.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -131,7 +131,7 @@
},
"dependencies": {
"@denysvuika/preact-translate": "^0.5.0",
"@teamhanko/hanko-frontend-sdk": "^0.10.1",
"@teamhanko/hanko-frontend-sdk": "^0.10.2",
"@teamhanko/preact-custom-element": "^4.2.2",
"classnames": "^2.3.2",
"preact": "^10.13.1"
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.6.2",
"zone.js": "~0.13.0",
"@teamhanko/hanko-elements": "^0.10.1"
"@teamhanko/hanko-elements": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/fresh/islands/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HANKO_API_URL } from "../config.ts";

const code = `
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.10.1';
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.10.2';
register('${HANKO_API_URL}', { shadow: true });
document.addEventListener('hankoAuthSuccess', (event) => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/fresh/islands/LogoutButton.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HANKO_API_URL } from "../config.ts";

const code = `
import { register, Hanko } from 'https://esm.sh/@teamhanko/hanko-elements@0.10.1';
import { register, Hanko } from 'https://esm.sh/@teamhanko/hanko-elements@0.10.2';
register('${HANKO_API_URL}', { shadow: true });
window.addEventListener('logout', () => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/fresh/islands/Profile.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HANKO_API_URL } from "../config.ts";

const code = `
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.10.1';
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.10.2';
register('${HANKO_API_URL}', { shadow: true });
`;

Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "next build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.10.1",
"@teamhanko/hanko-elements": "^0.10.2",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-react",
"private": true,
"dependencies": {
"@teamhanko/hanko-elements": "^0.10.1",
"@teamhanko/hanko-elements": "^0.10.2",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"vite": "^4.4.12"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.10.1",
"@teamhanko/hanko-elements": "^0.10.2",
"svelte-navigator": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion frontend/examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "vite build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.10.1",
"@teamhanko/hanko-elements": "^0.10.2",
"vue": "^3.3.8",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/frontend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-frontend-sdk",
"version": "0.10.1",
"version": "0.10.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c3af05

Please sign in to comment.