Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-admin-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaliaRefua authored Oct 2, 2023
2 parents aa705c4 + 3d5f4ab commit a5fbb75
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 13 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Change Log

## [3.0.1](https://github.com/frontegg/frontegg-vue/compare/v2.0.45...v3.0.1) (2023-9-27)

- Introduction of our new security page in the admin portal replacing the current security page.
- FR-13509 - Added GTM integration
## [3.0.2](https://github.com/frontegg/frontegg-vue/compare/v3.0.1...v3.0.2) (2023-9-28)

Revamped the security page in the Admin Portal
#### Note: No migration is needed to upgrade between versions 2 to 3.

# Change Log

## [3.0.1](https://github.com/frontegg/frontegg-vue/compare/v2.0.45...v3.0.1) (2023-9-27)

- FR-13509 - Added GTM integration

## [2.0.45](https://github.com/frontegg/frontegg-vue/compare/v2.0.44...v2.0.45) (2023-9-5)

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.1",
"version": "3.0.2",
"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.1",
"version": "3.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^3.0.1",
"@frontegg/vue": "^3.0.2",
"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.1",
"version": "3.0.2",
"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.1",
"version": "3.0.2",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^3.0.1"
"@frontegg/vue": "^3.0.2"
}
}
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.1",
"version": "3.0.2",
"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.1",
"version": "3.0.2",
"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.1' };
export default { version: '3.0.2' };

0 comments on commit a5fbb75

Please sign in to comment.