Skip to content

Commit

Permalink
chore(release): publish 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Aug 28, 2024
1 parent e86dd4b commit 51ce96a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Change Log

## [4.0.3](https://github.com/frontegg/frontegg-vue/compare/v4.0.2...v4.0.3) (2024-8-28)

- FR-17626 - Fix clientId on request authorize for multi-apps
- FR-17182 - Fix copy invite user link in hosted admin portal

null

# Change Log

## [4.0.2](https://github.com/frontegg/frontegg-vue/compare/v4.0.1...v4.0.2) (2024-8-26)
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.2",
"version": "4.0.3",
"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.2",
"version": "4.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@frontegg/vue": "^4.0.2",
"@frontegg/vue": "^4.0.3",
"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.2",
"version": "4.0.3",
"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.2",
"version": "4.0.3",
"description": "",
"main": "lib/module.js",
"types": "types/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@frontegg/vue": "^4.0.2"
"@frontegg/vue": "^4.0.3"
}
}
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.2",
"version": "4.0.3",
"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.2",
"version": "4.0.3",
"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.2' };
export default { version: '4.0.3' };

0 comments on commit 51ce96a

Please sign in to comment.