Skip to content

Commit

Permalink
Merge pull request #396 from frontegg/release/next
Browse files Browse the repository at this point in the history
v3.0.15
  • Loading branch information
doregg authored Jan 16, 2024
2 parents c70c639 + cc5d167 commit 47d091e
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 38 deletions.
69 changes: 40 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,43 @@
# Change Log

## [3.0.14](https://github.com/frontegg/frontegg-vue/compare/v3.0.13...v3.0.14) (2024-1-15)


### VueJS Wrapper 3.0.14:
- FR-14866 - Fixed Vue 3 entitlement type

## [3.0.13](https://github.com/frontegg/frontegg-vue/compare/v3.0.12...v3.0.13) (2024-1-3)


### VueJS Wrapper 3.0.13:
- FR-14757 - Add redirect uri to frontegg auth guard

## [3.0.12](https://github.com/frontegg/frontegg-vue/compare/v3.0.11...v3.0.12) (2023-12-31)

- FR-14578 - Fixed custom login without tenant alias
- FR-14638 - Missing exp on user interface
- FR-14560 - added temporary users feature


- FR-14644 - Fixed enroll authenticator app missing error message when code is wrong


- FR-14219 - Step up - Embedded flow

- FR-14324 - Fix direct login custom social login


# Change Log

## [3.0.15](https://github.com/frontegg/frontegg-vue/compare/v3.0.14...v3.0.15) (2024-1-16)

- FR-14855 - Add support for social login consent, by default it's false.
- FR-14813 - Add support for open app page with basename
- FR-14813 - Fix texts in open app
- FR-14813 - Support mobile deep link redirect page
- FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions

### VueJS Wrapper 3.0.15:
- FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions

## [3.0.14](https://github.com/frontegg/frontegg-vue/compare/v3.0.13...v3.0.14) (2024-1-15)


### VueJS Wrapper 3.0.14:
- FR-14866 - Fixed Vue 3 entitlement type

## [3.0.13](https://github.com/frontegg/frontegg-vue/compare/v3.0.12...v3.0.13) (2024-1-3)


### VueJS Wrapper 3.0.13:
- FR-14757 - Add redirect uri to frontegg auth guard

## [3.0.12](https://github.com/frontegg/frontegg-vue/compare/v3.0.11...v3.0.12) (2023-12-31)

- FR-14578 - Fixed custom login without tenant alias
- FR-14638 - Missing exp on user interface
- FR-14560 - added temporary users feature


- FR-14644 - Fixed enroll authenticator app missing error message when code is wrong


- FR-14219 - Step up - Embedded flow

- FR-14324 - Fix direct login custom social login


# Change Log

## [3.0.11](https://github.com/frontegg/frontegg-vue/compare/v3.0.10...v3.0.11) (2023-12-17)
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.14",
"version": "3.0.15",
"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.14",
"version": "3.0.15",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^3.0.14",
"@frontegg/vue": "^3.0.15",
"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.14",
"version": "3.0.15",
"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.14",
"version": "3.0.15",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^3.0.14"
"@frontegg/vue": "^3.0.15"
}
}
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.14",
"version": "3.0.15",
"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.14",
"version": "3.0.15",
"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.14' };
export default { version: '3.0.15' };

0 comments on commit 47d091e

Please sign in to comment.