Skip to content

Commit

Permalink
Merge pull request #928 from teamhanko/version-bump-0.8.1
Browse files Browse the repository at this point in the history
Version bump 0.8.1
  • Loading branch information
like-a-bause authored Jul 24, 2023
2 parents 70ae7e4 + baf46df commit e47bf9c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.8.1",
"private": false,
"publishConfig": {
"access": "public"
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.0"
"@teamhanko/hanko-elements": "^0.8.1"
},
"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.0",
"@teamhanko/hanko-elements": "^0.8.1",
"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.0",
"@teamhanko/hanko-elements": "^0.8.1",
"@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.0",
"@teamhanko/hanko-elements": "^0.8.1",
"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.0",
"@teamhanko/hanko-elements": "^0.8.1",
"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.0",
"version": "0.8.1",
"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 e47bf9c

Please sign in to comment.