chore: update versions to 0.8.4

This commit is contained in:
lfleischmann
2023-10-11 14:44:40 +02:00
committed by GitHub
parent 6c730c8cee
commit aa927eabde
13 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '0.8.0'
version: '0.8.4'
title: 'Hanko Admin API'
description: |
## Introduction

View File

@ -1,7 +1,7 @@
openapi: 3.0.0
info:
version: '0.8.0'
version: '0.8.4'
title: 'Hanko Public API'
description: |
## Introduction

View File

@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-elements",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"publishConfig": {
"access": "public"
@ -107,7 +107,7 @@
},
"dependencies": {
"@denysvuika/preact-translate": "^0.5.0",
"@teamhanko/hanko-frontend-sdk": "^0.8.3",
"@teamhanko/hanko-frontend-sdk": "^0.8.4",
"@teamhanko/preact-custom-element": "^4.2.2",
"classnames": "^2.3.2",
"preact": "^10.13.1"

View File

@ -19,7 +19,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0",
"@teamhanko/hanko-elements": "^0.8.3"
"@teamhanko/hanko-elements": "^0.8.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",

View File

@ -1,7 +1,7 @@
import { HANKO_API_URL } from "../config.ts";
const code = `
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.5.5-beta';
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.8.4';
register('${HANKO_API_URL}', { shadow: true });
document.addEventListener('hankoAuthSuccess', (event) => {

View File

@ -1,7 +1,7 @@
import { HANKO_API_URL } from "../config.ts";
const code = `
import { register, Hanko } from 'https://esm.sh/@teamhanko/hanko-elements@0.5.5-beta';
import { register, Hanko } from 'https://esm.sh/@teamhanko/hanko-elements@0.8.4';
register('${HANKO_API_URL}', { shadow: true });
window.addEventListener('logout', () => {

View File

@ -1,7 +1,7 @@
import { HANKO_API_URL } from "../config.ts";
const code = `
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.5.5-beta';
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@0.8.4';
register('${HANKO_API_URL}', { shadow: true });
`;

View File

@ -6,7 +6,7 @@
"build": "next build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"

View File

@ -2,7 +2,7 @@
"name": "example-react",
"private": true,
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",

View File

@ -17,7 +17,7 @@
"vite": "^4.4.9"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"svelte-navigator": "^3.2.2"
}
}

View File

@ -5,7 +5,7 @@
"build": "vite build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},

View File

@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-frontend-sdk",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"publishConfig": {
"access": "public"

View File

@ -16,11 +16,11 @@
},
"elements": {
"name": "@teamhanko/hanko-elements",
"version": "0.8.3",
"version": "0.8.4",
"license": "MIT",
"dependencies": {
"@denysvuika/preact-translate": "^0.5.0",
"@teamhanko/hanko-frontend-sdk": "^0.8.2",
"@teamhanko/hanko-frontend-sdk": "^0.8.4",
"@teamhanko/preact-custom-element": "^4.2.2",
"classnames": "^2.3.2",
"preact": "^10.13.1"
@ -56,7 +56,7 @@
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@ -513,7 +513,7 @@
"examples/nextjs": {
"name": "example-nextjs",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
@ -530,7 +530,7 @@
"examples/react": {
"name": "example-react",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
@ -543,7 +543,7 @@
"examples/svelte": {
"name": "example-svelte",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"svelte-navigator": "^3.2.2"
},
"devDependencies": {
@ -560,7 +560,7 @@
"examples/vue": {
"name": "example-vue",
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.3",
"@teamhanko/hanko-elements": "^0.8.4",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
@ -616,7 +616,7 @@
},
"frontend-sdk": {
"name": "@teamhanko/hanko-frontend-sdk",
"version": "0.8.3",
"version": "0.8.4",
"license": "MIT",
"dependencies": {
"@types/js-cookie": "^3.0.3"