Skip to content

Commit

Permalink
Merge pull request #463 from frontegg/release/next
Browse files Browse the repository at this point in the history
v4.0.4
  • Loading branch information
mariavlasov authored Oct 10, 2024
2 parents 5ae1758 + af31a49 commit f4351ef
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Change Log

## [4.0.4](https://github.com/frontegg/frontegg-vue/compare/v4.0.3...v4.0.4) (2024-10-10)

- FR-18217 - Fixed impersonation on embedded
- FR-18167 - Fixed back to login on magic link
- FR-8030 - Fixed website dialog cancel button typeography
- FR-17760 - Fixed empty lastSeen column on expanded user info
- FR-17762 - Fixed tree component using mui/x-tree-view
- FR-17517 - Fixed login direct action race condition
- FR-17649 - Fixed autofill sms code iOS SDK
- FR-17650 - Fixed auto capitalize email input in login page
- FR-17443 - Fixed infinite loader when using direct login action

# Change Log

## [4.0.3](https://github.com/frontegg/frontegg-vue/compare/v4.0.2...v4.0.3) (2024-8-28)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.0.3",
"version": "4.0.4",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-saas/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vue-demo-saas",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^4.0.3",
"@frontegg/vue": "^4.0.4",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-v3",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@frontegg/nuxt",
"version": "4.0.3",
"version": "4.0.4",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^4.0.3"
"@frontegg/vue": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/sanity-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontegg-angular-sanity-check",
"private": true,
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/vue",
"version": "4.0.3",
"version": "4.0.4",
"description": "",
"main": "dist/index.ssr.js",
"browser": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '4.0.3' };
export default { version: '4.0.4' };

0 comments on commit f4351ef

Please sign in to comment.