Skip to content

Commit

Permalink
Merge pull request #477 from frontegg/release/next
Browse files Browse the repository at this point in the history
v4.0.10
  • Loading branch information
TomerFrontegg authored Nov 21, 2024
2 parents 8324acc + 0e25c58 commit aeacef4
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [4.0.10](https://github.com/frontegg/frontegg-vue/compare/v4.0.9...v4.0.10) (2024-11-19)

- FR-18341 - Fixed social login button size
- FR-12722 - Fixed Incorrect order of social logins display
- FR-18646 - Fixed missing permissions with wildcard on custom roles
- FR-18341 - Fixed Google Chrome Translate feature causes a crash
- FR-16902 - Fixed login box scroll on mobile browsers



## [4.0.9](https://github.com/frontegg/frontegg-vue/compare/v4.0.8...v4.0.9) (2024-11-12)

- FR-18594 - Fixed blinking bug On IP and domain page
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.9",
"version": "4.0.10",
"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.9",
"version": "4.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^4.0.9",
"@frontegg/vue": "^4.0.10",
"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.9",
"version": "4.0.10",
"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.9",
"version": "4.0.10",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^4.0.9"
"@frontegg/vue": "^4.0.10"
}
}
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.9",
"version": "4.0.10",
"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.9",
"version": "4.0.10",
"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.9' };
export default { version: '4.0.10' };

0 comments on commit aeacef4

Please sign in to comment.