Skip to content

Commit

Permalink
Merge branch 'main' into escpaeDynamicVals
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerlichtash authored Oct 28, 2024
2 parents 0d2aa01 + bdabab2 commit 366c7f6
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/sdks/angular-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.6.4](https://github.com/descope/descope-js/compare/angular-sdk-0.6.3...angular-sdk-0.6.4) (2024-10-27)

### Dependency Updates

* `user-profile-widget` updated to version `0.0.111`
* `web-component` updated to version `3.27.2`
## [0.6.3](https://github.com/descope/descope-js/compare/angular-sdk-0.6.2...angular-sdk-0.6.3) (2024-10-27)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/angular-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/angular-sdk",
"version": "0.6.3",
"version": "0.6.4",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/sdks/nextjs-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.3.4](https://github.com/descope/descope-js/compare/nextjs-sdk-0.3.3...nextjs-sdk-0.3.4) (2024-10-27)

### Dependency Updates

* `react-sdk` updated to version `2.1.4`
* `web-component` updated to version `3.27.2`
## [0.3.3](https://github.com/descope/descope-js/compare/nextjs-sdk-0.3.2...nextjs-sdk-0.3.3) (2024-10-27)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/nextjs-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/nextjs-sdk",
"version": "0.3.3",
"version": "0.3.4",
"description": "Descope NextJS SDK",
"author": "Descope Team <info@descope.com>",
"homepage": "https://github.com/descope/descope-js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdks/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.1.4](https://github.com/descope/descope-js/compare/react-sdk-2.1.3...react-sdk-2.1.4) (2024-10-27)

### Dependency Updates

* `user-profile-widget` updated to version `0.0.111`
* `web-component` updated to version `3.27.2`
## [2.1.3](https://github.com/descope/descope-js/compare/react-sdk-2.1.2...react-sdk-2.1.3) (2024-10-27)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/react-sdk",
"version": "2.1.3",
"version": "2.1.4",
"description": "Descope React SDK",
"author": "Descope Team <info@descope.com>",
"homepage": "https://github.com/descope/descope-js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdks/vue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.1.4](https://github.com/descope/descope-js/compare/vue-sdk-2.1.3...vue-sdk-2.1.4) (2024-10-27)

### Dependency Updates

* `user-profile-widget` updated to version `0.0.111`
* `web-component` updated to version `3.27.2`
## [2.1.3](https://github.com/descope/descope-js/compare/vue-sdk-2.1.2...vue-sdk-2.1.3) (2024-10-27)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/vue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/vue-sdk",
"version": "2.1.3",
"version": "2.1.4",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdks/web-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [3.27.2](https://github.com/descope/descope-js/compare/web-component-3.27.1...web-component-3.27.2) (2024-10-27)


### Bug Fixes

* Fix updateScreenFromScreenState RELEASE ([#831](https://github.com/descope/descope-js/issues/831)) ([feec44d](https://github.com/descope/descope-js/commit/feec44d603f781e67ca5e9da18177beb96d33486))
* Remove redundant optionality from function params ([#829](https://github.com/descope/descope-js/issues/829)) ([0def47e](https://github.com/descope/descope-js/commit/0def47e657bcbfaf62187234df1d6c2e826f937e))

## [3.27.1](https://github.com/descope/descope-js/compare/web-component-3.27.0...web-component-3.27.1) (2024-10-26)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/web-component",
"version": "3.27.1",
"version": "3.27.2",
"author": "Descope Team <info@descope.com>",
"homepage": "https://github.com/descope/descope-js",
"bugs": {
Expand Down
5 changes: 2 additions & 3 deletions packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ class DescopeWc extends BaseDescopeWc {
executionId: string,
stepId: string,
action: string,
flowVersion?: number,
componentsVersion?: string,
flowVersion: number,
componentsVersion: string,
rescheduled: boolean = false,
) => {
const pollingDefaultDelay = 2000;
Expand Down Expand Up @@ -989,7 +989,6 @@ class DescopeWc extends BaseDescopeWc {

// we need to wait for all components to render before we can set its value
setTimeout(() => {
updateScreenFromScreenState(this.rootElement, screenState);
this.#updateExternalInputs();

handleAutoFocus(this.rootElement, this.autoFocus, isFirstScreen);
Expand Down
5 changes: 5 additions & 0 deletions packages/widgets/user-profile-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.0.111](https://github.com/descope/descope-js/compare/user-profile-widget-0.0.110...user-profile-widget-0.0.111) (2024-10-27)

### Dependency Updates

* `web-component` updated to version `3.27.2`
## [0.0.110](https://github.com/descope/descope-js/compare/user-profile-widget-0.0.109...user-profile-widget-0.0.110) (2024-10-26)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/user-profile-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/user-profile-widget",
"version": "0.0.110",
"version": "0.0.111",
"author": "Descope Team <info@descope.com>",
"homepage": "https://github.com/descope/descope-js",
"bugs": {
Expand Down

0 comments on commit 366c7f6

Please sign in to comment.