Skip to content

Commit

Permalink
chore(release): publish 6.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Nov 28, 2023
1 parent 10addeb commit 8c1ac71
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [6.0.11](https://github.com/frontegg/frontegg-react/compare/v6.0.10...v6.0.11) (2023-11-28)

- FR-14237 - Fix direct action with basename
- FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with silent refresh


### React Wrapper 6.0.11:
- FR-14363 - Trigger also dashboard update frontegg version pipeline on publish
- FR-14363 - remove oauth trigger workflow from pre-release
- FR-14363 - Fix workflow trigger OAuth
- FR-14363 - Adding another option for checking the npm registry
- FR-14304 - Adding logs to understand the timeout
- FR-14304 - Relocated script file
- FR-14304 - Re-order pre release steps
- FR-14304 - Fix syntax on yaml
- FR-14304 - Trigger Oauth pipeline after publish

## [6.0.10](https://github.com/frontegg/frontegg-react/compare/v6.0.9...v6.0.10) (2023-11-23)

- FR-14237 - Fix direct action with basename
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": "6.0.10",
"version": "6.0.11",
"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,6 +1,6 @@
{
"name": "@frontegg/demo-saas",
"version": "6.0.10",
"version": "6.0.11",
"private": true,
"author": "Frontegg LTD",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "echo 'No Unit Tests'"
},
"dependencies": {
"@frontegg/react": "^6.0.10",
"@frontegg/react": "^6.0.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontegg/react",
"libName": "FronteggReact",
"version": "6.0.10",
"version": "6.0.11",
"author": "Frontegg LTD",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '6.0.10' };
export default { version: '6.0.11' };
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-react-sanity-check",
"private": true,
"version": "6.0.10",
"version": "6.0.11",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down

0 comments on commit 8c1ac71

Please sign in to comment.