chore: update versions to 1.1.0 (#1748)

This commit is contained in:
Frederic Jahn
2024-10-15 13:46:22 +02:00
committed by GitHub
parent 9dbc62524a
commit 0ee2a4819c
11 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teamhanko/hanko-elements",
"version": "1.0.2",
"version": "1.1.0",
"type": "module",
"private": false,
"publishConfig": {
@ -132,7 +132,7 @@
},
"dependencies": {
"@denysvuika/preact-translate": "^0.5.0",
"@teamhanko/hanko-frontend-sdk": "^1.0.2",
"@teamhanko/hanko-frontend-sdk": "^1.1.0",
"@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.6.2",
"zone.js": "~0.13.0",
"@teamhanko/hanko-elements": "^1.0.2"
"@teamhanko/hanko-elements": "^1.1.0"
},
"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@1.0.2';
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@1.1.0';
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@1.0.2';
import { register, Hanko } from 'https://esm.sh/@teamhanko/hanko-elements@1.1.0';
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@1.0.2';
import { register } from 'https://esm.sh/@teamhanko/hanko-elements@1.1.0';
register('${HANKO_API_URL}', { shadow: true });
`;

View File

@ -6,7 +6,7 @@
"build": "next build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"next": "^14.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"

View File

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

View File

@ -17,7 +17,7 @@
"vite": "^4.5.3"
},
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"svelte-navigator": "^3.2.2"
}
}

View File

@ -5,7 +5,7 @@
"build": "vite build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"vue": "^3.3.8",
"vue-router": "^4.1.6"
},

View File

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

View File

@ -16,11 +16,11 @@
},
"elements": {
"name": "@teamhanko/hanko-elements",
"version": "1.0.2",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"@denysvuika/preact-translate": "^0.5.0",
"@teamhanko/hanko-frontend-sdk": "^1.0.2",
"@teamhanko/hanko-frontend-sdk": "^1.1.0",
"@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": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.8.0",
"tslib": "^2.6.2",
@ -539,7 +539,7 @@
"examples/nextjs": {
"name": "example-nextjs",
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"next": "^14.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
@ -556,7 +556,7 @@
"examples/react": {
"name": "example-react",
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
@ -569,7 +569,7 @@
"examples/svelte": {
"name": "example-svelte",
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"svelte-navigator": "^3.2.2"
},
"devDependencies": {
@ -586,7 +586,7 @@
"examples/vue": {
"name": "example-vue",
"dependencies": {
"@teamhanko/hanko-elements": "^1.0.2",
"@teamhanko/hanko-elements": "^1.1.0",
"vue": "^3.3.8",
"vue-router": "^4.1.6"
},
@ -636,7 +636,7 @@
},
"frontend-sdk": {
"name": "@teamhanko/hanko-frontend-sdk",
"version": "1.0.2",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"@types/js-cookie": "^3.0.3"