Skip to content

Commit

Permalink
Merge branch 'main' into style-id-update-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsha authored Nov 3, 2024
2 parents 837a336 + 6e93515 commit 512a05c
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 7 deletions.
7 changes: 7 additions & 0 deletions packages/libs/escape-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

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

## [0.0.2](https://github.com/descope/descope-js/compare/escape-markdown-0.0.1...escape-markdown-0.0.2) (2024-11-03)


### Bug Fixes

* Remove LicenseCollector from EscapeMarkdown ([#837](https://github.com/descope/descope-js/issues/837)) ([815c488](https://github.com/descope/descope-js/commit/815c48867ea66f18da71d95fa889e672b5579cb9))

## 0.0.1 (2024-10-29)
2 changes: 1 addition & 1 deletion packages/libs/escape-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descope/escape-markdown",
"version": "0.0.1",
"version": "0.0.2",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/descope-js",
"bugs": {
Expand Down
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.6](https://github.com/descope/descope-js/compare/angular-sdk-0.6.5...angular-sdk-0.6.6) (2024-11-03)

### Dependency Updates

* `user-profile-widget` updated to version `0.0.113`
* `web-component` updated to version `3.28.0`
## [0.6.5](https://github.com/descope/descope-js/compare/angular-sdk-0.6.4...angular-sdk-0.6.5) (2024-10-29)

### 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.5",
"version": "0.6.6",
"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.6](https://github.com/descope/descope-js/compare/nextjs-sdk-0.3.5...nextjs-sdk-0.3.6) (2024-11-03)

### Dependency Updates

* `react-sdk` updated to version `2.1.6`
* `web-component` updated to version `3.28.0`
## [0.3.5](https://github.com/descope/descope-js/compare/nextjs-sdk-0.3.4...nextjs-sdk-0.3.5) (2024-10-29)

### 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.5",
"version": "0.3.6",
"description": "Descope NextJS SDK",
"author": "Descope Team <[email protected]>",
"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.6](https://github.com/descope/descope-js/compare/react-sdk-2.1.5...react-sdk-2.1.6) (2024-11-03)

### Dependency Updates

* `user-profile-widget` updated to version `0.0.113`
* `web-component` updated to version `3.28.0`
## [2.1.5](https://github.com/descope/descope-js/compare/react-sdk-2.1.4...react-sdk-2.1.5) (2024-10-29)

### 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.5",
"version": "2.1.6",
"description": "Descope React SDK",
"author": "Descope Team <[email protected]>",
"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.6](https://github.com/descope/descope-js/compare/vue-sdk-2.1.5...vue-sdk-2.1.6) (2024-11-03)

### Dependency Updates

* `user-profile-widget` updated to version `0.0.113`
* `web-component` updated to version `3.28.0`
## [2.1.5](https://github.com/descope/descope-js/compare/vue-sdk-2.1.4...vue-sdk-2.1.5) (2024-10-29)

### 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.5",
"version": "2.1.6",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdks/web-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [3.28.0](https://github.com/descope/descope-js/compare/web-component-3.27.3...web-component-3.28.0) (2024-11-03)

### Dependency Updates

* `escape-markdown` updated to version `0.0.2`

### Features

* Add more options to native options ([#839](https://github.com/descope/descope-js/issues/839)) RELEASE ([4bc0b4c](https://github.com/descope/descope-js/commit/4bc0b4ce266c563b7964facf66180dafe4f0fafa))

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

### 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.3",
"version": "3.28.0",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/descope-js",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ class DescopeWc extends BaseDescopeWc {
platform: 'ios' | 'android';
oauthProvider?: string;
oauthRedirect?: string;
magicLinkRedirect?: string;
ssoRedirect?: string;
origin?: string;
}
| undefined;
Expand Down Expand Up @@ -291,6 +293,8 @@ class DescopeWc extends BaseDescopeWc {
platform: this.nativeOptions.platform,
oauthProvider: this.nativeOptions.oauthProvider,
oauthRedirect: this.nativeOptions.oauthRedirect,
magicLinkRedirect: this.nativeOptions.magicLinkRedirect,
ssoRedirect: this.nativeOptions.ssoRedirect,
}
: undefined;

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.113](https://github.com/descope/descope-js/compare/user-profile-widget-0.0.112...user-profile-widget-0.0.113) (2024-11-03)

### Dependency Updates

* `web-component` updated to version `3.28.0`
## [0.0.112](https://github.com/descope/descope-js/compare/user-profile-widget-0.0.111...user-profile-widget-0.0.112) (2024-10-29)

### 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.112",
"version": "0.0.113",
"author": "Descope Team <[email protected]>",
"homepage": "https://github.com/descope/descope-js",
"bugs": {
Expand Down

0 comments on commit 512a05c

Please sign in to comment.