Skip to content

Commit

Permalink
Merge pull request #443 from frontegg/release/next
Browse files Browse the repository at this point in the history
v3.0.36
  • Loading branch information
AtaliaRefua authored Jul 18, 2024
2 parents 84f1289 + ca1fa0f commit 47e1462
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 54 deletions.
94 changes: 49 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,59 @@
# Change Log

## [3.0.35](https://github.com/frontegg/frontegg-vue/compare/v3.0.34...v3.0.35) (2024-7-16)

# Change Log

## [3.0.36](https://github.com/frontegg/frontegg-vue/compare/v3.0.35...v3.0.36) (2024-7-18)

- FR-17009 - Add the option to disable/enable users from users table

## [3.0.35](https://github.com/frontegg/frontegg-vue/compare/v3.0.34...v3.0.35) (2024-7-16)

* FR-17055 - Fix SSO redirect race condition



## [3.0.34](https://github.com/frontegg/frontegg-vue/compare/v3.0.33...v3.0.34) (2024-7-10)

- FR-16987 - Add additional params to vanilla js loginWithRedircet
- FR-16960 - Fix typography color in SSO guides dark mode



## [3.0.33](https://github.com/frontegg/frontegg-vue/compare/v3.0.32...v3.0.33) (2024-7-9)

- FR-16737 - Allow terms and conditions checkbox on sign up form being optional



## [3.0.32](https://github.com/frontegg/frontegg-vue/compare/v3.0.31...v3.0.32) (2024-7-4)




## [3.0.34](https://github.com/frontegg/frontegg-vue/compare/v3.0.33...v3.0.34) (2024-7-10)

- FR-16987 - Add additional params to vanilla js loginWithRedircet
- FR-16960 - Fix typography color in SSO guides dark mode



## [3.0.33](https://github.com/frontegg/frontegg-vue/compare/v3.0.32...v3.0.33) (2024-7-9)

- FR-16737 - Allow terms and conditions checkbox on sign up form being optional



## [3.0.32](https://github.com/frontegg/frontegg-vue/compare/v3.0.31...v3.0.32) (2024-7-4)

- FR-16881 - Fixed hosted login redirect url when using basename
- FR-16812 - Fixed dark theme disabled input palette
- FR-16704 - Fixed password meter unsuspended async component



## [3.0.31](https://github.com/frontegg/frontegg-vue/compare/v3.0.30...v3.0.31) (2024-6-30)




## [3.0.31](https://github.com/frontegg/frontegg-vue/compare/v3.0.30...v3.0.31) (2024-6-30)

FR-15484 - Fix update tenant state after account settings change
FR-16613 - Add automatic sub-account access in MSP


## [3.0.30](https://github.com/frontegg/frontegg-vue/compare/v3.0.29...v3.0.30) (2024-6-5)

FR-16613 - Add automatic sub-account access in MSP


## [3.0.30](https://github.com/frontegg/frontegg-vue/compare/v3.0.29...v3.0.30) (2024-6-5)

- FR-16513 - Show client id on all tokens in API tokens table



## [3.0.29](https://github.com/frontegg/frontegg-vue/compare/v3.0.28...v3.0.29) (2024-5-28)

- FR-16341 - Support hiding columns in admin portal users table



## [3.0.28](https://github.com/frontegg/frontegg-vue/compare/v3.0.27...v3.0.28) (2024-5-27)




## [3.0.29](https://github.com/frontegg/frontegg-vue/compare/v3.0.28...v3.0.29) (2024-5-28)

- FR-16341 - Support hiding columns in admin portal users table



## [3.0.28](https://github.com/frontegg/frontegg-vue/compare/v3.0.27...v3.0.28) (2024-5-27)

- FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
- FR-16421 - Fixed error handling in edit phone number dialog

- FR-16421 - Fixed error handling in edit phone number dialog

# Change Log

## [3.0.27](https://github.com/frontegg/frontegg-vue/compare/v3.0.26...v3.0.27) (2024-4-21)
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": "3.0.35",
"version": "3.0.36",
"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": "3.0.35",
"version": "3.0.36",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^3.0.35",
"@frontegg/vue": "^3.0.36",
"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": "3.0.35",
"version": "3.0.36",
"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": "3.0.35",
"version": "3.0.36",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^3.0.35"
"@frontegg/vue": "^3.0.36"
}
}
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": "3.0.35",
"version": "3.0.36",
"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": "3.0.35",
"version": "3.0.36",
"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: '3.0.35' };
export default { version: '3.0.36' };

0 comments on commit 47e1462

Please sign in to comment.