Skip to content

Commit

Permalink
chore: bump frontend versions to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann committed Aug 28, 2023
1 parent 12bb567 commit 6761f4b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
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.8.2",
"version": "0.8.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -89,7 +89,7 @@
},
"dependencies": {
"@denysvuika/preact-translate": "^0.5.0",
"@teamhanko/hanko-frontend-sdk": "^0.8.2",
"@teamhanko/hanko-frontend-sdk": "^0.8.3",
"@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.3.0",
"zone.js": "~0.13.0",
"@teamhanko/hanko-elements": "^0.8.2"
"@teamhanko/hanko-elements": "^0.8.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
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.8.2",
"@teamhanko/hanko-elements": "^0.8.3",
"next": "^13.2.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.8.2",
"@teamhanko/hanko-elements": "^0.8.3",
"@types/react": "^18.2.0",
"@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.9"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.2",
"@teamhanko/hanko-elements": "^0.8.3",
"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.8.2",
"@teamhanko/hanko-elements": "^0.8.3",
"vue": "^3.2.47",
"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.8.2",
"version": "0.8.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 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 6761f4b

Please sign in to comment.