@workos-inc/widgets 1.11.0-next.1777488667865 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -10
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,24 +1,23 @@
1
1
  # Changelog
2
2
 
3
- ## 1.11.0-next.1777488667865
3
+ ## 1.11.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#228](https://github.com/workos/widgets/pull/228) [`ea5c151`](https://github.com/workos/widgets/commit/ea5c15181a01e8827f6ac8232f3b560f75865608) Thanks [@thompsongl](https://github.com/thompsongl)! - Add user-initiated email change flow to the User Profile widget, including a verification code step and an optional set-password step for users without a password.
7
+ - [`323678a`](https://github.com/workos/widgets/commit/323678a8d32e032bfb34e68cbcdd5b8bda116ef4) Thanks [@thompsongl](https://github.com/thompsongl)! - Add user-initiated email change flow to the User Profile widget, including a verification code step and an optional set-password step for users without a password.
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - [#236](https://github.com/workos/widgets/pull/236) [`024de18`](https://github.com/workos/widgets/commit/024de1827cbd58653ead103f6e6f023405872df9) Thanks [@workosbot](https://github.com/workosbot)! - Sync generated API from upstream OpenAPI spec.
11
+ - [`c508b79`](https://github.com/workos/widgets/commit/c508b7965ec1958be60ad17ee75b74e3ffac5be3) Thanks [@workosbot](https://github.com/workosbot)! - Sync generated API from upstream OpenAPI spec.
12
12
 
13
- - [#179](https://github.com/workos/widgets/pull/179) [`c5fca6c`](https://github.com/workos/widgets/commit/c5fca6c17a02d82f1f15bd7b1b07174fefc239ed) Thanks [@ajworkos](https://github.com/ajworkos)! - Use form POST to launch Admin Portal for improved security (keeps API tokens out of URL query parameters)
13
+ - [`823754f`](https://github.com/workos/widgets/commit/823754fed89292f872b5aab215de334f8d3f53bf) Thanks [@dandorman](https://github.com/dandorman)! - Pipes: Support server-supplied provider icons via new `iconSlug`, `iconUrl`, and `iconDarkUrl` fields on `DataIntegration`
14
14
 
15
- - [#226](https://github.com/workos/widgets/pull/226) [`dd0461b`](https://github.com/workos/widgets/commit/dd0461b7aac94c98e3903e0b6505f4f43cf1ec9a) Thanks [@berylw](https://github.com/berylw)! - Standardize dialog descriptions to use size 2 text
15
+ ## 1.10.2
16
16
 
17
- - [#235](https://github.com/workos/widgets/pull/235) [`1f894f6`](https://github.com/workos/widgets/commit/1f894f66c2ea6425361f8e03c59db29b75b5c8a4) Thanks [@dandorman](https://github.com/dandorman)! - Pipes: Support server-supplied provider icons via new `iconSlug`, `iconUrl`, and `iconDarkUrl` fields on `DataIntegration`
18
-
19
- - [#225](https://github.com/workos/widgets/pull/225) [`7ad4ea9`](https://github.com/workos/widgets/commit/7ad4ea9b98bf3ce3fe8d350dd9a7034536ecc8c2) Thanks [@jasonbarry](https://github.com/jasonbarry)! - Fixes idle sessions from resulting in an incorrect permissions error
20
-
21
- - [#222](https://github.com/workos/widgets/pull/222) [`c6d4ca0`](https://github.com/workos/widgets/commit/c6d4ca0ef5a5d4d11e83baee6adc2e5b75203ef9) Thanks [@chaance](https://github.com/chaance)! - Fix semantic markup for data list elements in the User Profile Widget
17
+ - Use form `POST` instead of `window.open` to launch Admin Portal
18
+ - Standardize dialog descriptions to use size 2 text
19
+ - Fix idle sessions from resulting in incorrect permissions error
20
+ - Fix semantic markup for data list elements in the `UserProfile` Widget
22
21
 
23
22
  ## 1.10.1
24
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workos-inc/widgets",
3
- "version": "1.11.0-next.1777488667865",
3
+ "version": "1.11.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -95,8 +95,8 @@
95
95
  "tsx": "^4.21.0",
96
96
  "typescript": "^5.9.3",
97
97
  "use-debounce": "^10.1.0",
98
- "@internal/typescript-config": "0.0.0",
99
- "@internal/eslint-config": "0.0.0"
98
+ "@internal/eslint-config": "0.0.0",
99
+ "@internal/typescript-config": "0.0.0"
100
100
  },
101
101
  "peerDependenciesMeta": {
102
102
  "swr": {