Skip to content

Commit

Permalink
Merge pull request #383 from frontegg/release/next
Browse files Browse the repository at this point in the history
v3.0.10
rotemzif1 authored Nov 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 024f134 + 2b40915 commit 401582b
Showing 8 changed files with 26 additions and 21 deletions.
29 changes: 17 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Change Log

## [3.0.9](https://github.com/frontegg/frontegg-vue/compare/v3.0.8...v3.0.9) (2023-11-20)

- FR-14201 - Fixed login with SMS resend code action


- FR-13913 - Let tenants/users set expiry on client credentials API tokens
- FR-14099 - Fix load custom login routes only when necessary
- FR-13605 - Support adding phone number field to signup page and control his required state


# Change Log

## [3.0.10](https://github.com/frontegg/frontegg-vue/compare/v3.0.9...v3.0.10) (2023-11-29)

- FR-13527 - Added a11y support for admin portal pages: SSO, security, profile, personal tokens, users, groups, provisioning, audit logs, API tokens, webhooks, and account details.


## [3.0.9](https://github.com/frontegg/frontegg-vue/compare/v3.0.8...v3.0.9) (2023-11-20)

- FR-14201 - Fixed login with SMS resend code action


- FR-13913 - Let tenants/users set expiry on client credentials API tokens
- FR-14099 - Fix load custom login routes only when necessary
- FR-13605 - Support adding phone number field to signup page and control his required state


# Change Log

## [3.0.8](https://github.com/frontegg/frontegg-vue/compare/v3.0.7...v3.0.8) (2023-11-6)
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.0.9",
"version": "3.0.10",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
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.9",
"version": "3.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^3.0.9",
"@frontegg/vue": "^3.0.10",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},
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.9",
"version": "3.0.10",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
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.9",
"version": "3.0.10",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^3.0.9"
"@frontegg/vue": "^3.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": "3.0.9",
"version": "3.0.10",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
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.9",
"version": "3.0.10",
"description": "",
"main": "dist/index.ssr.js",
"browser": "dist/index.js",
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.9' };
export default { version: '3.0.10' };

0 comments on commit 401582b

Please sign in to comment.