Skip to content

Commit

Permalink
chore: frontend version bump (#938)
Browse files Browse the repository at this point in the history
* chore: frontend version bump

* chore: fix package-lock.json
  • Loading branch information
FreddyDevelop authored Aug 2, 2023
1 parent a60d81a commit ece8a5c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.1",
"version": "0.8.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -89,7 +89,7 @@
},
"dependencies": {
"@denysvuika/preact-translate": "^0.4.1",
"@teamhanko/hanko-frontend-sdk": "^0.8.1",
"@teamhanko/hanko-frontend-sdk": "^0.8.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.3.0",
"zone.js": "~0.13.0",
"@teamhanko/hanko-elements": "^0.8.1"
"@teamhanko/hanko-elements": "^0.8.2"
},
"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.1",
"@teamhanko/hanko-elements": "^0.8.2",
"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.1",
"@teamhanko/hanko-elements": "^0.8.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.6",
"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.3.9"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@teamhanko/hanko-elements": "^0.8.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.8.1",
"@teamhanko/hanko-elements": "^0.8.2",
"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.1",
"version": "0.8.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 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 ece8a5c

Please sign in to comment.